From acac9c31ef98d5c6d368ad8bf61f502ec4b482b5 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Sat, 6 Feb 2021 17:18:56 +0800 Subject: [PATCH] update --- ...21\350\246\201\350\264\241\347\214\256.md" | 23 ++++++++++++++++ ...21\350\246\201\350\264\241\347\214\256.md" | 16 ++++++++++++ config.toml | 26 ++++++++++++------- content/intermediate/6.md | 18 +++++++++++++ content/intermediate/_index.md | 10 +++++-- content/junior/3.md | 22 ++++++++++++++++ content/junior/_index.md | 24 ++++++----------- content/senior/4.md | 17 ++++++++++++ content/senior/_index.md | 18 ++++++------- .../static/js/pdf-js/web/viewer.html | 4 +-- .../static/js/pdf-js/web/viewer.js | 1 + 11 files changed, 139 insertions(+), 40 deletions(-) create mode 100644 ".gitlab/issue_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" create mode 100644 ".gitlab/merge_request_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" create mode 100644 content/intermediate/6.md create mode 100644 content/junior/3.md create mode 100644 content/senior/4.md diff --git "a/.gitlab/issue_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" "b/.gitlab/issue_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" new file mode 100644 index 0000000..a76d549 --- /dev/null +++ "b/.gitlab/issue_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" @@ -0,0 +1,23 @@ +## 贡献类型 + +- [ ] 补充学习资料 +- [ ] 补充知识点 + +> 填写说明:在对应类型的中括号/方括号中填上`x` 即可 + +## 所属知识点 + +- 阶段 + - 一级知识点 + - 二级知识点 + - 三级知识点 + - 四级知识点 + +> 填写说明: 初阶/中阶/高阶 >> 一级知识点 >> 二级知识点 (依次类推) + +## 补充内容 + ++ ++ + +> 填写说明:填写补充知识点的名称或学习资料名称+链接,如果有多个知识点或学习资料补充,在补充内容中依次提交即可 diff --git "a/.gitlab/merge_request_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" "b/.gitlab/merge_request_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" new file mode 100644 index 0000000..25077da --- /dev/null +++ "b/.gitlab/merge_request_templates/\346\210\221\350\246\201\350\264\241\347\214\256.md" @@ -0,0 +1,16 @@ +## 贡献类型 + +- [ ] 补充学习资料 +- [ ] 补充知识点 + +> 填写说明:在对应类型的中括号/方括号中填上`x` 即可 + +## 所属知识点 + +- 阶段 + - 一级知识点 + - 二级知识点 + - 三级知识点 + - 四级知识点 + +> 填写说明: 初阶/中阶/高阶 >> 一级知识点 >> 二级知识点 (依次类推) \ No newline at end of file diff --git a/config.toml b/config.toml index f80763b..1327fc0 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://codechina.gitcode.host/developer-roadmap/backend/intro/" #baseURL = "/" Languages = "zh-cn" -title = "后端开发 - CSDN IT 人才成长路线图" +title = "后端 - IT技术知识开源图谱" theme = ["dot","hugo-theme-pdf-js"] [markup.goldmark.renderer] @@ -51,8 +51,8 @@ link = "https://codechina.csdn.net/codechina/developer-roadmap/backend/intro" # banner [params.banner] -title = "CSDN IT 人才成长路线图" -subtitle = "后端开发技术路线图" +title = "IT技术知识开源图谱" +subtitle = "后端技术学习路线图" bg_image = "images/banner.jpg" placeholder = "输入关键词" @@ -163,28 +163,34 @@ hasChildren = true [[menu.main]] name = "CODE CHINA" -url = "https://codechina.csdn.net/" -weight = 6 +url = "https://codechina.csdn.net/dev-roadmap" +weight = 7 [[menu.main]] name = "我也要贡献" -weight = 7 +weight = 6 hasChildren = true [[menu.main]] parent = "我也要贡献" name = "我要补充学习资源" - url = "" + url = "https://codechina.csdn.net/codechina/developer-roadmap/backend/intro/-/issues" weight = 1 [[menu.main]] parent = "我也要贡献" name = "我要补充领域" - url = "" + url = "https://codechina.csdn.net/dev-roadmap/dev-roadmap.gitcode.host/-/issues" weight = 2 [[menu.main]] parent = "我也要贡献" name = "我要反馈建议" - url = "" - weight = 3 \ No newline at end of file + url = "https://codechina.csdn.net/codechina/developer-roadmap/backend/intro/-/issues" + weight = 3 + + [[menu.main]] + parent = "我也要贡献" + name = "如何参与贡献?" + url = "https://codechina.csdn.net/dev-roadmap/dev-roadmap.gitcode.host/-/blob/master/CONTRIBUTING.md" + weight = 4 \ No newline at end of file diff --git a/content/intermediate/6.md b/content/intermediate/6.md new file mode 100644 index 0000000..1b5b8ab --- /dev/null +++ b/content/intermediate/6.md @@ -0,0 +1,18 @@ +--- +title: "相关学习资源" +date: 2018-12-29 +lastmod: 2020-01-05 +weight: 6 +type: +icon: # +description: "相关学习资源,工程" +# search related keywords +--- + +1. Brian Goetz等,《Java并发编程实战》 +2. 张卫滨译,《Spring实战》 +3. 何品译,《Netty实战》 +4. 周志明,《深入理解Java虚拟机》 +5. Neha Narkhede等,《Kafka: The Definitive Guide》 +6. 黄健宏,《Redis设计与实现》 +7. 《计算机程序的构造和解释》 \ No newline at end of file diff --git a/content/intermediate/_index.md b/content/intermediate/_index.md index 5f273ce..70f2794 100644 --- a/content/intermediate/_index.md +++ b/content/intermediate/_index.md @@ -1,5 +1,5 @@ --- -title: "后端开发中阶" +title: "后端技术中阶" date: 2018-12-29 lastmod: 2020-01-05 weight: 2 @@ -10,7 +10,13 @@ description: "中阶路线图" keywords: ["后端开发","中阶"] --- -## 中阶路线图 + +![高校俱乐部](https://codechina.csdn.net/codechina/operation-work/uploads/53b24f5f44d3c851890b1789ed501001/%E9%AB%98%E6%A0%A1%E4%BF%B1%E4%B9%90%E9%83%A8320.jpg) + +

关注“高校俱乐部”微信公众号,快人一步获取高清全套技术路线图

+ +
+ {{< embed-pdf-view url="/images/backend.pdf" >}} diff --git a/content/junior/3.md b/content/junior/3.md new file mode 100644 index 0000000..1a981db --- /dev/null +++ b/content/junior/3.md @@ -0,0 +1,22 @@ +--- +title: "相关学习资源" +date: 2018-12-29 +lastmod: 2020-01-05 +weight: 3 +type: +icon: # +description: "相关学习资源" +# search related keywords +--- + +1. 陈鸣译,《计算机网络:自顶向下方法(原书第6版)》 +2. 龚奕利,贺莲译,《深入理解计算机系统(原书第3版)》 +3. 谢路云译,《算法(第4版)》 +4. 陈昊鹏译,《Java编程思想》 +5. 李道兵等译,《Go程序设计语言》 +6. 《ProgrammmingKotlin》 +7. 刘晓霞等译,《MySQL必知必会》 +8. 《Pro Git》 +9. 许晓斌,《Maven实战》 +10. 李松峰等译,《JavaScript高级程序设计(第3版)》 +11. Cameron Newham等,《学习bash(第二版)》 \ No newline at end of file diff --git a/content/junior/_index.md b/content/junior/_index.md index 5ecd85a..529d38d 100644 --- a/content/junior/_index.md +++ b/content/junior/_index.md @@ -1,5 +1,5 @@ --- -title: "后端开发初阶" +title: "后端技术初阶" date: 2018-12-29 lastmod: 2020-01-05 weight: 1 @@ -10,7 +10,13 @@ description: "初阶路线图" keywords: ["后端开发","初阶"] --- -## 初阶路线图 + +![高校俱乐部](https://codechina.csdn.net/codechina/operation-work/uploads/53b24f5f44d3c851890b1789ed501001/%E9%AB%98%E6%A0%A1%E4%BF%B1%E4%B9%90%E9%83%A8320.jpg) + +

关注“高校俱乐部”微信公众号,快人一步获取高清全套技术路线图

+ +
+ {{< embed-pdf-view url="/images/backend.pdf" >}} @@ -76,17 +82,3 @@ keywords: ["后端开发","初阶"] - VIM - IDE - IntelliJ IDEA - -## 相关学习资源 - -1. 陈鸣译,《计算机网络:自顶向下方法(原书第6版)》 -2. 龚奕利,贺莲译,《深入理解计算机系统(原书第3版)》 -3. 谢路云译,《算法(第4版)》 -4. 陈昊鹏译,《Java编程思想》 -5. 李道兵等译,《Go程序设计语言》 -6. 《ProgrammmingKotlin》 -7. 刘晓霞等译,《MySQL必知必会》 -8. 《Pro Git》 -9. 许晓斌,《Maven实战》 -10. 李松峰等译,《JavaScript高级程序设计(第3版)》 -11. Cameron Newham等,《学习bash(第二版)》 \ No newline at end of file diff --git a/content/senior/4.md b/content/senior/4.md new file mode 100644 index 0000000..ab5b59d --- /dev/null +++ b/content/senior/4.md @@ -0,0 +1,17 @@ +--- +title: "相关学习资源" +date: 2018-12-29 +lastmod: 2020-01-05 +weight: 3 +type: +icon: # +description: "相关学习资源" +# search related keywords +--- + + +1. 赵军平等译,《数据密集型应用系统设计》 +2. Marko Luksa,《Kubernetes in Action》 +3. Distributed systems theory for the distributed systems engineer +4. 孙宇聪译,《SRE:Google运维解密》 +5. 崔力强等译,《微服务设计》 \ No newline at end of file diff --git a/content/senior/_index.md b/content/senior/_index.md index f4e697f..2fae2c2 100644 --- a/content/senior/_index.md +++ b/content/senior/_index.md @@ -1,5 +1,5 @@ --- -title: "后端开发高阶" +title: "后端技术高阶" date: 2018-12-29 lastmod: 2020-01-05 weight: 3 @@ -10,7 +10,13 @@ description: "高阶高线图" keywords: ["后端开发","高阶"] --- -## 高阶路线图 + +![高校俱乐部](https://codechina.csdn.net/codechina/operation-work/uploads/53b24f5f44d3c851890b1789ed501001/%E9%AB%98%E6%A0%A1%E4%BF%B1%E4%B9%90%E9%83%A8320.jpg) + +

关注“高校俱乐部”微信公众号,快人一步获取高清全套技术路线图

+ +
+ {{< embed-pdf-view url="/images/backend.pdf" >}} @@ -70,11 +76,3 @@ keywords: ["后端开发","高阶"] - 负载均衡&健康检查 - 服务发现&动态路由&健康检查 - 自动化运维 - -## 相关学习资源 - -1. 赵军平等译,《数据密集型应用系统设计》 -2. Marko Luksa,《Kubernetes in Action》 -3. Distributed systems theory for the distributed systems engineer -4. 孙宇聪译,《SRE:Google运维解密》 -5. 崔力强等译,《微服务设计》 \ No newline at end of file diff --git a/themes/hugo-theme-pdf-js/static/js/pdf-js/web/viewer.html b/themes/hugo-theme-pdf-js/static/js/pdf-js/web/viewer.html index 1730b09..10144ca 100644 --- a/themes/hugo-theme-pdf-js/static/js/pdf-js/web/viewer.html +++ b/themes/hugo-theme-pdf-js/static/js/pdf-js/web/viewer.html @@ -218,9 +218,9 @@ See https://github.com/adobe-type-tools/cmap-resources Print -