摘要: 23种设计模式总结 1.单例模式(Singleton Pattern) 定义:Ensure a class has only one instance, and provide a global point of access to it.(确保某一个类只有一个实例,而且自行实例化并向整个系统提供这 阅读全文
posted @ 2018-02-23 19:46 Bit_bo 阅读(423) 评论(0) 推荐(0) 编辑