码迷,mamicode.com
首页 >  
搜索关键字:registry    ( 2386个结果
K8s: minikube start下载iso镜像速度慢
K8s: minikube start下载iso镜像速度慢 minikube start --image-mirror-country=cn --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers ...
分类:其他好文   时间:2021-03-29 12:10:24    阅读次数:0
浅尝辄止——关闭强签名
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\StrongName] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft ...
分类:其他好文   时间:2021-03-29 11:38:07    阅读次数:0
Docker 更换国内 阿里云镜像(centos6为例)
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
node.js 解决npm被墙问题
配置到淘宝服务器 npm config set registry https://registry.npm.taobao.org 查看 npm 配置信息 npm config list 只要经过了上面命令的配置,则你以后所有的 `npm install` 都会默认通过淘宝的服务器来下载。 ...
分类:Web程序   时间:2021-03-08 13:31:32    阅读次数:0
angular
1.安装nodejs, node -v 显示版本号安装成功 安装cnpm 修改淘宝镜像源:npm install -g cnpm --registry=https://registry.npm.taobao.org 安装angular:npm install -g @angular/cli 或者 c ...
分类:其他好文   时间:2021-03-03 12:28:28    阅读次数:0
Docker 换源
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
eureka server 配置
启动类 import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;import org.springframework.c ...
分类:其他好文   时间:2021-03-01 13:32:05    阅读次数:0
常用镜像
镜像汇总 maven国内镜像源 //阿里云镜像 <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/r ...
分类:其他好文   时间:2021-03-01 13:25:23    阅读次数:0
Dubbo系列之 (五)服务订阅(2)
Dubbo系列之 (五)服务订阅(2) 辅助链接 Dubbo系列之 (一)SPI扩展 Dubbo系列之 (二)Registry注册中心-注册(1) Dubbo系列之 (三)Registry注册中心-注册(2) Dubbo系列之 (四)服务订阅(1) Dubbo系列之 (五)服务订阅(2) 服务订阅, ...
分类:其他好文   时间:2021-03-01 13:22:33    阅读次数:0
git clone慢? npm install慢?
解决git clone慢 原命令:git clone https://github.com/xxx 替换为:git clone https://github.com.cnpmjs.org/xxx 解决npm install慢 换成阿里镜像源:npm config set registry https ...
分类:其他好文   时间:2021-02-25 12:13:34    阅读次数:0
2386条   上一页 1 ... 3 4 5 6 7 ... 239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!