Skip to content

Commit d183033

Browse files
committed
add adapter & template-method
1 parent 589a3cf commit d183033

File tree

34 files changed

+755
-64
lines changed

34 files changed

+755
-64
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@
4949
| 单例模式 | [singleton](singleton/mr.simple) | [Mr.Simple](https://github.com/bboyfeiyu)
5050
| Builder模式 | [builder](builder/mr.simple) | [Mr.Simple](https://github.com/bboyfeiyu)
5151
| 外观模式 | [facade](facade/elsdnwn) | [elsdnwn](https://github.com/elsdnwn)
52+
| 模板方法 | [template-method](template-method/mr.simple) | [Mr.Simple](https://github.com/bboyfeiyu) |
53+
| 适配器模式 | [adapter](adapter/mr.simple) | [Mr.Simple](https://github.com/bboyfeiyu) |
5254

abstract-factory/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 任务表
2-
| 模式名 | 作者 | 预计完成时间 |
3-
| ------------- |:-------------:| ------------- |
4-
| | [用户名](git地址) | 完成时间 |
2+
| 作者 | 预计完成时间 |
3+
| ------------- |:-------------:|
4+
| [用户名](git地址) | 完成时间 |
55

66

77

adapter/.DS_Store

6 KB
Binary file not shown.

adapter/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 任务表
2-
| 模式名 | 作者 | 预计完成时间 |
3-
| ------------- |:-------------:| ------------- |
4-
| | [用户名](git地址) | 完成时间 |
2+
| 作者 | 预计完成时间 |
3+
| ------------- |:-------------:|
4+
| [Mr.Simple](https://github.com/bboyfeiyu) | 2015.3.2 |
55

66

77

adapter/mr.simple/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)