摘要:
项目场景: 之前正式一直都是使用的手动注册,而且测试环境还没有注册上去,但是最近开发的需要每天在测试上跑跑看,再上生产,所以这次要解决掉。 问题描述 我是测试环境和正式环境都在一台机子上,两个环境项目跑不同的docker容器,我要做的是这两个容器里面的项目都注册到我的xxl服务上去。 而且之前情况是 阅读全文
摘要:
参考:https://blog.csdn.net/weixin_36977069/article/details/130871529 基本就是转载,我怕作者后期删了,这边做个记录 解决方法: git清除本地缓存(改变成未track状态),然后再提交:git rm -r --cached .git a 阅读全文
摘要:
准备自己开源一个简单的vue项目,特写个合集记录一下 # 参考:https://stackoverflow.com/questions/69541725/error-cannot-find-module-c-program-files-nodejs-node-modules-npm-bin-node 阅读全文
摘要:
参考:https://blog.csdn.net/weixin_46932840/article/details/114590107 接目录一、安装环境二、使用vue ui初始化步骤1.我的是到C盘的Program Files\nodejs\node_global目录下执行以下命令2.执行命令后会自 阅读全文
摘要:
参考:https://blog.csdn.net/weixin_65398435/article/details/126419711 我新建了个项目,然后执行 npm i 但是报错,如下图 看了个老哥的解答,直接执行 npm install npm@6.14.15 -g npm i 成功! 阅读全文
摘要:
参考:https://www.mydigit.cn/thread-305003-1-1.html https://www.52pojie.cn/forum.php?mod=viewthread&tid=1659478 https://www.znds.com/tv-1241881-1-1.html 阅读全文
摘要:
if (this.active 1){ this.monthDisplay = false this.dayDisplay = true this.timeDisplay = false this.chartDisplay = false this.$nextTick(()=>{ this.init 阅读全文
摘要:
参考:https://blog.csdn.net/Djsnxbjans/article/details/131904947(安装) https://blog.csdn.net/sinat_33151213/article/details/90739357 >这两天不是看netty项目么,接触到了一个 阅读全文
摘要:
参考:https://www.cnblogs.com/mc-74120/p/13622008.html pom文件 <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> 启动 阅读全文
摘要:
执行命令ipconfig,结果如下 这样跟你同一网络的小伙伴就能找到你啦 阅读全文