| 序号 | 模式名 | 英文名 |
|---|---|---|
| 1 | 简单工厂模式 | Simple Factory Pattern |
| 2 | 工厂方法模式 | Factory Method Pattern |
| 3 | 抽象工厂模式 | Abstract Factory Pattern |
| 4 | 建造者模式 | Builder Pattern |
| 5 | 原型模式 | Prototype Pattern |
| 6 | 单例模式 | Singleton Pattern |
| 7 | 适配器模式 | Adapter Pattern |
| 8 | 桥梁模式(桥接模式) | Bridge Pattern |
| 9 | 组合模式 | Composite Pattern |
| 10 | 装饰模式 | Decorator Pattern |
| 11 | 门面模式(外观模式) | Facade Pattern |
| 12 | 享元模式 | Flyweight Pattern |
| 13 | 代理模式 | Proxy pattern |
| 14 | 责任链模式 | Chain of Responsibility Pattern |
| 15 | 命令模式 | Command Pattern |
| 16 | 解释器模式 | Interpreter Pattern |
| 17 | 迭代器模式 | Iterator Pattern |
| 18 | 中介者模式 | Mediator Pattern |
| 19 | 备忘录模式 | Memento Pattern |
| 20 | 观察者模式 | Observer Pattern |
| 21 | 状态模式 | State Pattern |
| 22 | 策略模式 | Strategy Pattern |
| 23 | 模板方法模式 | Template Method Pattern |
| 24 | 访问者模式 | Visitor Pattern |
接下来的一段日子里我将陆续更新每个设计模式的做法,多学习设计模式防止被祭天~ 哈哈哈
