CS-Notes/README.md
Abdul Aziz Bah 92908392ab
Made English translation of the ReadMe
Translated main topics on the readme to English for English readers
2019-06-01 17:40:51 -04:00

10 KiB
Raw Blame History


 算法 (algorithm)  操作系统 (Operating system)  网络 (The internet)   面向对象 (Object oriented)   数据库(Database)       Java    系统设计 (System Design)    工具(Tool)     编码实践 (Coding practice)    后记 (Postscript)    
✏️ 💻 ☁️ 🎨 💾 💡 🔧 🍉 📝

✏️ 算法 (Algorithm)

💻 操作系统 (operating system)

☁️ 网络 (The internet)

🎨 面向对象 (Object oriented)

💾 数据库 (Database)

Java

💡 系统设计 (System Design)

🔧 工具 (Tool)

🍉 编码实践 (Coding Practice)

📝 后记 (Postscript)

公众号 (No public)

更多精彩内容将发布在公众号 CyC2018,公众号提供了该项目的离线阅读版本,后台回复 "下载" 即可领取。也提供了一份技术面试复习思维导图,不仅系统整理了面试知识点,而且标注了各个知识点的重要程度,从而帮你理清多而杂的面试知识点,后台回复 "资料" 即可领取。我基本是按照这个思维导图来进行复习的,对我拿到了 BAT 头条等 Offer 起到很大的帮助。你们完全可以和我一样根据思维导图上列的知识点来进行复习,就不用看很多不重要的内容,也可以知道哪些内容很重要从而多安排一些复习时间。

More exciting content will be released in the public number CyC2018, the public number provides an offline reading version of the project, the background reply "download" to receive. Also provided a technical interview review mind map, not only systematically sorted out the interview knowledge points, but also marked the importance of each knowledge point, so as to help you sort out the many interview knowledge points, the background reply "data" receive. I basically followed this mind map for review, and I got a lot of help with getting the BAT headline and other offers. You can completely review the knowledge points listed on the mind map like me. You don't have to look at a lot of unimportant content, you can also know what is important and arrange some review time.

QQ 群

为大家提供一个学习交流平台,在这里你可以自由地讨论技术问题。

To provide you with a learning exchange platform, where you are free to discuss technical issues.

后端面试进阶指南 (Back-end interview advanced guide)

内推信息 (Introduction information)

Job-Recommend

绘图工具 (Drawing tool)

draw.io

Github Page

docsify

Power by logomakr.

排版 (typesetting)

笔记内容按照 中文文案排版指北 进行排版,以保证内容的可读性。

The contents of the notes are in accordance with [Chinese copywriting refers to the north] Make typesetting to ensure readability of the content

不使用 ![]() 这种方式来引用图片,而是用 <img> 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 GFM 不支持 <center> ![]() </center> 这种方法让图片居中显示,只能使用 <div align="center"> <img src=""/> </div> 达到居中的效果。

在线排版工具:Text-Typesetting

上传方案

为了方便将本地笔记内容上传到 Github 上实现了一整套自动化上传方案包括提取图片、Markdown 文档转换、Git 同步。进行 Markdown 文档转换是因为 Github 使用的 GFM 不支持 MathJax 公式和 TOC 标记,所以需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。

GFM 转换工具:GFM-Converter

License

本仓库内容 不是 将网上的资料随意拼凑而来,除了少部分引用书上和技术文档的原文,其余都是我的原创。在您引用本仓库内容或者对内容进行修改演绎时,请署名并以相同方式共享,谢谢。

转载文章请在开头明显处标明该页面地址。如果是公众号转载,也请在合适的位置贴上 CyC2018 公众号二维码海报

知识共享许可协议

致谢

感谢以下人员对本仓库做出的贡献,当然不仅仅只有这些贡献者,这里就不一一列举了。如果你希望被添加到这个名单中,并且提交过 Issue 或者 PR请与我联系。