摘要:
<head></head> <body> </body> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <Script language="javascript"> $(window).load(functio 阅读全文
摘要:
node 版本是 v14.17.0 的版本,出现了不兼容的问题,于是升级到了稳定版 v16.16.0 。 重新删除一下安装包 rm -rf node_modules package-lock.json 再 npm i,再 build 就没有问题了。 问题issue https://github.co 阅读全文
摘要:
ue3项目,安装依赖会报各种各样的错误如: error ruoyi-vue-pro-vue3@1.6.3.1611: The engine "node" is incompatible with this module. Expected version ">= 14.18.0". Got "14. 阅读全文
摘要:
参考地址: https://blog.csdn.net/weixin_40517799/article/details/121277524 # 这里写你的仓库路径 # REPOSITORY_PATH=~/.m2/repository REPOSITORY_PATH=D:/devtool/maven/ 阅读全文
摘要:
vue : 无法加载文件 D:\download\soft\node-v12.22.5-win-x64\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/ go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution 阅读全文
摘要:
idea启动项目,lombok不生效报错 java: You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled.Your processor is: com.sun.p 阅读全文
摘要:
Win10电脑能上微信打不开网页,既然微信能聊天,那么网络应该是没问题才对啊。所以初步判断是DNS的问题,导致网站域名不能正常解析。具体的解决方法。 一、更换DNS 中国电信:114.114.114.114;114.114.115.115 阿里:223.5.5.5;223.6.6.6 理论上常见的这 阅读全文
摘要:
参考地址 https://blog.csdn.net/qq_39997939/article/details/122279782 MyBatis的 .xml 配置文件文件不在target(编译完成)内解决方法 1.确定文件夹有这个标识 2.确定pom.xml文件夹有这个标签(作用是将:配置目录下的的 阅读全文
摘要:
/** * 1、想要远程调用别的服务 * 1)引入open-feign依赖 * 2)编写一个接口,告诉springcloud这个接口需要调用远程服务 * 1、声明接口的每一个方法都是调用哪个远程服务的哪个请求 * 2、开启远程调用功能 */ @EnableFeignClients(basePacka 阅读全文
摘要:
解决方案参考: https://www.cnblogs.com/cuizb/p/16428489.html 阅读全文