设置PyCharm File → Settings 进入设置 国内源 清华源 https://pypi.tuna.tsinghua.edu.cn/simple 阿里源 http://mirrors.aliyun.com/pypi/simple/ ...
分类:
其他好文 时间:
2021-03-01 13:23:37
阅读次数:
0
华为云 https://mirrors.huaweicloud.com/ 阿里云 https://developer.aliyun.com/mirror/ 腾讯云 https://mirrors.cloud.tencent.com/ 清华镜像 https://mirrors.tuna.tsinghu ...
分类:
其他好文 时间:
2021-02-25 12:04:27
阅读次数:
0
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:
其他好文 时间:
2021-02-25 12:03:20
阅读次数:
0
###1、安装docker yum安装 # 安装依赖包 yum install -y yum-utils # 添加docker源 yum-config-manager --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/dock ...
分类:
其他好文 时间:
2021-02-19 13:39:03
阅读次数:
0
下载JDK Oracle官网 https://www.oracle.com/java/technologies/javase-downloads.html 下载需要注册 阿里云下载 | jdk-11.0.10_windows-x64_bin.zip | https://code.aliyun.com ...
分类:
编程语言 时间:
2021-02-19 13:00:41
阅读次数:
0
1、打开centos的yum文件夹 cd /etc/yum.repos.d/ 2、用wget下载repo文件 wget http://mirrors.aliyun.com/repo/Centos-7.repo 如果wget命令不生效,说明还没有安装wget工具, yum -y install wge ...
分类:
其他好文 时间:
2021-02-15 12:37:24
阅读次数:
0
#阿里云OSS对象存储服务 准备工作 1、在service模块新建子模块service_oss 2、引入pom.xml文件中引入oss服务依赖 <dependencies> <!--aliyunOSS--> <dependency> <groupId>com.aliyun.oss</groupId> ...
分类:
其他好文 时间:
2021-02-15 12:11:15
阅读次数:
0
docker 阿里云国内搜索地址 https://dev.aliyun.com/search.html 这个搜索 会进行登录,登录后左下方有个搜索列表 ...
分类:
其他好文 时间:
2021-02-10 13:29:31
阅读次数:
0
debain10 修改apt源为aliyun mv /etc/apt/sources.list /etc/apt/sources.list.bak && vi /etc/apt/sources.list deb https://mirrors.aliyun.com/debian/ buster ma ...
分类:
其他好文 时间:
2021-02-09 12:34:02
阅读次数:
0
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:
其他好文 时间:
2021-02-09 12:03:35
阅读次数:
0