码迷,mamicode.com
首页 >  
搜索关键字:aliyun    ( 2711个结果
PyCharm更换第三方包源
设置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 常用命令及实践
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
第二章 docker镜像管理
###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
Java_JDK下载
下载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
entOS7 配置阿里云yum源方法
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
谷粒 | 10 | 阿里云OSS存储对象服务
#阿里云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 资料整理
docker 阿里云国内搜索地址 https://dev.aliyun.com/search.html 这个搜索 会进行登录,登录后左下方有个搜索列表 ...
分类:其他好文   时间:2021-02-10 13:29:31    阅读次数:0
#PVE# 在Debian10安装 ProxMox VE 6.*
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
maven镜像地址
<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
2711条   上一页 1 ... 5 6 7 8 9 ... 272 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!