随笔分类 -  设计模式

摘要:单例模式 定义 单例模式是一个简单的模式,定义如下: Ensure a class has only one instance ,and provide a global point of access to it.==(确保一个类只有一个实例,而且自行实例化并向整个系统提供这个实例)== 下面是单 阅读全文
posted @ 2017-01-20 14:14 D9527 阅读(324) 评论(0) 推荐(0)
摘要:设计模式之单一职责原则 阅读全文
posted @ 2017-01-20 14:11 D9527 阅读(171) 评论(0) 推荐(0)