diff --git a/.gitattributes b/.gitattributes index 79b98310..f30be231 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* linguist-language=java +*.md linguist-language=java diff --git a/README.md b/README.md index 126a5133..6779a69e 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,31 @@
- - - + + + +
- -
-|  算法  | 操作系统 |  网络  | 面向对象 |   数据库   |    Java    | 系统设计 |    工具    | 编码实践 |    后记    | -| :------------------------: | :------------------------------: | :--------------------: | :--------------------: | :----------------------------------: | :--------------------------------------: | :----------------------: | :--------------------------------------: | :----------------------------------: | :--------------------------------------: | -| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) | [:coffee:](#coffee-java) | [:bulb:](#bulb-系统设计) | [:wrench:](#wrench-工具) | [:watermelon:](#watermelon-编码实践) | [:memo:](#memo-后记) | +|  算法  | 操作系统 |  网络 |面向对象|   数据库  |   Java   | 系统设计|    工具    |编码实践|    后记    | +| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | +| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) |[:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计) |[:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践) |[:memo:](#memo-后记)|
- +
+ +
- + ## :pencil2: 算法 - [剑指 Offer 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md) - [Leetcode 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20题解%20-%20目录.md) - [算法](https://github.com/CyC2018/CS-Notes/blob/master/notes/算法%20-%20目录.md) +- [笔试面试题库](https://www.nowcoder.com/contestRoom?from=cyc_github) ## :computer: 操作系统 @@ -38,10 +40,10 @@ ## :art: 面向对象 -- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式.md) +- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式%20-%20目录.md) - [面向对象思想](https://github.com/CyC2018/CS-Notes/blob/master/notes/面向对象思想.md) -## :floppy_disk: 数据库 +## :floppy_disk: 数据库 - [数据库系统原理](https://github.com/CyC2018/CS-Notes/blob/master/notes/数据库系统原理.md) - [SQL](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL.md) @@ -78,25 +80,15 @@ - [代码可读性](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码可读性.md) - [代码风格规范](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码风格规范.md) -
+## :memo: 后记 -## :memo: 后记 +
+ 我的面经 / 我的简历 / 简历模版 / 内推 / 专栏 / QQ 群 +

+ +
-### 更多内容 -- 内推:[Job-Recommend](https://github.com/CyC2018/Job-Recommend) -- 简历模版:[Markdown-Resume](https://github.com/CyC2018/Markdown-Resume) -- 面经:[2018 这一年](https://www.nowcoder.com/discuss/137593) -- 简历:https://cyc2018.github.io -- 知乎:[CyC2018](https://www.zhihu.com/people/xiao-shi-guang-33/activities) -- 小专栏:[后端面试进阶指南](https://xiaozhuanlan.com/CyC2018) -- QQ 交流群:[857210598](assets/group.png) - -### 工具 - -- Github Pages:[docsify](https://docsify.js.org/#/) -- 绘图:[draw.io](https://www.draw.io/) -- Logo:[logomakr](https://logomakr.com/) ### 排版 @@ -106,17 +98,13 @@ 在线排版工具:[Text-Typesetting](https://github.com/CyC2018/Text-Typesetting)。 -### 上传方案 - -为了方便将本地笔记内容上传到 Github 上,实现了一整套自动化上传方案,包括提取图片、Markdown 文档转换、Git 同步。进行 Markdown 文档转换是因为 Github 使用的 GFM 不支持 MathJax 公式和 TOC 标记,所以需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。 - -GFM 转换工具:[GFM-Converter](https://github.com/CyC2018/GFM-Converter)。 - ### License -本仓库内容 **不是** 将网上的资料随意拼凑而来,除了少部分引用书上和技术文档的原文,其余都是我的原创。在您引用本仓库内容或者对内容进行修改演绎时,请署名并以相同方式共享,谢谢。 +本仓库的内容不是将网上的资料随意拼凑而来,除了少部分引用书上和技术文档的原文(这部分内容都在末尾的参考链接中加了出处),其余都是我的原创。在您引用本仓库内容或者对内容进行修改演绎时,请署名并以相同方式共享,谢谢。 -转载文章请在开头明显处标明该页面地址,公众号等其它转载其联系 zhengyc101@163.com。 +转载文章请在开头明显处标明该页面地址,公众号等其它转载请联系 zhengyc101@163.com。 + +Logo:[logomakr](https://logomakr.com/) 知识共享许可协议 diff --git a/assets/QQ2群.png b/assets/QQ2群.png new file mode 100644 index 00000000..ed2a399d Binary files /dev/null and b/assets/QQ2群.png differ diff --git a/other/download-html.png b/assets/download-html.png similarity index 100% rename from other/download-html.png rename to assets/download-html.png diff --git a/other/download-markdown.png b/assets/download-markdown.png similarity index 100% rename from other/download-markdown.png rename to assets/download-markdown.png diff --git a/other/download-pdf.png b/assets/download-pdf.png similarity index 100% rename from other/download-pdf.png rename to assets/download-pdf.png diff --git a/other/download.md b/assets/download.md similarity index 83% rename from other/download.md rename to assets/download.md index b3975e74..cb340934 100644 --- a/other/download.md +++ b/assets/download.md @@ -28,6 +28,7 @@ # 如何下载 -离线版本由公众号 **CyC2018** 发布,最新版本也会在上面及时发布,在公众号后台回复 **离线下载** 即可获取下载链接。 +离线版本由公众号 **CyC2018** 发布,最新版本也会在上面及时发布,在后台回复 **CyC** 即可获取下载链接。 + +
-
diff --git a/assets/group.png b/assets/group.png deleted file mode 100644 index 4615c5f9..00000000 Binary files a/assets/group.png and /dev/null differ diff --git a/assets/公众号 海报.png b/assets/公众号 海报.png deleted file mode 100644 index 891f3360..00000000 Binary files a/assets/公众号 海报.png and /dev/null differ diff --git a/assets/公众号二维码-1.png b/assets/公众号二维码-1.png new file mode 100644 index 00000000..fec66b80 Binary files /dev/null and b/assets/公众号二维码-1.png differ diff --git a/assets/公众号二维码.png b/assets/公众号二维码.png new file mode 100644 index 00000000..3bdd6d4c Binary files /dev/null and b/assets/公众号二维码.png differ diff --git a/assets/公众号海报7.png b/assets/公众号海报7.png new file mode 100644 index 00000000..8f33bd5d Binary files /dev/null and b/assets/公众号海报7.png differ diff --git a/docs/README.md b/docs/README.md index c7996232..af810aba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ ## 🎨 面向对象 -- [设计模式](notes/设计模式.md)
+- [设计模式](notes/设计模式%20-%20目录1.md)
- [面向对象思想](notes/面向对象思想.md) ## 💾 数据库 diff --git a/docs/index.html b/docs/index.html index d27f589f..08b3fee6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,8 +9,10 @@ +