> For the complete documentation index, see [llms.txt](https://youngzil.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://youngzil.gitbook.io/notes/architecturedesign-jia-gou-he-she-ji.md).

# 架构和设计

1、DesignPattern设计模式

### 设计模式

quickstart-design-pattern 设计模式和代码示例

***

设计模式学习.md 设计模式的六大原则 设计模式：23种 创建型模式设计模式详解 结构型设计模式详解 行为型设计模式详解

DesignPattern设计模式

1、创建型模式：工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式\
创建型模式：Factory Method、Abstract Factory、Singleton、Builder、Prototype\
2、结构型模式：适配器模式、装饰者模式、代理模式、外观模式、桥接模式、组合模式、享元模式\
结构型模式：Adapter、Decorator、Proxy、Facade、Bridge、Composite、Flyweight\
3、行为型模式：策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式\
行为型模式：Strategy、Template Method、Observer、Iterator、Chain of Responsibility、Command、Memento、State、Visitor、Mediator、Interpreter

其他的：还有两类：并发型模式和线程池模式。

***
