10 2016 档案

摘要:1.BlockCollection集合是一个拥有阻塞功能的集合,它就是完成了经典生产者消费者的算法功能。 它没有实现底层的存储结构,而是使用了IProducerConsumerCollection接口的几个集合作为底层数据接结构,例如:ConcurrentBag、ConcurrentStack、Co 阅读全文
posted @ 2016-10-28 15:36 b̶i̶n̶g̶.̶ 阅读(1584) 评论(0) 推荐(0) 编辑
摘要:阅读:http://www.cnblogs.com/jesse2013/p/dlws-loadbalancer2.html 自定义端口:http://www.th7.cn/Program/net/201408/267522.shtml 阅读全文
posted @ 2016-10-28 15:23 b̶i̶n̶g̶.̶ 阅读(184) 评论(0) 推荐(0) 编辑
摘要:阅读:http://www.cnblogs.com/luminji/archive/2011/09/02/2163525.html 阅读全文
posted @ 2016-10-28 15:11 b̶i̶n̶g̶.̶ 阅读(158) 评论(0) 推荐(0) 编辑
摘要:阅读:http://www.cnblogs.com/fengzheng/p/3668283.html 阅读全文
posted @ 2016-10-28 15:00 b̶i̶n̶g̶.̶ 阅读(110) 评论(0) 推荐(0) 编辑
摘要:资料:http://www.cnblogs.com/chengxiaohui/articles/5672768.html 阅读全文
posted @ 2016-10-28 13:59 b̶i̶n̶g̶.̶ 阅读(338) 评论(0) 推荐(0) 编辑
摘要:一、新增 UserInfo user = new UserInfo() { UserName = "jamsebing", UserPass = "123456" }; db.UserInfo.Add(user); 二、删除之 [Entry].State=Deleted var user = new 阅读全文
posted @ 2016-10-26 16:57 b̶i̶n̶g̶.̶ 阅读(665) 评论(0) 推荐(0) 编辑