中介者模式中文讲解 中介者模式(Mediator Pattern)是一种行为型设计模式,属于 GoF(Gang […]
迭代器模式
迭代器模式中文讲解 迭代器模式(Iterator Pattern)是一种行为型设计模式,属于 GoF(Gang […]
解释器模式
解释器模式中文讲解 解释器模式(Interpreter Pattern)是一种行为型设计模式,属于 GoF(G […]
命令模式
命令模式中文讲解 命令模式(Command Pattern)是一种行为型设计模式,属于 GoF(Gang of […]
责任链模式
责任链模式中文讲解 责任链模式(Chain of Responsibility Pattern)是一种行为型设 […]
代理模式
代理模式中文讲解 代理模式(Proxy Pattern)是一种结构型设计模式,属于 GoF(Gang of F […]
享元模式
享元模式中文讲解 享元模式(Flyweight Pattern)是一种结构型设计模式,属于 GoF(Gang […]
外观模式
外观模式中文讲解 外观模式(Facade Pattern)是一种结构型设计模式,属于 GoF(Gang of […]
装饰器模式
装饰器模式中文讲解 装饰器模式(Decorator Pattern)是一种结构型设计模式,属于 GoF(Gan […]
组合模式
组合模式中文讲解 组合模式(Composite Pattern)是一种结构型设计模式,属于 GoF(Gang […]