auto commit

This commit is contained in:
CyC2018
2018-06-20 10:21:08 +08:00
parent b142426c33
commit f384c7efaa
3 changed files with 6 additions and 7 deletions

View File

@ -34,7 +34,7 @@
# 一、概述
设计模式不是代码,而是解决问题的方案,学习现有的设计模式可以做到经验复用。
设计模式是解决问题的方案,学习现有的设计模式可以做到经验复用。
拥有设计模式词汇,在沟通时就能用更少的词汇来讨论,并且不需要了解底层细节。
@ -2962,7 +2962,6 @@ public class ImageProxy implements Image {
}
highResolutionImage.showImage();
}
}
```