You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
设计模式口水话
|
|
|
|
---
|
|
|
|
|
|
|
|
#### 目录
|
|
|
|
|
|
|
|
1. 六大设计原则
|
|
|
|
2. 单例模式
|
|
|
|
3. 工厂模式
|
|
|
|
4. 建造者模式
|
|
|
|
5. 代理模式
|
|
|
|
6. 装饰器模式
|
|
|
|
7. 适配器模式
|
|
|
|
8. 观察者模式
|
|
|
|
9. 责任链模式
|
|
|
|
|
|
|
|
#### 六大设计原则
|
|
|
|
|