10 2017 档案
摘要:转自:http://www.cnblogs.com/csharpx/archive/2010/05/27/1745122.html
阅读全文
摘要:1 //分组 2 var ll= lst.GroupBy(x => new { x.Id, x.Name }).Select(x => new 3 { 4 Key = x.Key, 5 Id = x.First().Id, 6 Name = x.First().Na...
阅读全文
摘要:C:\Windows\System32>xsd.exe c:/Createst.xsd -c C:\Windows\System32>xsd.exe c:/Creauest.xsd /c /Language:C# /outputdir:d:\ 生成的cs带命名空间:C:\Windows\System
阅读全文