Skip to content

Commit

Permalink
detailize readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverinn committed Dec 28, 2019
1 parent ed3a687 commit c0ff1e8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,34 @@

> 大多数人都高估了他们一天能做的事情,但低估了他们一年能做的事情
这是我用来准备后端开发校招面试的一个笔记本。按照计算机基础知识的不同版块,记录了面试中常见的问题以及比较规范的答案,大部分问题都带有更加细节的知识点追问。

你可以将其作为模拟面试的问题来源,测试你的熟练程度;也可以当作面试前的知识点梳理,对一些细节问题进行填补;

当然,这个笔记本也同样适用于那些能够通过简历筛选,但是对计算机基础所知甚少的人,如果你之前从未在学校修过或者自学过这些课程,你依然可以通过这份笔记从容不迫地应对面试。

这个repo没有包含数据结构与算法,因为我认为这需要系统地学习,而不是像这样零散的高频面试点总结。

在这份笔记中,对于面试来说,最基础也最高频的是计算机网络和操作系统部分;数据库部分需要了解数据库的基础,但MySQL和redis是加分项;设计模式不是必须的;Git/命令行/RESTful是加分项,不会也没太大关系;编程语言因人而异,我用的是Python。

这个仓库目前还在不断完善之中,有些问题还没加入到笔记中,有些问题的思路和答案可以做得更好!如果你有很棒的想法,欢迎提 issues 或者 pull requests!

### 1. [计算机网络](Computer%20Network.md)

![compnetwk](_v_images/20191228182911371_900.png)

### 2. [操作系统](Operating%20Systems.md)

![opsys](_v_images/20191228183019711_10018.png)

### 3. [数据库](Database.md)
### 4. [设计模式](Design%20Pattern.md)
### 5. [Git/命令行/RESTful](Git-ComdLine-REST.md)
### 6. [Python](Python%20Handbook.md)

------

> 为什么给我的笔记本起名为 Waking Up?当你看到这个词的时候,你可能脑中浮现出的是早上从床上醒来的画面,或者是自己在告诉自己说“醒醒吧,认清现实”的这样一个场景。
> 但是其实这个名字来源于电影《Lone Survivor》中的配乐《Waking Up》,让我联想到海豹突击队的坚毅、全力以赴、为了训练而付出汗水;在电影中,这段配乐出现的场景,是两名队员在基地外面的大草原上晨跑。
![waking-up](_v_images/20191228182659294_7488.jpg)
Binary file added _v_images/20191228182659294_7488.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _v_images/20191228182911371_900.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _v_images/20191228183019711_10018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0ff1e8

Please sign in to comment.