随笔分类 -  模式

摘要: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)