{"id":18313940,"url":"https://github.com/oeljeklaus-you/design-patterns","last_synced_at":"2026-01-21T03:32:39.063Z","repository":{"id":97009324,"uuid":"140917496","full_name":"oeljeklaus-you/Design-Patterns","owner":"oeljeklaus-you","description":"23种设计模式的讲解:设计模式分为创建型模式、结构型模式、行为型模式","archived":false,"fork":false,"pushed_at":"2018-07-21T08:32:44.000Z","size":4898,"stargazers_count":13,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T12:34:05.402Z","etag":null,"topics":["design-patterns","designpattern"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oeljeklaus-you.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-14T05:06:44.000Z","updated_at":"2023-12-24T07:11:33.000Z","dependencies_parsed_at":"2024-03-08T15:57:19.311Z","dependency_job_id":null,"html_url":"https://github.com/oeljeklaus-you/Design-Patterns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oeljeklaus-you/Design-Patterns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeljeklaus-you%2FDesign-Patterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeljeklaus-you%2FDesign-Patterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeljeklaus-you%2FDesign-Patterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeljeklaus-you%2FDesign-Patterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oeljeklaus-you","download_url":"https://codeload.github.com/oeljeklaus-you/Design-Patterns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oeljeklaus-you%2FDesign-Patterns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design-patterns","designpattern"],"created_at":"2024-11-05T16:29:14.828Z","updated_at":"2026-01-21T03:32:39.050Z","avatar_url":"https://github.com/oeljeklaus-you.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Design-Patterns\n23种设计模式的讲解:设计模式分为创建型模式、结构型模式、行为型模式\n## 创建型模式\n### 简单工厂模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(一)简单工厂模式.md)\n### 工厂方法模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(二)工厂方法模式.md)\n### 抽象工厂模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(三)抽象工厂模式.md)\n### 建造者模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(四)建造者模式.md)\n### 单例模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(五)单例模式.md)\n## 结构型模式\n### 适配器模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(六)适配器模式.md)\n### 桥接模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(七)桥接模式.md)\n### 装饰模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(八)装饰模式.md)\n### 外观模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(九)外观模式.md)\n### 享元模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十)享元模式.md)\n### 代理模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十一)代理模式.md)\n## 行为型模式\n### 命令模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十二)命令模式.md)\n### 策略模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十三)策略模式.md)\n### 模板模式\n详细的讲解文件在[这里](https://github.com/oeljeklaus-you/Design-Patterns/blob/master/设计模式(十四)模板模式.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foeljeklaus-you%2Fdesign-patterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foeljeklaus-you%2Fdesign-patterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foeljeklaus-you%2Fdesign-patterns/lists"}