设计模式学习--常用设计模式

创建型
简单工厂模式( Simple Factory Pattern )
 构造者模式(Builder Pattern)
 单例模式(Singleton Pattern)

结构型模式
 适配器模式(Adapter Pattern)
 桥接模式(Bridge Pattern)
 过滤器模式(Filter、Criteria Pattern)

组合模式(Composite Pattern)
 外观模式(Facade Pattern)
 代理模式(Proxy Pattern)

行为型模式
 责任链模式(Chain of Responsibility Pattern)
 命令模式(Command Pattern):cmd

https://design-patterns.readthedocs.io/zh_CN/latest/
https://www.runoob.com/design-pattern/design-pattern-intro.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章