java异常
Smzxy
你今天的日积月累,早晚会成为别人眼中的望尘莫及。
展开
-
Requestprocessing failed; nested exception isorg.mybatis.spring.MyBatisSystemException
HTTP Status 500 - Requestprocessing failed; nested exception isorg.mybatis.spring.MyBatisSystemException: nested exception isorg.apache.ibatis.builder.BuilderException: Error evaluating expression'con原创 2017-07-06 17:58:18 · 2623 阅读 · 0 评论 -
- Request processing failed; nested exception isorg.mybatis.spring.MyBatisSystemException
HTTP Status 500 - Request processing failed; nested exception isorg.mybatis.spring.MyBatisSystemException: nested exception isorg.apache.ibatis.reflection.ReflectionException: There is no getter for原创 2017-07-06 18:08:11 · 4879 阅读 · 0 评论 -
Java web 报400 404的情况
Java web 报400: 一般情况是 参数封装错误 1.字符转换异常2.日期转换异常 解决方案:1.在属性上使用注解 2.注册一个utilDate 的转换器原创 2017-07-06 17:52:53 · 722 阅读 · 0 评论 -
导出表格数据时,空指针异常
1.导出数据,空指针 ,框架为jfina1-1.Java导出数据时,该列在数据库中无值,报空指针异常,给出相应的行, 修改代码如下: Cell c3 = row.createCell(3); c3.setCellStyle(wrap); if (customer.getStr(“cardNo”) == null) { c3.setCellVa原创 2017-10-26 17:28:35 · 4631 阅读 · 0 评论 -
Jfinal中404:
在jfinal里的404,除了在平常web里的404:未部署,写错路径,访问了不能访问的文件,tomcat损坏外。 Jfinal中404: 1. 没有在config里写路径:例:me.add(“log”,LogController.class,”admin/log”); 2. 没有在layout里链接地址,或者链接错,该链接为文件名和controller里的方法名。例如:log/i原创 2017-10-26 17:47:09 · 1524 阅读 · 0 评论 -
java.lang.IllegalArgumentException: id values error, need 2 id value
java.lang.IllegalArgumentException: id values error, need 2 id value at com.jfinal.plugin.activerecord.Model.findByIdLoadColumns(Model.java:674) at com.jfinal.plugin.activerecord.Model.findBy原创 2017-10-26 17:40:25 · 2101 阅读 · 0 评论