1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update 设计模式.md

Added another article
This commit is contained in:
asdf123123123 2020-06-29 22:25:15 -04:00 committed by GitHub
parent 93bbd8b4af
commit db9a0b9bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
### 常见结构型模式详解
- **适配器模式:**
- [深入理解适配器模式——加个“适配器”以便于复用](https://segmentfault.com/a/1190000011856448)
- [深入理解适配器模式——加个“适配器”以便于复用](https://segmentfault.com/a/1190000011856448) https://blog.csdn.net/carson_ho/article/details/54910430
- [适配器模式原理及实例介绍-IBM](https://www.ibm.com/developerworks/cn/java/j-lo-adapter-pattern/index.html)
- **桥接模式:** [设计模式笔记16桥接模式(Bridge Pattern)](https://blog.csdn.net/yangzl2008/article/details/7670996)
- **组合模式:** [大话设计模式—组合模式](https://blog.csdn.net/lmb55/article/details/51039781)