Skip to content

Commit

Permalink
style:modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxy19 committed Mar 24, 2019
1 parent 49e534c commit 9dd2500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# DesignPatterns
## 23种设计模式

|序号|类型名称|内容|
|序号|模式类型|内容|
|:---:|:-----:|:----:|
|1|创建型模式|抽象工厂、建造者模式、工厂方法、原型模式、单例模式.|
|2|结构型模式|适配器模式、桥接模式、组合模式、装饰者模式、外观模式、享元模式、代理模式.|
|3|行为型模式|观察者模式、模板方法、命令模式、状态模式、职责链模式、解释器模式、中介者模式、访问者模式、策略模式、备忘录模式、迭代器模式.|
|1|创建型|抽象工厂、建造者模式、工厂方法、原型模式、单例模式.|
|2|结构型|适配器模式、桥接模式、组合模式、装饰者模式、外观模式、享元模式、代理模式.|
|3|行为型|观察者模式、模板方法、命令模式、状态模式、职责链模式、解释器模式、中介者模式、访问者模式、策略模式、备忘录模式、迭代器模式.|

1.观察者模式 - 已完成

Expand Down

0 comments on commit 9dd2500

Please sign in to comment.