20200821 (web端我没开发过,所以面试很差,挂掉了)
1、rpc框架
2、http协议和https协议具体流程
3、访问网页所需接口
4、使用tcpdump直接显示抓包内容(这道题应该会的,我忘记了)tcpdump -i eth0 src ip dst ip host ip port 端口
tcpdump tcp -i eth1 -t -s 0 -c 100 and dst port ! 22 and src net 192.168.1.0/24 -w ./target.cap
https://www.cnblogs.com/ggjucheng/archive/2012/01/14/2322659.html
5、reactor模型等
6、ps -ef | grep XXX | awk '{print $2}'