阿里云账号注册及实名认证 学生机的型号选择及购买 阿里云控制台简单介绍 学生机的续费 费用说明 阿里云账号注册及实名认证 账号注册及实名认证的流程见官方文档。 账号注册流程:https://help.aliyun.com/knowledge_detail/37195.html 实名认证流程:http ...
分类:
其他好文 时间:
2020-03-04 22:29:51
阅读次数:
181
打开.m2/settings.xml 在本地 maven 的 setting配置文件中加上阿里云镜像地址 代码如下: <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url> ...
分类:
其他好文 时间:
2020-03-03 23:58:40
阅读次数:
100
修改 maven/conf/settings.xml 文件 中的 mirror <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/grou ...
分类:
其他好文 时间:
2020-03-03 18:58:07
阅读次数:
110
具体操作步骤: 1、打开终端 2、新建.pip目录 ~$ mkdir ~/.pip ~$ vim ~/.pip/pip.conf 3、添加文件内容 [global] index-url = http://mirrors.aliyun.com/pypi/simple [install] trusted ...
分类:
系统相关 时间:
2020-03-03 14:47:02
阅读次数:
120
一. 安装Docker 1.更新yum yum update 2.设置yum源为阿里云 [root@VM_0_7_centos ~]# yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/doc ...
分类:
Web程序 时间:
2020-03-03 12:56:58
阅读次数:
84
1.先在阿里云上购买域名(一元购) 地址:https://wanwang.aliyun.com/domain/1yuan 2.域名解析,绑定服务器ip 填写自己的服务器ip 3.购买免费的证书 4.证书申请 5.验证不通过原因: (1)信息模板那里没有实名认证 (2)我当时一直失败是因为没有买域名, ...
分类:
Web程序 时间:
2020-03-03 12:37:35
阅读次数:
77
1. 打开配置文件 2. 替换官方源为阿里云源 `:%s/archive.ubuntu/mirrors.aliyun/g` ...
分类:
系统相关 时间:
2020-03-03 00:53:55
阅读次数:
107
使用Navicat或者其他数据库工具连接阿里云EDS(数据库服务器)实例过程详解 背景 :这几天从阿里云上面购买了云服务器,最垃圾的那种,还送oss和EDS数据库服务器,只不过EDS数据库服务器只有一个月的,就主动升级为一年的,49还是59忘了。对于配置这种EDS过程中,产生的一个念头就是:大厂就是 ...
分类:
数据库 时间:
2020-03-03 00:36:18
阅读次数:
249
一台计算机上同时安装了python2.7和python3.7。 现在为python2.7安装numpy包。 C:\Python27>python2 -m pip install numpy -i http://mirrors.aliyun.com/pypi/simple/Downloading/un ...
分类:
编程语言 时间:
2020-03-02 19:13:36
阅读次数:
1027
通过几次 pip 的使用,对于默认的 pip 源的速度实在无法忍受,于是便搜集了一些国内的pip源,如下:阿里云 http://mirrors.aliyun.com/pypi/simple/中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/豆瓣(douba ...
分类:
其他好文 时间:
2020-03-02 09:16:22
阅读次数:
75