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 21:07:48 +05:30
committed by GitHub
co-authored by Mike Subhrodip Mohanta
parent 934578d6d2
commit 2207ea4ce9
14 changed files with 1204 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ public class Mammoth {
```
## 类图
![alt text](../../state/etc/state_1.png "State")
![alt text](../../state/etc/state_urm.png "State")
## 适用性