10 2020 档案

摘要:错误信息:java.sql.SQLException: Cannot create java.lang.Integer 产生错误的原因:Integer没有无参构造方法,不能使用new BeanHandler<Integer>(Integer.class)的方法封装 解决方法:不要使用Integer接 阅读全文
posted @ 2020-10-27 21:29 水水君 阅读(644) 评论(0) 推荐(0)