📄️ 行为模式 - 责任链模式
原文地址:https://refactoringguru.cn/design-patterns/chain-of-responsibility
📄️ 行为模式 - 命令模式
原文地址:https://refactoringguru.cn/design-patterns/command
📄️ 行为模式 - 中介者模式
原文地址:https://refactoringguru.cn/design-patterns/mediator
📄️ 行为模式 - 迭代器模式
原文地址:https://refactoringguru.cn/design-patterns/iterator
📄️ 行为模式 - 备忘录模式
原文地址:https://refactoringguru.cn/design-patterns/memento
📄️ 行为模式 - 观察者模式
原文地址:https://refactoringguru.cn/design-patterns/observer
📄️ 行为模式 - 状态模式
原文地址:https://refactoringguru.cn/design-patterns/state
📄️ 行为模式 - 策略模式
原文地址:https://refactoringguru.cn/design-patterns/strategy
📄️ 行为模式 - 模板方法模式
原文地址:https://refactoringguru.cn/design-patterns/template-method
📄️ 行为模式 - 访问者模式
原文地址:https://refactoringguru.cn/design-patterns/visitor
📄️ 结构型 - 适配器模式
原文地址:https://refactoringguru.cn/design-patterns/adapter
📄️ 结构型 - 桥接模式
原文地址:https://refactoringguru.cn/design-patterns/bridge
📄️ 结构型 - 组合模式
原文地址:https://refactoringguru.cn/design-patterns/composite
📄️ 结构型 - 装饰模式
原文地址:https://refactoringguru.cn/design-patterns/decorator
📄️ 结构型 - 享元模式
原文地址:https://refactoringguru.cn/design-patterns/flyweight
📄️ 结构型 - 代理模式
原文地址:https://refactoringguru.cn/design-patterns/proxy
📄️ 创建型 - 抽象工厂模式
原文地址:https://refactoringguru.cn/design-patterns/abstract-factory
📄️ 创建型 - 生成器模式
原文地址:https://refactoringguru.cn/design-patterns/builder
📄️ 创建型 - 工厂方法设计模式
原文地址:https://refactoringguru.cn/design-patterns/factory-method
📄️ 创建型 - 原型模式
原文地址:https://refactoringguru.cn/design-patterns/prototype
📄️ 创建型 - 单例模式
原文地址:https://refactoringguru.cn/design-patterns/singleton