摘要:
先说卸载库,把安装语句的install换成uninstall即可.(就是install前面加了un两个字母,例如卸载pip3,sudo apt-get -y uninstall python3 python3-pip) 安装pip3 sudo apt-get -y install python3 p 阅读全文
posted @ 2024-08-10 15:37
Rkey
阅读(76)
评论(0)
推荐(0)
摘要:
#include <iostream> int main() { std::cout << "Hello, UOS!" << std::endl; return 0; } 创建一个test.cpp文件, 在当前目录打开终端, 把上面代码内容写里面, 输入g++ test.cpp, 生成了一个a.ou 阅读全文
posted @ 2024-08-10 05:28
Rkey
阅读(40)
评论(0)
推荐(0)

浙公网安备 33010602011771号