下载maven安装包 下载地址:https://maven.apache.org/download.cgi wget https://mirrors.bfsu.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar. ...
分类:
其他好文 时间:
2021-03-29 11:46:34
阅读次数:
0
#!/bin/bash mkdir /etc/yum.repos.d/repo mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/repo curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.ali ...
分类:
其他好文 时间:
2021-03-18 14:42:38
阅读次数:
0
阿里云:http://mirrors.aliyun.com/pypi/simple/ 清华:https://pypi.tuna.tsinghua.edu.cn/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http:// ...
分类:
编程语言 时间:
2021-03-17 15:01:36
阅读次数:
0
1:修改/etc/docker/daemon.json文件 { "registry-mirrors": [ "https://kfwkfulq.mirror.aliyuncs.com", "https://2lqq34jg.mirror.aliyuncs.com", "https://pee6w65 ...
分类:
其他好文 时间:
2021-03-16 13:49:07
阅读次数:
0
环境变量配置 添加M2_HOME:maven的bin目录 添加MAVEN_HOME:maven的根目录 编辑Path环境变量:%MAVEN_ HOME%\bin 然后在cmd窗口输入mvn -v查看是否配置成功 修改解压目录下conf/settings.xml文件 在mirrors节点下加入一个新的 ...
分类:
其他好文 时间:
2021-03-16 13:39:34
阅读次数:
0
1.修改setting.xml,在mirrors节点下加入一个新的mirror节点,配置阿里镜像地址,完整配置如下: 2.创建本地储存仓库Maven_repo,复制路径到localRepository,完整配置如下: 点击保存setting.xml配置文件 打开idea软件配置本地仓库 ①点击设置进 ...
分类:
其他好文 时间:
2021-03-12 14:19:35
阅读次数:
0
一.下载 1.直接使用wget命令: wget https://mirrors.bfsu.edu.cn/apache/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz 2.到官网下载:https://zookeeper.apach ...
分类:
其他好文 时间:
2021-03-10 13:39:44
阅读次数:
0
[云计算]OpenStack All in one 单节点部署(Packstack安装) 1. 虚拟机创建 CentOS 7 最小化版本: https://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2 ...
分类:
其他好文 时间:
2021-03-05 13:09:01
阅读次数:
0
配置文件 在用户目录下创建.m2文件夹,里面放入setting.xml <settings> <mirrors> <mirror> <id>AliRepo-aliyun</id> <mirrorOf>*</mirrorOf> <name>Mirror Name for the Alirepo.</n ...
分类:
其他好文 时间:
2021-03-03 12:27:42
阅读次数:
0
1、出现TLS handshake timeout错误时: 执行 vim /etc/docker/daemon.json命令,在阿里云https://cr.console.aliyun.com/cn-hangzhou/instances源中获取专属的加速源 { "registry-mirrors": ...
分类:
其他好文 时间:
2021-03-03 11:46:15
阅读次数:
0