|
1 | 1 | <div align="center">
|
2 |
| -<a href="https://github.com/CyC2018/CS-Notes"> <img src="https://badgen.net/github/stars/CyC2018/CS-Notes?icon=github&color=4ab8a1"></a> |
3 |
| -<a href="other/download.md"> <img src="https://badgen.net/badge/OvO/%E7%A6%BB%E7%BA%BF%E4%B8%8B%E8%BD%BD?icon=telegram&color=4ab8a1"></a> |
4 |
| -<a href="https://cyc2018.github.io/CS-Notes"> <img src="https://badgen.net/badge/CyC/%E5%9C%A8%E7%BA%BF%E9%98%85%E8%AF%BB?icon=sourcegraph&color=4ab8a1"></a> |
| 2 | + <a href="https://gitstar-ranking.com/repositories"> <img src="https://badgen.net/badge/Rank/20?icon=github&color=4ab8a1"></a> |
| 3 | + <a href="assets/download.md"> <img src="https://badgen.net/badge/OvO/%E7%A6%BB%E7%BA%BF%E4%B8%8B%E8%BD%BD?icon=telegram&color=4ab8a1"></a> |
| 4 | + <a href="https://cyc2018.github.io/CS-Notes"> <img src="https://badgen.net/badge/CyC/%E5%9C%A8%E7%BA%BF%E9%98%85%E8%AF%BB?icon=sourcegraph&color=4ab8a1"></a> |
| 5 | + <a href="#微信公众号"> <img src="https://badgen.net/badge/%e5%85%ac%e4%bc%97%e5%8f%b7/CyC2018?icon=rss&color=4ab8a1"></a> |
5 | 6 | </div>
|
6 |
| - |
7 |
| - |
8 | 7 | <br>
|
9 | 8 |
|
10 |
| -| 算法 | 操作系统 | 网络 | 面向对象 | 数据库 | Java | 系统设计 | 工具 | 编码实践 | 后记 | |
11 |
| -| :------------------------: | :------------------------------: | :--------------------: | :--------------------: | :----------------------------------: | :--------------------------------------: | :----------------------: | :--------------------------------------: | :----------------------------------: | :--------------------------------------: | |
12 |
| -| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) | [:coffee:](#coffee-java) | [:bulb:](#bulb-系统设计) | [:wrench:](#wrench-工具) | [:watermelon:](#watermelon-编码实践) | [:memo:](#memo-后记) | |
| 9 | +| 算法 | 操作系统 | 网络 |面向对象| 数据库 | Java | 系统设计| 工具 |编码实践| 后记 | |
| 10 | +| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: | |
| 11 | +| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) |[:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计) |[:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践) |[:memo:](#memo-后记)| |
13 | 12 |
|
14 | 13 | <br>
|
15 | 14 |
|
16 | 15 | <div align="center">
|
17 |
| - <img src="assets/LogoMakr_0zpEzN.png" width="200px"> |
| 16 | + <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/githubio/LogoMakr_0zpEzN.png" width="200px"> |
18 | 17 | </div>
|
19 | 18 |
|
| 19 | + |
| 20 | + |
20 | 21 | <br>
|
21 |
| - |
| 22 | + |
22 | 23 | ## :pencil2: 算法
|
23 | 24 |
|
24 | 25 | - [剑指 Offer 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md)
|
25 | 26 | - [Leetcode 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20题解%20-%20目录.md)
|
26 | 27 | - [算法](https://github.com/CyC2018/CS-Notes/blob/master/notes/算法%20-%20目录.md)
|
| 28 | +- [笔试面试题库](https://www.nowcoder.com/contestRoom?from=cyc_github) |
27 | 29 |
|
28 | 30 | ## :computer: 操作系统
|
29 | 31 |
|
|
38 | 40 |
|
39 | 41 | ## :art: 面向对象
|
40 | 42 |
|
41 |
| -- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式.md) |
| 43 | +- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式%20-%20目录.md) |
42 | 44 | - [面向对象思想](https://github.com/CyC2018/CS-Notes/blob/master/notes/面向对象思想.md)
|
43 | 45 |
|
44 |
| -## :floppy_disk: 数据库 |
| 46 | +## :floppy_disk: 数据库 |
45 | 47 |
|
46 | 48 | - [数据库系统原理](https://github.com/CyC2018/CS-Notes/blob/master/notes/数据库系统原理.md)
|
47 | 49 | - [SQL](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL.md)
|
|
78 | 80 | - [代码可读性](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码可读性.md)
|
79 | 81 | - [代码风格规范](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码风格规范.md)
|
80 | 82 |
|
81 |
| -<div align="center"><img width="580px" src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/other/公众号海报1.png"></img></div> |
82 |
| - |
83 |
| -## :memo: 后记 |
84 |
| - |
85 |
| -### 更多内容 |
| 83 | +## :memo: 后记 |
86 | 84 |
|
87 |
| -- 内推:[Job-Recommend](https://github.com/CyC2018/Job-Recommend) |
88 |
| -- 简历模版:[Markdown-Resume](https://github.com/CyC2018/Markdown-Resume) |
89 |
| -- 面经:[2018 这一年](https://www.nowcoder.com/discuss/137593) |
90 |
| -- 简历:https://cyc2018.github.io |
91 |
| -- 知乎:[CyC2018](https://www.zhihu.com/people/xiao-shi-guang-33/activities) |
92 |
| -- 小专栏:[后端面试进阶指南](https://xiaozhuanlan.com/CyC2018) |
93 |
| -- QQ 交流群:[857210598](assets/group.png) |
| 85 | +<div align="center"> |
| 86 | + <a href="https://www.nowcoder.com/discuss/137593?from=cyc_github"> 我的面经 </a> / <a href="https://cyc2018.github.io"> 我的简历 </a> / <a href="https://github.com/CyC2018/Markdown-Resume"> 简历模版 </a> / <a href="https://github.com/CyC2018/Job-Recommend"> 内推 </a> / <a href="https://xiaozhuanlan.com/CyC2018"> 专栏 </a> / <a href="assets/QQ2群.png"> QQ 群</a> |
| 87 | + <br><br> |
| 88 | + <img width="320px" src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/githubio/公众号二维码-2.png"></img> |
| 89 | +</div> |
94 | 90 |
|
95 |
| -### 工具 |
96 | 91 |
|
97 |
| -- Github Pages:[docsify](https://docsify.js.org/#/) |
98 |
| -- 绘图:[draw.io](https://www.draw.io/) |
99 |
| -- Logo:[logomakr](https://logomakr.com/) |
100 | 92 |
|
101 | 93 | ### 排版
|
102 | 94 |
|
|
106 | 98 |
|
107 | 99 | 在线排版工具:[Text-Typesetting](https://github.com/CyC2018/Text-Typesetting)。
|
108 | 100 |
|
109 |
| -### 上传方案 |
110 |
| - |
111 |
| -为了方便将本地笔记内容上传到 Github 上,实现了一整套自动化上传方案,包括提取图片、Markdown 文档转换、Git 同步。进行 Markdown 文档转换是因为 Github 使用的 GFM 不支持 MathJax 公式和 TOC 标记,所以需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。 |
112 |
| - |
113 |
| -GFM 转换工具:[GFM-Converter](https://github.com/CyC2018/GFM-Converter)。 |
114 |
| - |
115 | 101 | ### License
|
116 | 102 |
|
117 |
| -本仓库内容 **不是** 将网上的资料随意拼凑而来,除了少部分引用书上和技术文档的原文,其余都是我的原创。在您引用本仓库内容或者对内容进行修改演绎时,请署名并以相同方式共享,谢谢。 |
| 103 | +本仓库的内容不是将网上的资料随意拼凑而来,除了少部分引用书上和技术文档的原文(这部分内容都在末尾的参考链接中加了出处),其余都是我的原创。在您引用本仓库内容或者对内容进行修改演绎时,请署名并以相同方式共享,谢谢。 |
| 104 | + |
| 105 | +转载文章请在开头明显处标明该页面地址,公众号等其它转载请联系 [email protected]。 |
118 | 106 |
|
119 |
| -转载文章请在开头明显处标明该页面地址,公众号等其它转载其联系 zhengyc101@163.com。 |
| 107 | +Logo:[logomakr](https://logomakr.com/) |
120 | 108 |
|
121 | 109 | <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
|
122 | 110 |
|
|
0 commit comments