1.C++:
2 Linux:
2.1 操作系统:
2.1.1 CPU、内存、IO监控
python->psutil模块介绍
进程监控脚本
python实现内存监控
python实现linux进程性能消耗
cgroup
2.2 计算机网络:
3 数据结构:
4 数据库:
5 shell:
6 设计模式:
https://blog.youkuaiyun.com/weixin_33881041/article/details/87550815
https://www.cnblogs.com/feeland/p/4514771.html
7 算法:
背包
demo
dp 背包 0-1 完全 多重(优化:二进制) 图论:(单源最短、多源最短)、最下生成树、
字符串匹配(KMP)