漂泊雪狼的博客

思考,讨论,分享C#,JavaScript,.NET,Oracle,SQL Server……技术

导航

2016年7月3日

摘要: 先上代码,以1千万记录的内存查找测试: List<Student> stuList = new List<Student>(); Dictionary<int, Student> dictStu = new Dictionary<int, Student>(); Student student = 阅读全文

posted @ 2016-07-03 11:08 漂泊雪狼 阅读(1243) 评论(0) 推荐(0) 编辑