上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 internal class Join 8 { 9 /// 1... 阅读全文
posted @ 2015-06-10 16:10 David Huang 阅读(287) 评论(0) 推荐(0)
摘要: 感觉OpenXmlSdk的语法真的不是很友好。研究了半天,只实现了简单的导出功能。对于单元格样式的设置暂时还是搞明白,网上的资料真的很少,官方文档是英文的。中文的文章大都是用工具(Open XML SDK 2.0 Productivity Tool)搞出来的,反正在我这是不管用。最终还是回到了N... 阅读全文
posted @ 2015-06-05 15:38 David Huang 阅读(2323) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Linq; 3 4 namespace Linq101 5 { 6 class QueryExecution 7 { 8 /// 9 /// The following sample ... 阅读全文
posted @ 2015-05-13 14:44 David Huang 阅读(310) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class CustomSequence 8 { 9 publ... 阅读全文
posted @ 2015-05-12 17:38 David Huang 阅读(261) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Miscellaneous 8 { 9 /// 1... 阅读全文
posted @ 2015-04-22 15:15 David Huang 阅读(229) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Aggregate 8 { 9 ... 阅读全文
posted @ 2015-04-22 14:53 David Huang 阅读(210) 评论(0) 推荐(0)
摘要: 返回XMLDocument类型,默认会解析为json格式。返回字符串会默认加双引号。 解决方法:返回HttpResponseMessage类型,自定义返回值类型。 HttpResponseMessage responseMessage = new HttpRes... 阅读全文
posted @ 2015-03-19 17:15 David Huang 阅读(3987) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Quantifiers 8 { 9 /// 10 ... 阅读全文
posted @ 2015-03-12 15:31 David Huang 阅读(323) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Linq; 3 4 namespace Linq101 5 { 6 class Generation 7 { 8 /// 9 /// This sample uses Range to... 阅读全文
posted @ 2015-03-09 16:33 David Huang 阅读(231) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 5 namespace Linq101 6 { 7 class Element 8 { 9 /// 10 ... 阅读全文
posted @ 2015-03-09 15:28 David Huang 阅读(276) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页