We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac1f25 commit 815def1Copy full SHA for 815def1
Java相关/设计模式.md
@@ -1,6 +1,8 @@
1
## 创建型模式:
2
3
-[深入理解单例模式](https://blog.csdn.net/qq_34337272/article/details/80455972)
+[深入理解单例模式——只有一个实例](https://blog.csdn.net/qq_34337272/article/details/80455972)
4
5
-[深入理解工厂模式](https://blog.csdn.net/qq_34337272/article/details/80472071)
+[深入理解工厂模式——由对象工厂生成对象](https://blog.csdn.net/qq_34337272/article/details/80472071)
6
+
7
+[深入理解建造者模式 ——组装复杂的实例](http://blog.csdn.net/qq_34337272/article/details/80540059)
8
0 commit comments