CS-Notes/README.md

116 lines
5.0 KiB
Markdown
Raw Normal View History

2018-02-28 00:51:14 +08:00
<br>
2018-02-28 23:26:14 +08:00
<img src="https://github.com/CyC2018/InterviewNotes/blob/master/pics/handbook.png" alt="" width="225"/>
2018-02-28 23:47:32 +08:00
<br>
2018-02-27 19:17:18 +08:00
2018-03-01 14:13:21 +08:00
# 数据结构与算法 :pencil2:
2018-02-13 22:57:01 +08:00
2018-02-27 20:38:59 +08:00
> [算法](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/算法.md)
2018-02-27 20:37:16 +08:00
2018-02-28 09:58:25 +08:00
整理自《算法 第四版》,主要整理了面试常问的排序和查找算法。
2018-02-27 20:37:16 +08:00
2018-02-28 13:09:12 +08:00
> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
2018-03-01 13:13:09 +08:00
《剑指 Offer 第二版》的最优解,在牛客网在线编程中出现的题目都已 AC。
2018-02-28 13:09:12 +08:00
2018-02-27 20:38:59 +08:00
> [Leetcode 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md)
2018-02-14 03:01:32 +08:00
2018-02-28 13:36:14 +08:00
对题目做了一个分类,并对每种题型的解题思路做了总结。已经整理了 300+ 的题目,基本涵盖所有经典题目。
2018-02-27 19:26:04 +08:00
2018-03-01 14:13:21 +08:00
# 网络 :cloud:
2018-02-20 10:40:05 +08:00
> [计算机网络](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机网络.md)
2018-02-21 16:46:32 +08:00
整理自《计算机网络 第七版》,重点内容会在标题之后加 \*。
2018-02-20 10:40:05 +08:00
> [HTTP](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/HTTP.md)
整理自《图解 HTTP》
2018-03-01 14:13:21 +08:00
# 操作系统 :computer:
2018-02-20 10:40:05 +08:00
> [计算机操作系统](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机操作系统.md)
2018-02-28 09:57:26 +08:00
整理自《现代操作系统》和《计算机操作系统》
2018-02-20 10:40:05 +08:00
> [Linux](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Linux.md)
整理自《鸟哥的 Linux 私房菜》
2018-03-01 14:13:21 +08:00
# 面向对象 :couple:
2018-02-20 10:40:05 +08:00
> [设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/设计模式.md)
2018-02-28 09:57:26 +08:00
整理自《Head First 设计模式》
2018-02-20 10:40:05 +08:00
> [面向对象思想](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/面向对象思想.md)
2018-02-28 09:57:26 +08:00
一些面向对象思想和原则。
2018-02-20 10:40:05 +08:00
2018-03-01 14:13:21 +08:00
# 数据库 :floppy_disk:
2018-02-20 10:40:05 +08:00
> [SQL 语法](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/SQL%20语法.md)
2018-02-28 09:57:26 +08:00
整理自《SQL 必知必会》
2018-02-20 10:40:05 +08:00
> [MySQL](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/MySQL.md)
2018-02-28 09:58:25 +08:00
整理自《高性能 MySQL》整理了一些重点内容。
2018-02-20 10:40:05 +08:00
2018-03-01 14:13:21 +08:00
# Java :coffee:
2018-02-20 10:40:05 +08:00
> [JVM](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/JVM.md)
2018-02-28 09:58:25 +08:00
整理自《深入理解 Java 虚拟机》,主要整理了内存模型、垃圾回收以及类加载机制。
2018-02-20 10:40:05 +08:00
2018-02-21 23:28:33 +08:00
> [Java 容器](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20容器.md)
2018-02-21 21:04:17 +08:00
2018-02-21 21:16:38 +08:00
容器的一些总结,包含容器源码的分析。
2018-02-21 21:04:17 +08:00
2018-02-20 10:40:05 +08:00
> [Java IO](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20IO.md)
File、InputStream 和 OutputStream、Reader 和 Writer、Serializable、Socket 以及 NIO
2018-02-28 21:29:27 +08:00
> [Java 基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20基础.md)
2018-02-28 22:12:22 +08:00
整理了一些常见考点。
2018-02-28 21:29:27 +08:00
2018-03-01 14:13:21 +08:00
# 编码实践 :hammer:
2018-02-22 01:06:40 +08:00
> [重构](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/重构.md)
2018-02-22 01:18:15 +08:00
重构是对软件内部结构的一种调整,目的是在不改变软件可观察行为的前提下,提高其可理解性,降低其修改成本。
2018-02-22 01:06:40 +08:00
2018-02-27 21:13:55 +08:00
> [代码可读性](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/代码可读性.md)
2018-02-22 01:06:40 +08:00
2018-02-22 01:18:15 +08:00
编程有很大一部分时间是在阅读代码,可读性良好的代码能够大大提高编程效率。
2018-02-22 01:06:40 +08:00
2018-02-27 21:25:45 +08:00
> [代码风格规范](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/代码风格规范.md)
Google 开源项目的代码风格规范。
2018-03-01 14:13:21 +08:00
# 资料下载 :arrow_down:
2018-02-20 10:40:05 +08:00
> [百度网盘](https://pan.baidu.com/s/1o9oD1s2#list/path=%2F)
一些 PDF 书籍
2018-03-01 14:14:17 +08:00
# 后记 :memo:
2018-02-20 10:40:05 +08:00
2018-02-25 14:44:47 +08:00
原文发表在 [牛客网:计算机基础知识整理](https://www.nowcoder.com/discuss/66985)
2018-02-20 10:40:05 +08:00
2018-03-01 13:10:45 +08:00
牛客网上有很多优质面经,面经往往会给出一些面试需要准备的知识列表,但是这些知识列表都很零散,不适合系统地进行学习。为此,楼主选取了一些计算机经典书籍和材料,对面试相关的计算机基础知识做了比较系统的整理,希望对大家有所帮助。
2018-02-20 10:40:05 +08:00
2018-02-27 20:24:42 +08:00
整理的笔记开源在 Github 上包括数据结构与算法、网络、操作系统、面向对象。Github 仓库提供相关 PDF 书籍的下载,都是楼主找了很久的高清版本。
2018-02-20 10:40:05 +08:00
2018-02-27 20:24:42 +08:00
笔记内容基本是楼主一个字一个字打上去的,可供个人随意使用,转载请注明出处,毕竟写了很久没那么轻松~
2018-02-27 10:26:47 +08:00
2018-02-27 20:24:42 +08:00
如果发现笔误,可以直接编辑修改,楼主会及时处理。
2018-02-20 10:40:05 +08:00
2018-02-27 09:39:39 +08:00
想要支持楼主的话,在 Github 上点个 Star 即可。
2018-02-22 10:52:45 +08:00
2018-02-27 20:37:16 +08:00
楼主作为一个轻度强迫症患者,笔记内容会尽量保证排版美观,可读性好。为了让笔记内容更整洁,前前后后做了很多次修改,甚至写了一个为中英混排文档进行排版的脚本,来提高笔记的可读性。
2018-02-20 10:40:05 +08:00
2018-02-27 20:37:16 +08:00
为了上传笔记到 Github 上花了不少时间。Github 使用的是 GFM 来渲染 md 文档,和普通的 Markdown 不太一样,例如 GFM 不支持 MathJax 公式,也不支持 TOC 标记,为此需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。楼主写了一个小工具可以将普通的 Markdown 文档转换为 GFM 文档,有需要该工具的话可以在楼主的 Github 中找到。
2018-02-21 11:20:33 +08:00
2018-02-28 23:56:43 +08:00