posts - 108,comments - 164,trackbacks - 26
     摘要: 例如现有文件内容如下:
-----------文件内容开始--------
Column1,Column2
00001234,00005678
-----------文件内容结束--------

读得的结果是<1234, 5678>,即它“智能”地认为我里面的内容为数字;而我希望它把内容当文本来处理,期望的结果是<00001234,00005678>,请问有没有什么方法可以直接用?  阅读全文
posted @ 2008-06-22 09:44 Silent Void 阅读(191) | 评论 (2)编辑
     摘要: N个元素的集合中,任选M个元素所构成的排列P(M in N)、组合C(M in N)  阅读全文
posted @ 2008-03-10 19:47 Silent Void 阅读(320) | 评论 (2)编辑
     摘要: SQL Statement  阅读全文
posted @ 2008-02-03 13:58 Silent Void 阅读(266) | 评论 (0)编辑
     摘要: loop  阅读全文
posted @ 2008-02-03 09:54 Silent Void 阅读(110) | 评论 (3)编辑
     摘要: 0. 一个单向链表,请设计算法判断该链表中有没有环?
1. 两个单向链表,有可能交叉,请设计算法判断是否交叉,如果交叉,返回交叉点。  阅读全文
posted @ 2008-02-02 16:53 Silent Void 阅读(600) | 评论 (5)编辑
     摘要: 1. 承载和使用 WCF 服务
2. WCF 深度寻址
3. WCF 消息传递基础  阅读全文
posted @ 2008-01-24 20:58 Silent Void 阅读(229) | 评论 (1)编辑
     摘要: 0. Auto-Implemented Properties;
1. Object initializers;
2. Collection Initializers;
3. Anonymous Types;
4. Extension Methods;
5. Lambda Expressions;
6. Partial Methods  阅读全文
posted @ 2008-01-17 19:50 Silent Void 阅读(282) | 评论 (0)编辑