设计模式详解 PHP版
search
Ctrlk
  • 设计模式简介&原则
  • 常见设计模式chevron-right
    • 工厂模式(Factory)chevron-right
    • 单例模式(Singleton)chevron-right
    • 注册树模式
    • 适配器模式(Adapter)
    • 策略模式(Strategy)
    • 数据对象映射模式
    • 观察者模式(observer)
    • 原型模式(Prototype)
    • 装饰器模式(Decorator)
    • 迭代器模式 (Iteration)
    • 桥接模式(Bridge)
    • 建造者模式(Builder)
    • 命令行模式(Command)
    • 组合模式(Composite)
    • 外观模式(Facade)
    • 享元模式(Flyweight)
    • 解释器模式(Interpreter)
    • 中介者模式(Mediator)
    • 备忘录模式(Memento)
    • 代理模式(Proxy)
    • 责任链模式(Responsibility Chain)
    • 状态模式(State)
    • 模板方法模式(Template Method)
    • 访问者模式(Visitor)
  • 资料
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

常见设计模式

工厂模式(Factory)chevron-right单例模式(Singleton)chevron-right注册树模式chevron-right适配器模式(Adapter)chevron-right策略模式(Strategy)chevron-right数据对象映射模式chevron-right观察者模式(observer)chevron-right原型模式(Prototype)chevron-right装饰器模式(Decorator)chevron-right迭代器模式 (Iteration)chevron-right桥接模式(Bridge)chevron-right建造者模式(Builder)chevron-right命令行模式(Command)chevron-right组合模式(Composite)chevron-right外观模式(Facade)chevron-right享元模式(Flyweight)chevron-right解释器模式(Interpreter)chevron-right中介者模式(Mediator)chevron-right备忘录模式(Memento)chevron-right代理模式(Proxy)chevron-right责任链模式(Responsibility Chain)chevron-right状态模式(State)chevron-right模板方法模式(Template Method)chevron-right访问者模式(Visitor)chevron-right
Previous设计模式简介&原则chevron-leftNext工厂模式(Factory)chevron-right

Last updated 6 years ago