会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
0牛牛牛
博客园
首页
新随笔
联系
订阅
管理
2022年2月11日
解决 'webpack' 不是内部或外部命令,也不是可运行的程序或批处理文件
摘要: https://blog.csdn.net/weixin_44135121/article/details/90513634
阅读全文
posted @ 2022-02-11 11:36 0牛牛牛
阅读(64)
评论(0)
推荐(0)
2022年1月20日
微信wxacode.getUnlimited接口生成小程序码
摘要: 官方文档链接: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牛牛牛
阅读(2240)
评论(0)
推荐(0)
2021年11月24日
post请求和get请求的区别
摘要: 转发自:https://www.cnblogs.com/logsharing/p/8448446.html GET和POST是HTTP请求的两种基本方法,要说它们的区别,接触过WEB开发的人都能说出一二。 最直观的区别就是GET把参数包含在URL中,POST通过request body传递参数。 你
阅读全文
posted @ 2021-11-24 11:42 0牛牛牛
阅读(373)
评论(0)
推荐(0)
2021年11月12日
springboot启动时报错 java.io.IOException: The server sockets created using the LocalRMIServerSock
摘要: 点击进入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牛牛牛
阅读(1167)
评论(0)
推荐(0)
2021年11月11日
springboot 项目构建 <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId>报红
摘要: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build>
阅读全文
posted @ 2021-11-11 17:10 0牛牛牛
阅读(5163)
评论(0)
推荐(0)
2021年11月5日
mybatis双向多对一 报java.lang.StackOverflowError
摘要: 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牛牛牛
阅读(437)
评论(0)
推荐(0)
2021年11月4日
org.apache.ibatis.executor.ExecutorException: No constructor found in com.nwl.entity.Person matching [java.lang.Integer, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String]
摘要: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: No constructor fo
阅读全文
posted @ 2021-11-04 17:18 0牛牛牛
阅读(87)
评论(0)
推荐(0)
2021年11月3日
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
摘要: 无效的绑定 发现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牛牛牛
阅读(32)
评论(0)
推荐(0)
MyBatis log4j报错:ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
摘要: 写一个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牛牛牛
阅读(95)
评论(0)
推荐(0)
2021年10月22日
使用idea创建springMVC项目helloworld成功运行,请求之后页面404,idea的控制台没有报错
摘要: 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牛牛牛
阅读(508)
评论(1)
推荐(0)
下一页
公告