摘要:
错误提示:org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'createBy' in 'clas... 阅读全文
阅读排行榜
Class.forName(driver);处报java.lang.ClassNotFoundException
2019-11-09 13:42 by pere, 1027 阅读, 收藏,
摘要:
1、问题,进行数据库连接的时候出错报java.lang.ClassNotFoundException: com.mysql.jdbc.Driver2、原因:mysql-connector-java-5.1.0-bin.jar没有拷贝进入WEB-INF下的lib里面3、解决办法:将mysql-connector-java-5.1.0-bin.jar拷贝进入WEB-INF下的lib里面 阅读全文
在使用MyBatis框架使用传入类对象进行查询是出现查出结果为null的问题
2019-10-10 11:02 by pere, 946 阅读, 收藏,
摘要:
问题:UserMapperTest类代码如下:@Test public void testGetUserList1() { List<User> userList=null; SqlSession sqlSession = null; User user3=new User(); user3.set 阅读全文
Git下载地址
2019-10-13 21:21 by pere, 689 阅读, 收藏,
摘要:
官网的地址下载不了可以进入这个地址进行下载http://www.wmzhe.com/soft-38801.html#download 阅读全文
如何将Linux中虚拟机的ip设置成为固定的?
2019-09-26 11:07 by pere, 599 阅读, 收藏,
摘要:
1、点击打开网络连接 2、打开有线设置 3、点击设置 4、选择手动,并且在IPV4处输入你的IP 阅读全文
浙公网安备 33010602011771号