摘要: 懒汉,线程不安全public class Singleton { private static Singleton instance; private Singleton (){} public static Singleton getInstance() { ... 阅读全文
posted @ 2015-05-16 11:47 我爱物联网 阅读(665) 评论(1) 推荐(1)
AmazingCounters.com