# StudyDesignPattern **Repository Path**: lilongyang/StudyDesignPattern ## Basic Information - **Project Name**: StudyDesignPattern - **Description**: 学习设计模式代码 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习并实践设计模式 ## 建造型 ### 工厂模式(factory) ### 单例模式(single) ### 静态工厂模式 ## 结构型 ### 代理模式(proxy) ### 适配器模式(adapter) ### 桥接模式 ### 装饰模式(decorator) ### 外观模式(prototype) ### 享元模式 ### 组合模式 ## 行为型 ### 策略模式 ### 命令模式 ### 职责链模式 ### 状态模式 ### 观察者模式 ### 中介者模式 ### 迭代器模式 ### 访问者模式 ### 备忘录模式