摘要: 原文链接http://cantellow.iteye.com/blog/838473 转载内容第一种(懒汉,线程不安全):Java代码public class Singleton { private static Singleton instance; privat... 阅读全文
posted @ 2015-05-26 11:46 小龙在线 阅读(270) 评论(0) 推荐(0) 编辑