1、下载docker.dmg http://mirrors.aliyun.com/docker toolbox/mac/docker for mac/stable/ 2、配置镜像加速器 { "experimental": false, "debug": true, "registry mirrors ...
分类:
系统相关 时间:
2020-04-19 15:01:56
阅读次数:
79
在拉取镜像的时候速度过慢可以使用Aliyun的镜像来加速,设置如下(在服务器上设置)修改daemon配置文件/etc/docker/daemon.json来使用加速器# sudo mkdir -p /etc/docker# sudo tee /etc/docker/daemon.json <<-'E ...
分类:
其他好文 时间:
2020-04-18 15:32:20
阅读次数:
114
1、centos7-1908下载地址:[https://mirrors.aliyun.com/centos/7.7.1908/isos/x86_64/]2、选择下载的镜像: 3、首先检查Windows的网络 右击“以管理员身份运行 4、开始创建虚拟机: 选择两次 成功 时区上海 最小化安装 设置ro ...
分类:
其他好文 时间:
2020-04-17 22:11:01
阅读次数:
95
话不多说,直接上图。 1. 2. 增加以下内容,其他的不要动 <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public ...
分类:
其他好文 时间:
2020-04-17 22:09:27
阅读次数:
88
133. 克隆图 给你无向 连通 图中一个节点的引用,请你返回该图的 深拷贝(克隆)。 图中的每个节点都包含它的值 val(int) 和其邻居的列表(list[Node])。 class Node { public int val; public List<Node> neighbors; } 测试 ...
分类:
其他好文 时间:
2020-04-15 21:16:55
阅读次数:
67
1.备份原来的源sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2.更换源 sudo getdit /etc/apt/sources.list 阿里源(复制以下内容,替换原内容) deb http://mirrors.aliyun.co ...
分类:
系统相关 时间:
2020-04-15 15:09:43
阅读次数:
83
阿里云开源镜像站地址:https://developer.aliyun.com/mirror/ 首先找到你使用的系统,比如我使用的是ubuntu,那我就进入ubuntu 进去以后找到按照提示操作即可 最后,更新镜像源 sudo apt-get update 更新源 sudo apt-get upgr ...
分类:
系统相关 时间:
2020-04-15 13:40:44
阅读次数:
103
在settings.xml文件中的mirrors下添加mirror标签 <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven ...
分类:
其他好文 时间:
2020-04-15 11:08:22
阅读次数:
333
DDoS高防IP文档 https://help.aliyun.com/document_detail/28464.html?spm=a2c4g.11186623.2.37.32fe50bf5u4fAQ concept 28464 zh 云安全中心文档 https://help.aliyun.com/ ...
分类:
其他好文 时间:
2020-04-15 10:56:36
阅读次数:
60
阿里巴巴JAVA 开发规范 下载地址 https://edu.aliyun.com/certification/cldt02 idea 安装: 本人网速不佳使用的是离线安装 去jetbrain 下载 https://plugins.jetbrains.com/plugin/10046-alibaba ...
分类:
其他好文 时间:
2020-04-15 00:50:45
阅读次数:
88