外观模式中文讲解 外观模式(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 […]
单例模式
单例模式中文讲解 单例模式(Singleton Pattern)是一种创建型设计模式,属于 GoF(Gang […]
抽象工厂模式
抽象工厂模式中文讲解 抽象工厂模式(Abstract Factory Pattern)是一种创建型设计模式,属 […]