diff --git a/.gitignore b/.gitignore index cb7465f8291685dea5dab6d68ce5f188529e873a..d14d687a10f3a71f07955dbdafe25ad4f42aa440 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ __pycache__ *.out bin/ debug/ -release/ \ No newline at end of file +release/ +codes/ \ No newline at end of file diff --git "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" index 7cb95e169f05bc1a579a752ed5ba53c2bed9e86a..0b7fc676fee0b712a78d699f7fbf49ff070284ea 100644 --- "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" +++ "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/1.\345\267\245\345\216\202\346\250\241\345\274\217/config.json" @@ -1,11 +1,13 @@ { - "node_id": "cloud_design_patterns-2724d556a7be4b5d8cb0052b3428b1ed", - "keywords": [], - "children": [], - "export": [ - "helloworld.json" - ], - "keywords_must": [], - "keywords_forbid": [], - "group": 0 + "node_id": "cloud_design_patterns-2724d556a7be4b5d8cb0052b3428b1ed", + "keywords": [ + "factory-method" + ], + "children": [], + "export": [ + "helloworld.json" + ], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 } \ No newline at end of file diff --git "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" index f1789c74d52307476a9148660a6cb01c5bb4af6d..92383cde1fceb6717b2d98c242c09d944f202575 100644 --- "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" +++ "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/2.\346\212\275\350\261\241\345\267\245\345\216\202\346\250\241\345\274\217/config.json" @@ -1,10 +1,12 @@ { - "node_id": "cloud_design_patterns-f8ff0b6764a54fa1b70bb316c091b1b2", - "keywords": [], - "children": [], - "export": [], - "keywords_must": [], - "keywords_forbid": [], - "group": 0, - "subtree": "" + "node_id": "cloud_design_patterns-f8ff0b6764a54fa1b70bb316c091b1b2", + "keywords": [ + "abstract-factory" + ], + "children": [], + "export": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 0, + "subtree": "" } \ No newline at end of file diff --git "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" index 716f3030cabbeafc235a4752a2f35c2e52d38016..87fd1c420c2fdd15aa1a21cbcd721417eaba81e2 100644 --- "a/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" +++ "b/data/1.\344\272\221\345\274\200\345\217\221\350\256\276\350\256\241\346\250\241\345\274\217\345\210\235\351\230\266/1.Gof\350\256\276\350\256\241\346\250\241\345\274\217(\345\210\233\345\273\272\345\236\213\346\250\241\345\274\217)/3.\345\215\225\344\276\213\346\250\241\345\274\217/config.json" @@ -1,10 +1,12 @@ { - "node_id": "cloud_design_patterns-43e7c6f8647443a09fed2e2525c0e3bb", - "keywords": [], - "children": [], - "export": [], - "keywords_must": [], - "keywords_forbid": [], - "group": 0, - "subtree": "" + "node_id": "cloud_design_patterns-43e7c6f8647443a09fed2e2525c0e3bb", + "keywords": [ + "singleton" + ], + "children": [], + "export": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 0, + "subtree": "" } \ No newline at end of file