# DesignPattern **Repository Path**: frsf/DesignPattern ## Basic Information - **Project Name**: DesignPattern - **Description**: 设计模式,实例代码 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-01 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DesignPattern #### 介绍 设计模式练习代码 -- 【重学设计模式】 #### 设计原则 1. 单一职责原则 2. 开闭原则 3. 里氏替换原则 4. 依赖倒转原则 5. 接口隔离原则 6. 最少知识原则 7. 合成复用原则 #### 设计模式 | 创建型 | 结构型 | 行为型 | |:-----:|:-----:|:-----:| | 单例模式 | 代理模式 | 策略模式 | | 工厂模式 | 适配器模式 | 责任链模式 | | 建造者模式 | | 观察者模式 |