摘要: //上传程序Dictionary 字典 哈希 /// /// 车辆控制信息哈斯表,Key是终端号,Value是车辆信息控制对象 /// private Dictionary _MsgObjectHashMap = new Dictionary(); public Dictionary MsgObjectHashMap { get { return _MsgObjectHashMap; } }... 阅读全文
posted @ 2017-02-13 18:05 海蓝7 阅读(438) 评论(0) 推荐(0) 编辑
摘要: C#多线程:使用ReaderWriterLock类实现多用户读/单用户写同步 - mile - 博客园http://www.cnblogs.com/lhws/archive/2014/03/31/3636757.html 摘要:C#提供了System.Threading.ReaderWriterLo 阅读全文
posted @ 2017-02-13 14:50 海蓝7 阅读(803) 评论(0) 推荐(0) 编辑