摘要: ItemParamItem itemParamItem = MAPPER.readValue(jsonData,ItemParamItem.class); 此ItemParamItem没有添加 构造函数 阅读全文
posted @ 2017-02-04 20:42 java小宋 阅读(4238) 评论(0) 推荐(0) 编辑
摘要: 一月 08, 2017 4:18:23 下午 org.springframework.context.support.AbstractApplicationContext prepareRefresh信息: Refreshing org.springframework.context.support 阅读全文
posted @ 2017-01-08 16:21 java小宋 阅读(2495) 评论(0) 推荐(0) 编辑
摘要: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): da.huying.usermanage.mapper.UserMapper.queryUserById at org.apache.ib 阅读全文
posted @ 2017-01-07 18:58 java小宋 阅读(2209) 评论(0) 推荐(0) 编辑
摘要: Referenced file contains errors (http://www.springframework.org/schema...错误 Referenced file contains errors (http://www.springframework.org/schema...错 阅读全文
posted @ 2017-01-03 23:16 java小宋 阅读(5295) 评论(0) 推荐(1) 编辑
摘要: java.io.NotSerializableException: test.io.file.Student at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1183) at java.io.ObjectOutpu 阅读全文
posted @ 2016-11-01 16:07 java小宋 阅读(234) 评论(0) 推荐(0) 编辑
摘要: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.builder.BuilderException: Error invoking SqlP 阅读全文
posted @ 2016-10-29 19:28 java小宋 阅读(4262) 评论(0) 推荐(1) 编辑
摘要: org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolati 阅读全文
posted @ 2016-10-29 18:33 java小宋 阅读(4854) 评论(0) 推荐(0) 编辑
摘要: org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: org.apache.ibatis.reflection.ReflectionException: There is no g 阅读全文
posted @ 2016-10-28 19:07 java小宋 阅读(5961) 评论(0) 推荐(0) 编辑
摘要: PermGen space的全称是Permanent Generation space,是指内存的永久保存区域OutOfMemoryError: PermGen space从表面上看就是内存益出,解决方法也一定是加大内存。说说为什么会内存益出:这一部分用于存放Class和Meta的信息,Class在 阅读全文
posted @ 2016-10-06 23:23 java小宋 阅读(2302) 评论(0) 推荐(0) 编辑