“设计模式”的版本间的差异
来自qingwei personal wiki
(创建页面,内容为“==工厂模式==”) |
|||
第1行: | 第1行: | ||
+ | == 需要思考 == | ||
+ | <pre> | ||
+ | Decorator Pattern | ||
+ | 需要测一个函数的执行时间 | ||
+ | python 里的https://coolshell.cn/articles/11265.html | ||
+ | </pre> | ||
+ | |||
==工厂模式== | ==工厂模式== |
2018年3月28日 (三) 06:08的最新版本
需要思考
Decorator Pattern 需要测一个函数的执行时间 python 里的https://coolshell.cn/articles/11265.html