会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陌念
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
模式
生产者消费者模式
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;namespace M_生产者消...
阅读全文
posted @
2015-11-05 10:12
陌念
阅读(520)
评论(0)
推荐(0)
单例模式
摘要:#region 1.0 单例类的写法 private static readonly MessageMgr _instance; static MessageMgr() { _instance = new MessageMgr(); } pri...
阅读全文
posted @
2015-06-22 14:43
陌念
阅读(110)
评论(0)
推荐(0)
公告