- 博客(4)
- 收藏
- 关注
原创 Exception in thread "main" org.apache.ibatis.binding.BindingException: Invalid bound statement (not
Exception in thread "main" org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.ssm.dao.UserMapper.addUsermybatis找不到UserMapper.xml文件,需要在mybatis-config中配置 re
2016-05-20 15:43:44
2024
原创 字节流 字符流 乱码
字节流转字符流有可能出现乱码问题在new String 的时候加上需要的编码格式InputStream is = StockCache.class.getResourceAsStream(path);BufferedInputStream bis = new BufferedInputStream(is);byte[] bytes = new byte[10 * 1024];
2016-05-17 12:17:55
927
原创 Unexpected Exception caught setting 'house.floorage' on 'class action.HouseAction
控制台异常:2016-04-09 16:44:37,041 ERROR (com.opensymphony.xwork2.interceptor.ParametersInterceptor:34) - Developer Notification (set struts.devMode to false to disable this message):Unexpected Excepti
2016-04-09 16:45:06
581
原创 struts2 select标签
异常代码:tag 'doubleselect', field 'list', name 'districtId': The requested list key 'disList' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name}
2016-04-07 17:58:31
286
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人