摘要:
使用kubeadm安装k8s 阅读全文
摘要:
VS Code常用插件记录 阅读全文
摘要:
1.使用top查看进程的CPU占有率,得到PID号 top 2.pidstat -t -p PID号,查看线程号TID 3.strace -p TID号 附: lsop -i 列出正在打开的文件(类unix系统中万物皆是以文件的形式呈现) lsop -i:[端口号] 找出正在占用某端口的进程pid 阅读全文
摘要:
Macro with varying number of arguments to avoid "unused variable" warnings, with no effect on binary size, for C++11 and later. 阅读全文
摘要:
运行docker命令需要在执行命令行前面加上sudo,对此,我们可以进行优化,添加docker权限给当前用户,使用docker时可以免sudo 阅读全文
摘要:
Difference between private, public, and protected inheritance 阅读全文