摘要: 单例模式是一个比较简单的模式,定义如下: Ensure a class has only one instance, and provide a global point of access to it.(确保某一个类只有一个实例,而且自行实例化并向整个系统提供这个实例) 1.饿汉式 2.懒汉式 线 阅读全文
posted @ 2017-11-09 10:06 六层楼 阅读(520) 评论(0) 推荐(0) 编辑