环境:centos7,docker18.03修改或新增文件vi/etc/docker/daemon.json{"registry-mirrors":["https://kfwkfulq.mirror.aliyuncs.com","https://2lqq34jg.mirror.aliyuncs.com","https://pee
分类:
其他好文 时间:
2019-12-17 18:24:20
阅读次数:
91
方法一:使用淘宝定制的cnpm命令行工具替代默认安装npm npm install -g cnpm --registry=https://registry.npm.taobao.org 方法二:将npm默认的下载地址修改为淘宝镜像 npm cofig set registry https://reg ...
分类:
其他好文 时间:
2019-12-16 22:47:01
阅读次数:
144
Seata 可以支持多个第三方配置中心,那么 Seata 是如何同时兼容那么多个配置中心的呢?下面我给大家详细介绍下 Seata 配置中心的实现原理。 配置中心属性加载 在 Seata 配置中心,有两个默认的配置文件: file.conf 是默认的配置属性,registry.conf 主要存储第三方 ...
分类:
其他好文 时间:
2019-12-16 20:50:47
阅读次数:
469
npm命令集: mac安装路径: /usr/local/lib/node_modules/ npm -v 查看版本 npm install npm -g 更新最新的npm npm安装淘宝镜像资源 npm install -g cnpm --registry=https://registry.npm. ...
分类:
其他好文 时间:
2019-12-16 19:36:51
阅读次数:
84
@Configurationpublic class CrossConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) { registry.addMappin ...
分类:
编程语言 时间:
2019-12-16 15:02:15
阅读次数:
96
1)安装nodejs,官方网址下载https://nodejs.org/zh-cn/,注:安装了nodejs,即一起安装了npm1、node -v2、npm -v 2)安装cnpm 1、临时使用淘宝镜像:npm --registry https://registry.npm.taobao.org i ...
C:\Users\Administrator>npm config set registry http://registry.npm.taobao.org vue 安装 npm install -g vue-cli ...
分类:
其他好文 时间:
2019-12-14 21:09:59
阅读次数:
98
docker pull nginx 遇到这个问题 Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Cl ...
分类:
Web程序 时间:
2019-12-14 19:34:54
阅读次数:
107
第一步: 环境 VMware 15 + centos 7.x + xshell 5 第二步: 安装docker 1. yum包更新到最新 sudo yum update 2. 安装需要的软件包,yum-util提供yum-config-manager功能, 另外两个是devicemapper驱动依赖 ...
分类:
其他好文 时间:
2019-12-14 16:03:29
阅读次数:
94
Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02- ...
分类:
Windows程序 时间:
2019-12-14 11:36:29
阅读次数:
1690