pip install 使用国内镜像 在python用户实际项目开发中,我们时常用到pip安装软件包。但是有时候国外的镜像下载太慢,我们可以换成国内的镜像来提高下载速度。 国内常见开源镜像源 网易开源镜像站 http://mirrors.163.com 清华大学开源软件镜像站 https://mir ...
分类:
其他好文 时间:
2021-02-22 12:43:29
阅读次数:
0
主要原因是自己为了下载加速配置了maven settings 的加速,但是问题来了,镜像使用了* 现象 自己项目配置的repositories 不能工作了 参考配置 settings.xml 加速 <mirror> <id>nexus-tencentyun</id> <mirrorOf>*</mir ...
分类:
其他好文 时间:
2021-02-09 12:41:48
阅读次数:
0
将yum源设置为国内yum源,可以提升软件包安装和更新的速度,同时避免一些常见软件版本无法找到。国内源:可以使用wget获取或者直接下载。阿里云的yum源:Centos5:http://mirrors.aliyun.com/repo/Centos-5.repoCentos6:http://mirrors.aliyun.com/repo/Centos-6.repoCentos7:http://mir
分类:
其他好文 时间:
2020-09-17 13:10:21
阅读次数:
61
题目描述 Since you are the best Wraith King, Nizhniy Magazin «Mir» at the centre of Vinnytsia is offering you a discount. You are given an array a a a of ...
分类:
其他好文 时间:
2020-07-19 17:51:34
阅读次数:
56
一、下载CentOS7的镜像文件ISO CentOS官方镜像站点列表地址: https://www.centos.org/download/mirrors/ 中国境内CentOS镜像下载地址: 阿里: http://mirrors.aliyun.com/centos/ 清华: https://mir ...
分类:
系统相关 时间:
2020-06-16 18:37:19
阅读次数:
70
Maven配置 1、首先先安装好JDK,并配置环境变量;再进行Maven的配置 验证jdk安装成功 2、安装maven,第一步下载maven,并进行解压,如下: 3、maven配置镜像 我配置得是阿里云的,进行setting.xml配置更改mirror配置为阿里云镜像: <mirrors> <mir ...
分类:
其他好文 时间:
2020-05-24 11:40:11
阅读次数:
63
1.配置MongoDB的yum源 创建yum源文件: #cd /etc/yum.repos.d #vim mongodb-org-4.0.repo 添加以下内容:(我们这里使用阿里云的源) [mngodb-org] name=MongoDB Repository baseurl=http://mir ...
分类:
数据库 时间:
2020-03-20 22:20:56
阅读次数:
72
全局配置:添加镜像到 maven 的 setting.xml 文件中,这样就不需要每次在项目的 pom 文件中配置了 在settings.xml文件中的mirrors下添加mirror标签,可以配置多个,按配置先后顺序使用,如果第一个不可用会自动使用第二个。 <!-- 阿里云仓库1 --> <mir ...
分类:
其他好文 时间:
2020-02-23 11:58:35
阅读次数:
119
文档: https://ceph.io/install/ http://docs.ceph.org.cn/ ###中文翻译的 架构: 注意:新版本新增底层支持存储监控等信息(mgr),下图仅为笼统的ceph架构! 版本: 不同版本,操作的命令参数也是不同的,国内mirrror https://mir ...
分类:
其他好文 时间:
2020-02-05 09:51:29
阅读次数:
69
目的 代码发布系统 前戏 ansible 批量在远程主机上执行命令 openpyxl 操作excel表格 puppet ansible slatstack ansible epel源 第一步: 下载epel源 wget -O /etc/yum.repos.d/epel.repo http://mir ...
分类:
其他好文 时间:
2020-01-22 16:24:20
阅读次数:
105