摘要: //内部类实现懒汉式 public class Singleton { private static class SingletonHolder{ //单例变量 private static finalSing... 阅读全文
posted @ 2017-06-21 01:04 Wishmeluck 阅读(264) 评论(0) 推荐(0) 编辑