摘要: [代码]System.Collections.IDictionaryEnumeratorenumerator=objHashTablet.GetEnumerator();while(enumerator.MoveNext()){Console.WriteLine(enumerator.Key);Console.WriteLine(enumerator.Value);} 阅读全文
posted @ 2010-04-23 15:00 闭着眼睛想 阅读(147) 评论(0) 推荐(0)
摘要: 常用号段如下:中国移动134.135.136.137.138.139.150.151.152.157.158.159.187.188 ,147(数据卡)中国联通130.131.132.155.156.185.186 中国电信133.153.180.189 CDMA 133,153正则如下:Code highlighting produced by Actipro CodeHighlighter (... 阅读全文
posted @ 2010-04-23 14:41 闭着眼睛想 阅读(664) 评论(0) 推荐(0)