10 2017 档案

摘要:转自:http://www.cnblogs.com/csharpx/archive/2010/05/27/1745122.html 阅读全文
posted @ 2017-10-26 15:17 杜子烟 阅读(129) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2017-10-26 10:29 杜子烟 阅读(628) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2017-10-16 11:00 杜子烟 编辑