diff --git a/README.md b/README.md index 5ca70777..5a634924 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ - - +
+离线阅读版本下载 +
|  算法  | 操作系统 |  网络  | 面向对象 |   数据库   |    Java    | 系统设计 |    工具    | 编码实践 |    后记    | | :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------:| :------:| @@ -15,20 +14,6 @@

- - - ## :pencil2: 算法 - [剑指 Offer 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md) diff --git a/other/download-html.png b/other/download-html.png new file mode 100644 index 00000000..75c5ec1a Binary files /dev/null and b/other/download-html.png differ diff --git a/other/download-markdown.png b/other/download-markdown.png new file mode 100644 index 00000000..df18175c Binary files /dev/null and b/other/download-markdown.png differ diff --git a/other/download-pdf.png b/other/download-pdf.png new file mode 100644 index 00000000..3b14a633 Binary files /dev/null and b/other/download-pdf.png differ diff --git a/other/download.md b/other/download.md new file mode 100644 index 00000000..5bfb4da4 --- /dev/null +++ b/other/download.md @@ -0,0 +1,35 @@ +# 目的 + +考虑到有部分读者的网络环境较差,有时候在线访问速度很慢,导致阅读体验不佳。另外,PDF 等格式的离线版本相比于网页在线版本更方便做笔记。因此提供离线阅读版本给大家下载。 + +# 内容 + +有三种格式的离线版本:PDF、Markdown 和 HTML 。 + +## PDF + + + +优点是方便做笔记;缺点是不能显示 GIF 图片(所以“剑指 Offer 题解”不建议使用 PDF 进行阅读),以及显示效果不佳。 + +![](download-pdf.png) + +## Markdown + +优点是能很好地显示 GIF 图片,显示效果也很好;缺点是由于将所有内容整合在同一个文件中,导致实时渲染有点卡顿。 + +![](download-markdown.png) + +## HTML + +优点是和 Markdown 的显示效果几乎一致,同时不需要 Markdown 的实时渲染,因此浏览速度更快;缺点是目录功能还不是很完善。 + +如果想在安卓手机端阅读,推荐使用这种格式,将 html 文件和图片文件都复制到手机上,用浏览器打开 html 文件并存成书签,以后就可以快速地离线阅读。 + +![](download-html.png) + +# 如何下载 + +离线版本由公众号 **CyC2018** 发布,最新版本也会在上面及时发布,在公众号后台回复 **下载** 即可获取下载链接。 + +
\ No newline at end of file diff --git a/如何使用.md b/如何使用.md deleted file mode 100644 index 01f9d49e..00000000 --- a/如何使用.md +++ /dev/null @@ -1,6 +0,0 @@ -| 阅读方式 | 步骤 | 优点 | 缺点 | -| :--: | :--: | :--: | :--: | -| Github | 点击 README 上的文档链接就可以进入相应的文档 | 及时更新、方便快捷 | GFM 对 Markdown 的渲染效果不是很好,不能自定义样式,不支持侧边栏目录。 | -| Github Pages
(推荐) | https://cyc2018.github.io/CS-Notes | 几乎克服了 Github 方式的所有缺点,支持可定制样式、侧边栏目录、搜索、评论 | 暂无 | -| 导出成 PDF、EPUB 等格式进行阅读 | 可以直接在 [CS-Notes-PDF](https://github.com/sjsdfg/CS-Notes-PDF) 下载,或者使用 Typora 编辑器的导出功能。 | 方便在移动设备上阅读、有专门的阅读器来提高阅读体验 | 不能及时更新,不能显示 GIF 图片 | -