设计模式-行为型 11 种行为模式:模板方法(Template Method)模式、策略(Strategy)模式、命令(Command)模式、职责链(Chain of Responsibility)模式、状态(State)模式、观察者(Observer)模式、中介者(Mediator)模式、迭代器(Iterator)模式、访问者(Visitor)模式、备忘录(Memento)模式、解释器(Interpreter)模式 2021-05-22 设计模式 模板方法(Template Method)模式 策略(Strategy)模式 命令(Command)模式 职责链(Chain of Responsibility)模式 状态(State)模式 观察者(Observer)模式 中介者(Mediator)模式 迭代器(Iterator)模式 访问者(Visitor)模式 备忘录(Memento)模式 解释器(Interpreter)模式
设计模式-结构型 7种结构型模式 :适配器模式、桥接模式、 装饰模式 、组合模式、外观模式、享元模式、 代理模式 2021-05-19 设计模式 适配器模式 桥接模式 装饰模式 组合模式 外观模式 享元模式 代理模式