设计模式参考文档
创建模式:
设计模式之Factory
设计模式之Prototype(原型)
设计模式之Builder
设计模式之Singleton(单态)
结构模式:
设计模式之Facade(外观)
设计模式之Proxy(代理)
设计模式之Adapter(适配器)
设计模式之Composite(组合)
设计模式之Decorator(油漆工)
设计模式之Bridge
设计模式之Flyweight(享元)
行为模式:
设计模式之Template
设计模式之Memento(备忘机制)
设计模式之Ob