代理模式中文讲解 代理模式(Proxy Pattern)是一种结构型设计模式,属于 GoF(Gang of F […]
享元模式
享元模式中文讲解 享元模式(Flyweight Pattern)是一种结构型设计模式,属于 GoF(Gang […]
外观模式
外观模式中文讲解 外观模式(Facade Pattern)是一种结构型设计模式,属于 GoF(Gang of […]
装饰器模式
装饰器模式中文讲解 装饰器模式(Decorator Pattern)是一种结构型设计模式,属于 GoF(Gan […]
组合模式
组合模式中文讲解 组合模式(Composite Pattern)是一种结构型设计模式,属于 GoF(Gang […]
过滤器模式
过滤器模式中文讲解 过滤器模式(Filter Pattern),也称为标准模式(Criteria Patter […]
桥接模式
桥接模式中文讲解 桥接模式(Bridge Pattern)是一种结构型设计模式,属于 GoF(Gang of […]
适配器模式
适配器模式中文讲解 适配器模式(Adapter Pattern)是一种结构型设计模式,属于 GoF(Gang […]
原型模式
原型模式中文讲解 原型模式(Prototype Pattern)是一种创建型设计模式,属于 GoF(Gang […]
建造者模式
建造者模式中文讲解 建造者模式(Builder Pattern)是一种创建型设计模式,属于 GoF(Gang […]