摘要:
services.msc: 服务 cmd 启动项配置bcdedit bcdedit /set {标识符} hypervisorlaunchtype off/auto 若 hypervisorlaunchtyp设置为off,即使应用和功能中勾选hyper-v也无用; 阅读全文
posted @ 2020-03-27 23:03
JhengWei
阅读(86)
评论(0)
推荐(0)
摘要:
gcc -c .o -E .ii -S .s -Wall 开启编译器几乎所有常用的警告 -g -lNAME 连接函数库文件/usr/lib/libNAME.a -lstdc++ 或用g++ ar 管理归档文件 objdump -h -x -d objcopy 阅读全文
posted @ 2020-03-27 17:38
JhengWei
阅读(125)
评论(0)
推荐(0)
摘要:
cheatsheet https://tmuxcheatsheet.com/ 在terminal中 tmux tmux new -s <session-name> tmux attach -t <session-name> 在session内部 在一个session内,切换到另一个session:t 阅读全文
posted @ 2020-03-27 13:54
JhengWei
阅读(143)
评论(0)
推荐(0)