会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
David Huang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2015年6月10日
Linq101-Join
摘要: 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)
2015年6月5日
OpenXmlSdk导出Excel
摘要: 感觉OpenXmlSdk的语法真的不是很友好。研究了半天,只实现了简单的导出功能。对于单元格样式的设置暂时还是搞明白,网上的资料真的很少,官方文档是英文的。中文的文章大都是用工具(Open XML SDK 2.0 Productivity Tool)搞出来的,反正在我这是不管用。最终还是回到了N...
阅读全文
posted @ 2015-06-05 15:38 David Huang
阅读(2323)
评论(0)
推荐(0)
2015年5月13日
Linq101-QueryExecution
摘要: 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)
2015年5月12日
Linq101-CustomSequence
摘要: 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)
2015年4月22日
Linq101-Miscellaneous
摘要: 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)
Linq101-Aggregate
摘要: 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)
2015年3月19日
mvc webapi 返回字符串自动加双引号
摘要: 返回XMLDocument类型,默认会解析为json格式。返回字符串会默认加双引号。 解决方法:返回HttpResponseMessage类型,自定义返回值类型。 HttpResponseMessage responseMessage = new HttpRes...
阅读全文
posted @ 2015-03-19 17:15 David Huang
阅读(3987)
评论(0)
推荐(0)
2015年3月12日
Linq101-Quantifiers
摘要: 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)
2015年3月9日
Linq101-Generation
摘要: 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)
Linq101-Element
摘要: 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
下一页
公告