中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:https://mirrors.ali...
-
Python
-
2024年3月2日 10:22
-
116
-
0
-
0
def set_indent(paragraph, left_indent=None, right_indent=None, first_line_indent=None, hanging_indent=None):
"...
一般linux系统默认带tar方式,zip 需要安装
使用tar压缩单个文件
tar -cvzf files.tar.gz file.txt
使用tar压缩多个文件
tar -cvzf...
-
Linux
-
2024年3月2日 10:21
-
123
-
0
-
0
我习惯使用python最新版本,当前服务器默认是3.6.8, 所以我装的是3.10的版本
1. 首先第一步需要进入你所购买的服务器,你可以使用xshell工具 或 git 工具进入
ssh root@ip
2. ...
-
Linux
-
2024年3月2日 10:20
-
108
-
0
-
0
遇到的问题
解决方案
CentOS 8 的yum源失效了,下面就更新yum源
第一步
1. cd /etc/yum.repos.d/
2. vim CentOS-Linux-Bas...
-
Linux
-
2024年3月2日 10:16
-
111
-
0
-
0
docker官网
1. 卸载旧的docker
sudo yum remove docker \
docker-client \
d...
-
Docker
-
2024年3月2日 10:12
-
107
-
0
-
0
nginx下载地址
下载这个,这是目前nginx主推的版本
下面是安装步骤
将下载的文件上传到服务器
也可以直接在服务器中下载: wget https://...
-
Linux
-
2024年3月2日 10:10
-
99
-
0
-
0