Skip to content

fuheihei/design-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

设计模式 Java 代码实现

设计模式定义模式是在特定环境下人们解决某类重复出现问题的一套成功或有效的解决方案A pattern is a successful or efficient solution to a recurring problem within a context

GoF在1994年提出设计模式,有23种设计模式,7个面向对象设计原则 本项目旨在收录各种Java常用的设计模式,组成文档;希望能对你平时的学习和面试工作有所帮助。

☕️ 如何开始?

使用Idea,菜单右上角的 File -> open... -> 选择项目打开即可

根据参考的书目,列举了以下的 7个设计原则 和 23种设计模式 补充设计模式:原型模式

7个面向对象设计原则

设计原则详细 doc/design-principle

23个设计模式

5个创建型模式

模式名称 路径
1.单例模式 creation/Singleton
2.建造者模式 creation/Builder
3.抽象工厂模式 creation/AbstractFactory
4.工厂方法模式 creation/FactoryMethod
5.简单工厂模式 creation/SimpleFactory
6.原型模式 creation/Prototype

11个行为型模式

模式名称 路径
1.模板方法 behavior/Template Method
2.策略模式 behavior/Strategy
3.责任链模式 behavior/Chain Of Responsibility
4.命令行模式 behavior/Command
5.状态模式 behavior/State
6.观察者模式 behavior/Observer
7.中介者模式 behavior/Mediator
8.迭代器模式 behavior/Iterator
9.访问者模式 behavior/Mediator
10.备忘录模式 behavior/Memento
11.解释器模式 behavior/Interpreter

7个结构型模式

模式名称 路径
1.代理模式 structure/Proxy
2.适配器模式 structure/Adapter
3.桥接模式 structure/Bridge
4.装饰器模式 structure/Decorator
5.外观模式 structure/Facade
6.享元模式 structure/Flyweight
7.组合模式 structure/Composite

Reference

📖 参考:

注:无意侵权,如有版权问题,随时删除

  1. 《图解设计模式》16种设计模式
  2. Java设计模式:23种设计模式全面解析(超级详细)
  3. 设计模式(刘伟) 24种设计模式

📧 联系方式:

Email: [email protected]
Slogan: Break knowledge silos

About

design-pattern implemented in Java(23种设计模式,练手用)

Topics

Resources

License

Stars

Watchers

Forks

Languages