From fc47d002e34f95e3429df39ac36bc76ca5c9b227 Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Sun, 18 Mar 2018 21:42:55 +0800 Subject: [PATCH] auto commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93637019..181c3149 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ 整理自《Head First 设计模式》 +> [JDK 中的设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/JDK%20中的设计模式.md) + +对每种设计模式做了一个总结,并给出在 JDK 中的使用实例。 + > [面向对象思想](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/面向对象思想.md) 一些面向对象思想和原则。