Skip to content
Go home
Search
K
Main Navigation
Work
HTML/CSS/JS/TS
工程化
Vue/React
Node
Electron/Other
算法
设计模式
Life
看看书
拍照片
录视频
FindMe
关于
TODO 指向其它
GitHub
GitHub
Appearance
GitHub
GitHub
back top
On this page
Table of Contents for current page
介绍
创建型设计模式
🏠简单工厂模式(Simple Factory)
🏭工厂方法模式(Factory Method)
🔨抽象工厂模式(Abstract Factory)
👷建造者模式
🐑原型模式(Prototype)
💍单例模式(Singleton)
结构型设计模式
🔌适配器模式(Adapter)
🚡桥梁模式(Bridge)
🌿组合模式(Composite)
☕装饰模式(Decorator)
📦门面模式(Facade))
🍃享元模式(Flyweight)
🎱代理模式(Proxy)
行为型设计模式
🔗责任链模式(Chain Of Responsibilities)
👮命令行模式(Command)
➿迭代器模式(Iterator)
👽中介者模式(Mediator)
💾备忘录模式(Memento)
😎观察者模式(Observer)
🏃访问者模式(Visitor)
💡策略模式(Strategy)
💢状态模式(State)
📒模板方法模式(Template Method)