随笔分类 -  Bug解决

摘要:使用mybatis分页插件PageHelper报错Caused by: java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor 阅读全文
posted @ 2017-08-27 10:23 何甜甜在吗 阅读(7962) 评论(0) 推荐(0)
摘要:解决Exception in thread "main" java.nio.BufferOverflowException报错 阅读全文
posted @ 2017-08-26 18:50 何甜甜在吗 阅读(5282) 评论(0) 推荐(0)
摘要:解决mybatis报错:Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer 阅读全文
posted @ 2017-08-07 11:37 何甜甜在吗 阅读(865) 评论(0) 推荐(0)
摘要:解决SpringMVC整合SpringSecurity的报错:Caused by: java.lang.IllegalArgumentException: A universal match pattern ('/**') is defined before other patterns in the filter chain, causing them to be ignored. Please check the ordering in your 阅读全文
posted @ 2017-08-04 12:05 何甜甜在吗 阅读(2653) 评论(0) 推荐(0)
摘要:解决Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource com/cqupt/paging/dao/User.xml 阅读全文
posted @ 2017-05-31 10:28 何甜甜在吗 阅读(17542) 评论(0) 推荐(0)
摘要:解决jsp表达式不能解析的问题 阅读全文
posted @ 2017-05-17 21:31 何甜甜在吗 阅读(393) 评论(0) 推荐(0)
摘要:解决org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'cacheManager' is defined 阅读全文
posted @ 2017-05-16 21:54 何甜甜在吗 阅读(2129) 评论(0) 推荐(0)
摘要:解决springsecurity启动出现org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: You must use a 3.0 schema with Spring Security 3.0.的问题 阅读全文
posted @ 2017-05-09 22:29 何甜甜在吗 阅读(667) 评论(0) 推荐(0)
摘要:解决java.lang.NoSuchMethodError: org.springframework.web.context.ConfigurableWebApplicationContext.getEnvironment()Lorg/springframework/core/env/ConfigurableEnvironment 阅读全文
posted @ 2017-05-09 22:20 何甜甜在吗 阅读(9788) 评论(3) 推荐(1)
摘要:解决Invalid bound statement (not found): com.cqupt.ssm.dao.UserDao.queryMenu问题 阅读全文
posted @ 2017-05-06 20:43 何甜甜在吗 阅读(5118) 评论(0) 推荐(0)
摘要:解决调试程序中遇到的At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs问题 阅读全文
posted @ 2017-05-04 21:58 何甜甜在吗 阅读(17556) 评论(0) 推荐(0)
摘要:解决Only a type can be imported. com.mysql.jdbc.Connection resolves to a package的报错问题 阅读全文
posted @ 2016-10-04 23:32 何甜甜在吗 阅读(7971) 评论(3) 推荐(5)