Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/little-buddy/design-model
整体java设计模式[第一版]
https://github.com/little-buddy/design-model
Last synced: about 1 month ago
JSON representation
整体java设计模式[第一版]
- Host: GitHub
- URL: https://github.com/little-buddy/design-model
- Owner: little-buddy
- Created: 2018-09-02T14:56:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T15:04:28.000Z (over 6 years ago)
- Last Synced: 2024-10-29T20:11:29.404Z (3 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JAVA 的23 种设计模式
* 工厂方法模式(Factory Method)
* 抽象工厂模式(Abstract Factory)
* 单例模式(Singleton)
* 建造者模式(Builder)
* 原型模式(Prototype)
* 适配器模式(Adapter)
* 装饰者模式(Decorator)
* 代理模式(Proxy)
* 外观模式(Facade)
* 桥接模式(Bridge)
* 组合模式(Composite)
* 享元模式(Flyweight)
* 策略模式(Strategy)
* 模板方法模式(TemplateMethod)
* 观察者模式(Observer)
* 迭代子模式(Iterator)
* 责任链模式(Chain of responsibility)
* 命令模式(Command)
* 备忘录模式(Memento)
* 状态模式(State)
* 访问者模式(Visitor)
* 中介者模式(Mediator)
* 解释器模式(Interpreter)---
本人出于学习的目的进行了整理,原帖出自
-> https://www.cnblogs.com/wangzhongqiu/p/6245820.html