Thanks to visit codestin.com
Credit goes to github.com

Skip to content
jason edited this page Jan 17, 2021 · 7 revisions

1. 语言

1.1 Python

1.2 C++

1.3 GO

2. 工具

[题目]https://zhuanlan.zhihu.com/p/50885499

[zk]https://zhuanlan.zhihu.com/p/102168788
[zk]https://zhuanlan.zhihu.com/p/149099671
[zk]https://zhuanlan.zhihu.com/p/98183619

2.2 Redis

[redis]https://zhuanlan.zhihu.com/p/93515595
[redis]https://zhuanlan.zhihu.com/p/134104400
[redis]https://zhuanlan.zhihu.com/p/118561398
[redis]https://zhuanlan.zhihu.com/p/136796077

2.3 Mysql

[Mysql]https://www.jianshu.com/p/5052f6a454ef
[Mysql]https://zhuanlan.zhihu.com/p/222958908
[Mysql]https://zhuanlan.zhihu.com/p/286830069
[Mysql]https://zhuanlan.zhihu.com/p/114993399
[索引]https://zhuanlan.zhihu.com/p/89935484

2.4 ES

2.5 Nginx

[惊群]https://zhuanlan.zhihu.com/p/51251700
[原理]https://zhuanlan.zhihu.com/p/101961241
[Nginx]https://zhuanlan.zhihu.com/p/102528726

2.6 HTTP/HTTPS

[HTTP]https://zhuanlan.zhihu.com/p/131274506
[HTTP]https://zhuanlan.zhihu.com/p/153012239

  1. HTTP和HTTPS的区别
  2. HTTP GET和POST的区别
  3. HTTP1.0\1.1\2.0的区别
  4. 常见请求头
  5. 地址栏输入URL发生了哪些动作
  6. HTTPS的工作原理
  7. 常见的状态码
  8. Cookie和Session的区别> [Cookie和Session]https://zhuanlan.zhihu.com/p/80716402

2.7 TCP/IP

[TCP]https://zhuanlan.zhihu.com/p/144273871
[滑动窗口]https://zhuanlan.zhihu.com/p/133307545
[time_wait]https://zhuanlan.zhihu.com/p/161095670
[内核收包]https://zhuanlan.zhihu.com/p/93630586

3. 系统

3.1 内存管理

[内存]https://zhuanlan.zhihu.com/p/339800986
[内核面试题]https://zhuanlan.zhihu.com/p/161100568

3.2 文件系统/IO

3.3 任务调度

[调度]https://zhuanlan.zhihu.com/p/112203100
[调度算法和数据结构]https://zhuanlan.zhihu.com/p/75243145

3.4 进程和线程

[epoll]https://zhuanlan.zhihu.com/p/64138532
[多路复用] https://zhuanlan.zhihu.com/p/22834126
[多路复用2] https://zhuanlan.zhihu.com/p/126278747

4. 设计能力

4.1 OOP

4.2 典型的设计规范

4.3 高性能

[分布式]https://zhuanlan.zhihu.com/p/109119471
[架构]https://zhuanlan.zhihu.com/p/151729446

5. 算法和编程

5.1 刷题