Archives
- 20 Dec 访问者模式 (Visitor Pattern) - 操作复杂对象结构
- 12 Dec 模板方法模式 (Template Method Pattern)
- 07 Dec 策略模式 (Strategy Pattern) - 算法的封装与切换
- 05 Dec 状态模式 (State Pattern) - 处理对象的多种状态及其相互转换
- 29 Nov 观察者模式 (Observer Pattern) - 对象间的联动
- 21 Nov 备忘录模式 (Memento Pattern) - 撤销功能的实现
- 14 Nov 中介者模式 (Mediator Pattern) - 协调多个对象之间的交互
- 13 Nov 迭代器模式 (Iterator Pattern) - 遍历聚合对象中的元素
- 08 Nov 解释器模式 (Interpreter Pattern) - 自定义语言的实现
- 07 Nov 命令模式 (Command Pattern) - 请求发送者与接收者解耦
- 02 Nov 职责链模式 (Chain of Responsibility Pattern) - 请求的链式处理
- 30 Oct 代理模式 (Proxy Pattern)
- 24 Oct 享元模式 (Flyweight Pattern) - 实现对象的复用
- 19 Oct 外观模式 (Facade Pattern)
- 17 Oct 装饰模式 (Decorator Pattern) - 扩展系统功能
- 11 Oct 组合模式 (Composite Pattern) - 处理树形结构
- 09 Oct 桥接模式 (Bridge Pattern) - 处理多维度变化
- 27 Sep 适配器模式 (Adapter Pattern) - 协调不兼容的结构
- 18 Sep 建造者模式 (Builder Pattern)
- 11 Sep 原型模式 (Prototype Pattern)
- 06 Sep 单例模式 (Singleton Pattern)
- 04 Sep 抽象工厂模式 (Abstract Factory Pattern)
- 03 Sep 工厂方法模式 (Factory Method Pattern)
- 30 Aug 简单工厂模式 (Simple Factory Pattern)