Translation zh (#1646)

* add state and callback pattern

* add command and template-method pattern

* add iterator pattern

* add bridege and DI pattern

* fix issue #1600

* add converter,proxy,visitor pattern

* add caching,composite,delegation,dirty-flag,interpreter patterns

* add dao and producer-consumer

* add dto and provate class data pattern

* fix #1646 png path problems

* fix #1646 composite png path case problem

Co-authored-by: Mike <admin@xiaod.info>
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
This commit is contained in:
Mike Liu
2021-02-08 23:37:48 +08:00
committed by GitHub
parent 934578d6d2
commit 2207ea4ce9
14 changed files with 1204 additions and 2 deletions

View File

@ -118,7 +118,7 @@ public class HalflingThief {
```
## 类图
![alt text](../../template-method/etc/template-method_1.png "Template Method")
![alt text](../../template-method/etc/template_method_urm.png "Template Method")
## 适用性