【设计模式】(四)--创建型模式--单例模式
【设计模式】(四)--创建型模式--单例模式单例模式的定义饿汉式单例模式懒汉式单例模式饿汉式与懒汉式的区别:单例模式的优点单例模式的缺点Java中其他生成单例的方式使用Spring框架,Spring框架默认就是单例双重校验锁静态内部类枚举单例模式的定义Ensure a class has only one instance, and provide a global point of acc...