# design_pattern **Repository Path**: dongxc666/design_pattern ## Basic Information - **Project Name**: design_pattern - **Description**: 设计模式示例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 佛系程序猿灬 # 项目介绍 ### 一、单例模式 1.SingletonLazy 懒汉式 2.SingletonHungry 饿汉式 3.SingletonDCL 双检锁 4.SingletonEnum 枚举式 5.SingletonRegister 登记式