forked from CyC2018/CS-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/CyC2018/CS-Notes
- Loading branch information
Showing
28 changed files
with
1,324 additions
and
1,153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*.md linguist-language=java | ||
*.md linguist-language=java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.DS_Store | ||
*.txt | ||
!tencent13147342467085209222.txt | ||
.DS_Store | ||
*.txt | ||
!tencent13147342467085209222.txt | ||
desktop.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
# 目的 | ||
|
||
考虑到有部分读者的网络环境较差,有时候在线访问速度很慢,导致阅读体验不佳。另外,PDF 等格式的离线版本相比于网页在线版本更方便做笔记。因此提供离线阅读版本给大家下载。 | ||
|
||
# 内容 | ||
|
||
有三种格式的离线版本:PDF、Markdown 和 HTML 。 | ||
|
||
|
||
优点是方便做笔记;缺点是不能显示 GIF 图片(所以“剑指 Offer 题解”不建议使用 PDF 进行阅读),以及显示效果不佳。 | ||
|
||
![](download-pdf.png) | ||
|
||
## Markdown | ||
|
||
优点是能很好地显示 GIF 图片,显示效果也很好;缺点是由于将所有内容整合在同一个文件中,导致实时渲染有点卡顿。 | ||
|
||
![](download-markdown.png) | ||
|
||
## HTML | ||
|
||
优点是和 Markdown 的显示效果几乎一致,同时不需要 Markdown 的实时渲染,因此浏览速度更快;缺点是目录功能还不是很完善。 | ||
|
||
如果想在安卓手机端阅读,推荐使用这种格式,将 html 文件和图片文件都复制到手机上,用浏览器打开 html 文件并存成书签,以后就可以快速地离线阅读。 | ||
|
||
![](download-html.png) | ||
|
||
# 如何下载 | ||
|
||
离线版本由公众号 **CyC2018** 发布,最新版本也会在上面及时发布,在后台回复 **CyC** 即可获取下载链接。 | ||
|
||
<div align="center"><img width="350px" src="公众号二维码-1.png"></img></div> | ||
|
||
# 目的 | ||
|
||
考虑到有部分读者的网络环境较差,有时候在线访问速度很慢,导致阅读体验不佳。另外,PDF 等格式的离线版本相比于网页在线版本更方便做笔记。因此提供离线阅读版本给大家下载。 | ||
|
||
# 内容 | ||
|
||
有三种格式的离线版本:PDF、Markdown 和 HTML 。 | ||
|
||
|
||
优点是方便做笔记;缺点是不能显示 GIF 图片(所以“剑指 Offer 题解”不建议使用 PDF 进行阅读),以及显示效果不佳。 | ||
|
||
![](download-pdf.png) | ||
|
||
## Markdown | ||
|
||
优点是能很好地显示 GIF 图片,显示效果也很好;缺点是由于将所有内容整合在同一个文件中,导致实时渲染有点卡顿。 | ||
|
||
![](download-markdown.png) | ||
|
||
## HTML | ||
|
||
优点是和 Markdown 的显示效果几乎一致,同时不需要 Markdown 的实时渲染,因此浏览速度更快;缺点是目录功能还不是很完善。 | ||
|
||
如果想在安卓手机端阅读,推荐使用这种格式,将 html 文件和图片文件都复制到手机上,用浏览器打开 html 文件并存成书签,以后就可以快速地离线阅读。 | ||
|
||
![](download-html.png) | ||
|
||
# 如何下载 | ||
|
||
离线版本由公众号 **CyC2018** 发布,最新版本也会在上面及时发布,在后台回复 **CyC** 即可获取下载链接。 | ||
|
||
<div align="center"><img width="350px" src="公众号二维码-1.png"></img></div> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,64 @@ | ||
- [点击订阅面试进阶指南](https://xiaozhuanlan.com/CyC2018) | ||
|
||
## ✏️ 算法 | ||
|
||
- [剑指 Offer 题解](notes/剑指%20Offer%20题解%20-%20目录1.md) </br> | ||
- [Leetcode 题解](notes/Leetcode%20题解%20-%20目录1.md) </br> | ||
- [算法](notes/算法%20-%20目录1.md) </br> | ||
- [后端面试进阶指南](https://xiaozhuanlan.com/CyC2018) | ||
|
||
## 💻 操作系统 | ||
|
||
- [计算机操作系统](notes/计算机操作系统%20-%20目录1.md) </br> | ||
- [Linux](notes/Linux.md) | ||
|
||
## ☁️ 网络 | ||
|
||
- [计算机网络](notes/计算机网络%20-%20目录1.md) </br> | ||
- [HTTP](notes/HTTP.md) </br> | ||
- [Socket](notes/Socket.md) | ||
|
||
## 🎨 面向对象 | ||
|
||
- [设计模式](notes/设计模式%20-%20目录1.md) </br> | ||
- [面向对象思想](notes/面向对象思想.md) | ||
|
||
## 💾 数据库 | ||
|
||
- [数据库系统原理](notes/数据库系统原理.md) </br> | ||
- [SQL](notes/SQL.md) </br> | ||
- [Leetcode-Database 题解](notes/Leetcode-Database%20题解.md) </br> | ||
- [MySQL](notes/MySQL.md) </br> | ||
- [Redis](notes/Redis.md) | ||
|
||
## ☕️ Java | ||
|
||
- [Java 基础](notes/Java%20基础.md) </br> | ||
- [Java 容器](notes/Java%20容器.md) </br> | ||
- [Java 并发](notes/Java%20并发.md) </br> | ||
- [Java 虚拟机](notes/Java%20虚拟机.md) </br> | ||
- [Java I/O](notes/Java%20IO.md) | ||
|
||
## 💡 系统设计 | ||
|
||
- [系统设计基础](notes/系统设计基础.md) </br> | ||
- [分布式](notes/分布式.md) </br> | ||
- [集群](notes/集群.md) </br> | ||
- [攻击技术](notes/攻击技术.md) </br> | ||
- [缓存](notes/缓存.md) </br> | ||
- [消息队列](notes/消息队列.md) | ||
|
||
## 🔧 工具 | ||
|
||
- [Git](notes/Git.md) </br> | ||
- [Docker](notes/Docker.md) </br> | ||
- [正则表达式](notes/正则表达式.md) </br> | ||
- [构建工具](notes/构建工具.md) | ||
|
||
<!--⭐️欢迎关注我的公众号 CyC2018,在公众号后台回复关键字 📚 **资料** 可领取复习大纲,这份大纲是我花了一整年时间整理的面试知识点列表,不仅系统整理了面试知识点,而且标注了各个知识点的重要程度,从而帮你理清多而杂的面试知识点。可以说我基本是按照这份大纲来进行复习的,这份大纲对我拿到了 BAT 头条等 Offer 起到很大的帮助。你们完全可以和我一样根据大纲上列的知识点来进行复习,就不用看很多不重要的内容,也可以知道哪些内容很重要从而多安排一些复习时间。 | ||
<br/><br/> | ||
<div align="center"> | ||
<img src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/%E5%85%AC%E4%BC%97%E5%8F%B7.jpg" width="200px"> | ||
</div> --> | ||
|
||
|
||
- [点击订阅面试进阶指南](https://xiaozhuanlan.com/CyC2018) | ||
|
||
## ✏️ 算法 | ||
|
||
- [剑指 Offer 题解](notes/剑指%20Offer%20题解%20-%20目录1.md) </br> | ||
- [Leetcode 题解](notes/Leetcode%20题解%20-%20目录1.md) </br> | ||
- [算法](notes/算法%20-%20目录1.md) </br> | ||
- [后端面试进阶指南](https://xiaozhuanlan.com/CyC2018) | ||
|
||
## 💻 操作系统 | ||
|
||
- [计算机操作系统](notes/计算机操作系统%20-%20目录1.md) </br> | ||
- [Linux](notes/Linux.md) | ||
|
||
## ☁️ 网络 | ||
|
||
- [计算机网络](notes/计算机网络%20-%20目录1.md) </br> | ||
- [HTTP](notes/HTTP.md) </br> | ||
- [Socket](notes/Socket.md) | ||
|
||
## 🎨 面向对象 | ||
|
||
- [设计模式](notes/设计模式%20-%20目录1.md) </br> | ||
- [面向对象思想](notes/面向对象思想.md) | ||
|
||
## 💾 数据库 | ||
|
||
- [数据库系统原理](notes/数据库系统原理.md) </br> | ||
- [SQL](notes/SQL.md) </br> | ||
- [Leetcode-Database 题解](notes/Leetcode-Database%20题解.md) </br> | ||
- [MySQL](notes/MySQL.md) </br> | ||
- [Redis](notes/Redis.md) | ||
|
||
## ☕️ Java | ||
|
||
- [Java 基础](notes/Java%20基础.md) </br> | ||
- [Java 容器](notes/Java%20容器.md) </br> | ||
- [Java 并发](notes/Java%20并发.md) </br> | ||
- [Java 虚拟机](notes/Java%20虚拟机.md) </br> | ||
- [Java I/O](notes/Java%20IO.md) | ||
|
||
## 💡 系统设计 | ||
|
||
- [系统设计基础](notes/系统设计基础.md) </br> | ||
- [分布式](notes/分布式.md) </br> | ||
- [集群](notes/集群.md) </br> | ||
- [攻击技术](notes/攻击技术.md) </br> | ||
- [缓存](notes/缓存.md) </br> | ||
- [消息队列](notes/消息队列.md) | ||
|
||
## 🔧 工具 | ||
|
||
- [Git](notes/Git.md) </br> | ||
- [Docker](notes/Docker.md) </br> | ||
- [正则表达式](notes/正则表达式.md) </br> | ||
- [构建工具](notes/构建工具.md) | ||
|
||
<!--⭐️欢迎关注我的公众号 CyC2018,在公众号后台回复关键字 📚 **资料** 可领取复习大纲,这份大纲是我花了一整年时间整理的面试知识点列表,不仅系统整理了面试知识点,而且标注了各个知识点的重要程度,从而帮你理清多而杂的面试知识点。可以说我基本是按照这份大纲来进行复习的,这份大纲对我拿到了 BAT 头条等 Offer 起到很大的帮助。你们完全可以和我一样根据大纲上列的知识点来进行复习,就不用看很多不重要的内容,也可以知道哪些内容很重要从而多安排一些复习时间。 | ||
<br/><br/> | ||
<div align="center"> | ||
<img src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/%E5%85%AC%E4%BC%97%E5%8F%B7.jpg" width="200px"> | ||
</div> --> | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<img width="220px" src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/other/LogoMakr_0zpEzN.png"> | ||
|
||
|
||
- 本项目包含了技术面试必备的基础知识,内容浅显易懂,你不需要花很长的时间去阅读和理解成堆的技术书籍就可以快速掌握这些知识,从而节省宝贵的面试复习时间。 | ||
|
||
<!--<span id="busuanzi_container_site_pv">Site View : <span id="busuanzi_value_site_pv">--> | ||
|
||
[![stars](https://badgen.net/github/stars/CyC2018/CS-Notes?icon=github&color=4ab8a1)](https://github.com/CyC2018/CS-Notes) [![forks](https://badgen.net/github/forks/CyC2018/CS-Notes?icon=github&color=4ab8a1)](https://github.com/CyC2018/CS-Notes) | ||
|
||
[开始阅读](README.md) | ||
|
||
<img width="220px" src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/other/LogoMakr_0zpEzN.png"> | ||
|
||
|
||
- 本项目包含了技术面试必备的基础知识,内容浅显易懂,你不需要花很长的时间去阅读和理解成堆的技术书籍就可以快速掌握这些知识,从而节省宝贵的面试复习时间。 | ||
|
||
<!--<span id="busuanzi_container_site_pv">Site View : <span id="busuanzi_value_site_pv">--> | ||
|
||
[![stars](https://badgen.net/github/stars/CyC2018/CS-Notes?icon=github&color=4ab8a1)](https://github.com/CyC2018/CS-Notes) [![forks](https://badgen.net/github/forks/CyC2018/CS-Notes?icon=github&color=4ab8a1)](https://github.com/CyC2018/CS-Notes) | ||
|
||
[开始阅读](README.md) | ||
Oops, something went wrong.