We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e7f4d commit f86fff6Copy full SHA for f86fff6
Java相关/简单工程模式.md
Java相关/设计模式.md
@@ -15,6 +15,7 @@
15
16
### 常见创建型模式详解
17
18
+- **简单工厂模式:** [设计模式笔记:简单工厂模式(Simple Factory)](https://www.cnblogs.com/libingql/p/3887577.html)
19
- **单例模式:** [深入理解单例模式——只有一个实例](https://blog.csdn.net/qq_34337272/article/details/80455972)
20
- **工厂模式:** [深入理解工厂模式——由对象工厂生成对象](https://blog.csdn.net/qq_34337272/article/details/80472071)
21
- **建造者模式:** [深入理解建造者模式 ——组装复杂的实例](http://blog.csdn.net/qq_34337272/article/details/80540059)
0 commit comments