技术总奸

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

06 2012 档案

jQuery Mobile 1.1.1 RC1发布
摘要:http://jquerymobile.com/blog/2012/06/28/announcing-jquery-mobile-1-1-1-rc1/ 阅读全文

posted @ 2012-06-29 11:38 阿福 阅读(294) 评论(0) 推荐(0) 编辑

HashSet<T> vs List<T>
摘要:大数据量下,生成HashSet成本要稍高于List。但查询HashSet效率要远高于List。 static void Main(string[] args) { Stopwatch watch = new Stopwatch(); List<string> list = new List<string>(); HashSet<string> hash = new HashSet<string>(); watch.Start(); for (int i = 0; i <... 阅读全文

posted @ 2012-06-23 22:41 阿福 阅读(1175) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示