yarn修改为淘宝源 和npm修改淘宝源的的步骤差不多 1. 查看当前源 2. 临时修yran源 3. 修改yarn源为taobao源 4. 修改yarn源为官方源 `yarn config set registry https://registry.yarnpkg.com` ...
分类:
其他好文 时间:
2020-05-14 20:59:33
阅读次数:
167
准备 1.maven管理 2.mysql数据库 3.git 4.node.js 5.yarn 6.npm(npm和yarn装一个就行,推荐npm) 7.配置npm的registry地址,推荐使用淘宝npm镜像 参考链接:https://www.cnblogs.com/peijyStudy/p/128 ...
分类:
其他好文 时间:
2020-05-14 15:36:00
阅读次数:
108
npm install g yapi cli registry https://registry.npm.taobao.org $ sudo npm install g yapi cli registry https://registry.npm.taobao.org /usr/local/bin/ ...
By Martin Prikryl If you want to detect, if there is a pending rename that requires a restart, query PendingFileRenameOperations registry value. See a ...
分类:
其他好文 时间:
2020-05-13 14:12:21
阅读次数:
141
此项目是Spring Cloud Alibaba 和 Dubbo 整合 Demo 版本 Apache Dubbo Demo JDK 1.8 Dubbo 2.7.2 Nacos Client 1.0.0 Spring Boot 2.1.6.RELEASE Dubbo Registry Nacos 2. ...
分类:
Web程序 时间:
2020-05-13 00:25:45
阅读次数:
90
环境: 有一个集群, 里面有三台服务器 master: 192.168.1.106 nodes1: 192.168.1.104 nodes2: 192.168.1.105 操作系统: 使用的MacOS, windows同样有效 一. docker的Registry的安装和配置 选择将nodes1作为 ...
分类:
其他好文 时间:
2020-05-12 10:04:27
阅读次数:
63
Docker Action 记录 作者: LinkSystem 2017/08/11 Ionic3 Action 是我关于Ionic3的实践记录。 配置 cnpm和npm的国内源 #解决网速问题 npm install -g cnpm --registry=https://registry.npm. ...
分类:
其他好文 时间:
2020-05-09 18:52:04
阅读次数:
61
编写时间:2020-05-08 参考文档:docker安装rabbitmq 1. 编写docker-compose.yml version: '3' services: rabbitmq: image: rabbitmq:3.8.3-management container_name: rabbit ...
分类:
其他好文 时间:
2020-05-08 21:22:50
阅读次数:
186
docker run -d -p 5000:5000 -v /data/registry:/var/lib/registry --name registry --restart=always registry # 添加信任: vim daemon.json { "registry-mirrors": ...
分类:
其他好文 时间:
2020-05-08 18:05:20
阅读次数:
59
[root@registry ~]# tar zxf harbor-offline-installer-v2.0.0-rc2.tgz [root@registry ~]# ls aa.sh anaconda-ks.cfg harbor harbor.git harbor-master.zip har ...
分类:
其他好文 时间:
2020-05-06 19:44:40
阅读次数:
101