Opencloud OS安装Python 3.11.4版本 0 | 2023-8-05 19:22 | 1,828 | 编程 349 字 | 3 分钟 系统介绍 Opencloud OS是中立、开放、安全、稳定易用、高性能的Linux操作系统,我的服务器基于Opencloud OS8.5,兼容Centos8。 Opencloud OS同Cent OS一样,自带了Python 2.7版本,我的项目要求Python 3.10版本及以上,所以需要安装新版Python。 安装步骤 安装必要工具 yum-u… Python代码
个人搭建国内可用的NewBing 0 | 2023-6-02 1:07 | 2,255 | 分享,网站 47 字 | 几秒读完 网址 https://help.starsriverorg.cn/ 镜像开源链接 https://github.com/StarsRivers/go-proxy-bingai(已废弃) https://github.com/weaigc/bingo (新) 借助Newbing,可以大大提高工作效率! 代码教程 复健:子数整数struct写法 0 | 2022-11-23 21:06 | 690 | 编程 60 字 | 2 分钟 题目描述: 题目源链接:P1151 子数整数 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 最终代码 #include <iostream> using namespace std; struct sub { int x, y, z; }q[30001]; bool flag = 0; int main() … 代码学习 Pip崩溃的解决方法 0 | 2022-11-21 14:47 | 732 | 教程 35 字 | 1 分钟内 cd /opt weget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py pip -V 如果在sudo时出现错误请sudo root,并输入密码。 此方法适用于Linux系统。 代码
复健:子数整数struct写法 0 | 2022-11-23 21:06 | 690 | 编程 60 字 | 2 分钟 题目描述: 题目源链接:P1151 子数整数 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 最终代码 #include <iostream> using namespace std; struct sub { int x, y, z; }q[30001]; bool flag = 0; int main() … 代码学习 Pip崩溃的解决方法 0 | 2022-11-21 14:47 | 732 | 教程 35 字 | 1 分钟内 cd /opt weget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py pip -V 如果在sudo时出现错误请sudo root,并输入密码。 此方法适用于Linux系统。 代码
Pip崩溃的解决方法 0 | 2022-11-21 14:47 | 732 | 教程 35 字 | 1 分钟内 cd /opt weget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py pip -V 如果在sudo时出现错误请sudo root,并输入密码。 此方法适用于Linux系统。 代码