posts - 365,  comments - 281,  trackbacks - 7
07 2007 档案
C#小技巧收集总结
摘要: 1.去除字符串数组里的重复字符串public static ArrayList DedupStringList(ArrayList list) ...{ if (list == null) ...{ return new ArrayList(0); } ArrayList result = new ArrayList(); Dictionary<string, string> hashset = new Dictionary<string, string>(); foreach (string str in list) ...{ if (string.IsNullOrE阅读全文
posted @ 2007-07-25 11:29 风生水起 阅读(338) | 评论 (0) 编辑
ADO中奇怪的问题
posted @ 2007-07-04 17:11 风生水起 阅读(71) | 评论 (0) 编辑

<2007年7月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

即使你拥有人人羡慕的容貌,博览群书的才学,挥之不尽的财富,也不能证明你的强大,因为心的强大,才是真的强大。
昵称:风生水起
园龄:5年10个月
粉丝:24
关注:0

搜索

 
 

常用链接

随笔分类

随笔档案

文章分类

Friends

Studying

积分与排名

  • 积分 - 140433
  • 排名 - 684

最新评论

阅读排行榜

评论排行榜