摘要: https://blog.csdn.net/weixin_44135121/article/details/90513634 阅读全文
posted @ 2022-02-11 11:36 0牛牛牛 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 官方文档链接:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/qr-code/wxacode.getUnlimited.html 我是基于若依框架写的,复制的这个人的代码,在他的基础上改了改https://b 阅读全文
posted @ 2022-01-20 22:31 0牛牛牛 阅读(1874) 评论(0) 推荐(0) 编辑
摘要: 转发自:https://www.cnblogs.com/logsharing/p/8448446.html GET和POST是HTTP请求的两种基本方法,要说它们的区别,接触过WEB开发的人都能说出一二。 最直观的区别就是GET把参数包含在URL中,POST通过request body传递参数。 你 阅读全文
posted @ 2021-11-24 11:42 0牛牛牛 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 点击进入Edit Configurations,在VM Options位置输入 -Dcom.sun.management.jmxremote.local.only=false ,之后点击OK即可 参考:https://blog.csdn.net/weixin_45948019/article/det 阅读全文
posted @ 2021-11-12 16:19 0牛牛牛 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> 阅读全文
posted @ 2021-11-11 17:10 0牛牛牛 阅读(4934) 评论(0) 推荐(0) 编辑
摘要: java.lang.StackOverflowError at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader 阅读全文
posted @ 2021-11-05 11:42 0牛牛牛 阅读(387) 评论(0) 推荐(0) 编辑
摘要: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: No constructor fo 阅读全文
posted @ 2021-11-04 17:18 0牛牛牛 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 无效的绑定 发现target文件夹没有mapper映射文件 参考https://blog.csdn.net/Hello_World_QWP/article/details/79030823把下面代码放到pom.xml中后不起作用 <build> <resources> <resource> <dir 阅读全文
posted @ 2021-11-03 10:30 0牛牛牛 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 写一个log4j2.xml文件放到src中的resources中 <?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Appenders> <Console name="Console" target="SYST 阅读全文
posted @ 2021-11-03 08:51 0牛牛牛 阅读(82) 评论(0) 推荐(0) 编辑
摘要: web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2021-10-22 17:00 0牛牛牛 阅读(459) 评论(1) 推荐(0) 编辑
点击右上角即可分享
微信分享提示