摘要:
单例模式(Singleton Pattern):确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例,这个类称为单例类,它提供全局访问的方法。模式角色与结构:示例代码:using System;using System.Collections.Generic;using System.L... 阅读全文
posted @ 2012-11-28 15:23
逝者如斯(乎)
阅读(2113)
评论(0)
推荐(0)