From c02afd1e3004d032f1d1821c5e0704ffa88f11d5 Mon Sep 17 00:00:00 2001 From: Omooo <869759698@qq.com> Date: Tue, 30 Jun 2020 10:40:02 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E5=8F=A3=E6=B0=B4=E8=AF=9D.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blogs/DesignMode/口水话.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blogs/DesignMode/口水话.md diff --git a/blogs/DesignMode/口水话.md b/blogs/DesignMode/口水话.md new file mode 100644 index 0000000..7e6a164 --- /dev/null +++ b/blogs/DesignMode/口水话.md @@ -0,0 +1,18 @@ +--- +设计模式口水话 +--- + +#### 目录 + +1. 六大设计原则 +2. 单例模式 +3. 工厂模式 +4. 建造者模式 +5. 代理模式 +6. 装饰器模式 +7. 适配器模式 +8. 观察者模式 +9. 责任链模式 + +#### 六大设计原则 +