因某些环境,不能联外网,或者在线安装时下载docker安装包非常慢,所以使用docker yum源方法行不通,于是使用离线安装。 安装步骤: 第1步,下载docker-ce相关安装包 (1) 下载国内镜像源docker-ce.repo文件,下载地址:http://mirrors.aliyun.com ...
分类:
其他好文 时间:
2020-06-15 20:36:18
阅读次数:
99
使用国内镜像:https://docs.phpcomposer.com/ composer config -g repo.packagist composer https://packagist.phpcomposer.comLinux下出现错误:- topthink/framework v6.0. ...
分类:
Web程序 时间:
2020-06-14 17:12:12
阅读次数:
119
国内源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:ht ...
分类:
编程语言 时间:
2020-06-14 12:50:09
阅读次数:
212
第一步:找到idea中maven中的“settings.xml”位置 一般在idea安装目录下的“D:\IntelliJ IDEA 2017.2.5\plugins\maven\lib\maven3\conf”(参照左面地址) 第二步:找到“<mirrors>”标签 在“<mirrors>”标签下加 ...
分类:
其他好文 时间:
2020-06-06 00:39:01
阅读次数:
90
http://pypi.douban.com/simple/ 豆瓣http://mirrors.aliyun.com/pypi/simple/ 阿里http://pypi.hustunique.com/simple/ 华中理工大学http://pypi.sdutlinux.org/simple/ 山 ...
分类:
编程语言 时间:
2020-06-04 10:45:09
阅读次数:
297
镜像站点是将网站的多个副本放置不同的服务器,这样可能提高反应速度,用户可以在访问较少或相对速度较快的服务器上取得信息。目前国内的常用镜像站网址有: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc. ...
分类:
编程语言 时间:
2020-05-31 17:52:06
阅读次数:
86
一、Gitlab 安装 1. 环境准备 本教程主要以 CentOS 7为主,其他系统请查看官方文档对比。 1. 安装和打开 http 和 ssh 的权限 sudo yum install -y curl policycoreutils-python openssh-server sudo syste ...
分类:
其他好文 时间:
2020-05-31 13:01:10
阅读次数:
68
临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 默认使用 # windows系统使用cmd快速设置 pip install pip -U # 升级pip到最新版本 pip config set glo ...
分类:
其他好文 时间:
2020-05-30 15:39:08
阅读次数:
80
国内镜像:阿里 打开IntelliJ IDEA->Settings ->Build, Execution, Deployment -> Build Tools > Maven 或者直接搜索maven 具体如下图所示: 而一般情况下在c:\Users\xx.m2\这个目录下面没有settings.xm ...
分类:
其他好文 时间:
2020-05-30 01:14:16
阅读次数:
69
1)先安装wget 执行命令 yum install -y wget[root@localhost ~]# yum install -y wget 2) 查询国内镜像源 打开阿里镜像http://mirrors.aliyun.com/点击帮助: 3)下载CentOS 7的repo文件wget -O ...
分类:
其他好文 时间:
2020-05-26 18:30:56
阅读次数:
506