Loading

摘要: 定义 单例模式(Singleton Pattern)的定义如下:Ensure a class only has one instance, and provide a global point of access to it(确保某一个类只有一个实例,并且提供一个全局访问点来访问此实例)。在JVM应 阅读全文
posted @ 2018-07-29 10:18 throwable 阅读(637) 评论(0) 推荐(0) 编辑