码迷,mamicode.com
首页 >  
搜索关键字:registry    ( 2386个结果
docker修改国内源
环境: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
解决npm下载慢的问题
方法一:使用淘宝定制的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 配置中心的实现原理。 配置中心属性加载 在 Seata 配置中心,有两个默认的配置文件: file.conf 是默认的配置属性,registry.conf 主要存储第三方 ...
分类:其他好文   时间:2019-12-16 20:50:47    阅读次数:469
npm 命令集合
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
springboot前后端分离跨域
@Configurationpublic class CrossConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) { registry.addMappin ...
分类:编程语言   时间:2019-12-16 15:02:15    阅读次数:96
windows:创建第一个reactjs项目(yeoman)
1)安装nodejs,官方网址下载https://nodejs.org/zh-cn/,注:安装了nodejs,即一起安装了npm1、node -v2、npm -v 2)安装cnpm 1、临时使用淘宝镜像:npm --registry https://registry.npm.taobao.org i ...
分类:Windows程序   时间:2019-12-15 10:55:16    阅读次数:190
cnpm包管理
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
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
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
docker基础
第一步: 环境 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
WIN10 删除此电脑7个文件夹-REG运行代码
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
2386条   上一页 1 ... 48 49 50 51 52 ... 239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!