错误 could not find or load the Qt platform plugin "xcb" 解决方案 在使用 VS code 调试Linux远程代码时报错,could not find or load the Qt platform plugin "xcb",本文记录解决方案。 2021-11-11 Linux #Linux
Linux 终止进程 killall Linux有时需要手动终止运行的进程,kill命令使用起来比较麻烦,本文记录killall安装使用方法。 2021-11-11 Linux > Command #Linux #Command
Python 编译错误 Unsupported compiler -- at least C++11 support is needed! 解决方案 使用pip 安装Python 包有时需要编译链接库,可能报错Unsupported compiler -- at least C++11 support is needed!,本文记录解决方案。 2021-11-10 Coding > Python #Python #Coding