Update README.md
parent
b7b878eabf
commit
a258575e07
|
@ -1,11 +1,14 @@
|
||||||
# DesignPattern
|
# DesignPattern
|
||||||
Jungle设计模式系列
|
Jungle设计模式系列
|
||||||
|
|
||||||
|
## 感谢
|
||||||
|
感谢@ichdream对本项目的贡献,也欢迎和支持更多coder提出修改和指正
|
||||||
|
|
||||||
## 订正
|
## 订正
|
||||||
*
|
* 2021/09/07:merge @ichdream pull request,采用智能指针管理堆对象,引入makefile管理工程,修改文件编码格式
|
||||||
* 2021/04/04:为虚基类添加虚析构函数,避免内存泄露
|
* 2021/04/04:为虚基类添加虚析构函数,避免内存泄露
|
||||||
* 2020/11/29:解决内存泄露问题
|
* 2020/11/29:解决内存泄露问题
|
||||||
*
|
*
|
||||||
|
|
||||||
代码资源:https://github.com/FengJungle/DesignPattern
|
代码资源:https://github.com/FengJungle/DesignPattern
|
||||||
|
|
||||||
|
@ -111,4 +114,4 @@ Jungle设计模式系列
|
||||||
|
|
||||||
26.设计模式(二十六)——模板方法模式
|
26.设计模式(二十六)——模板方法模式
|
||||||
|
|
||||||
博客地址:https://blog.csdn.net/sinat_21107433/article/details/102994585
|
博客地址:https://blog.csdn.net/sinat_21107433/article/details/102994585
|
||||||
|
|
Loading…
Reference in New Issue