- 博客(4)
- 收藏
- 关注
原创 Junit测试报错
在测试的时候,IJunit测试报错: java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing 通过百度,发现所使用的junit4.12版本不包含hamcrest-core-1.3.jar。有两种解决办法:1降低版本,2到IDEA\bin目录下导入hamcrest-core-1.3.jar,我所使用的是第二种方法。 ...
2020-05-29 18:43:25
234
原创 关于登录mysql报错
今天在安装mysql的时候,使用随机密码登录数据库,结果一直报错 ERROR: 1045:Access denied for user ‘root’@‘localhost’(using password:YES) 其实只是因为自己把密码中小写的’ l ‘输入成了大写的’L’,顺便提示一下,更不要看成数字1哦 ...
2020-05-21 00:57:34
159
原创 sqlserver数据库驱动以及URL写法
各数据库驱动以及URL写法。 oracle 驱动:oracle.jdbc.driver.OracleDriver URL:jdbc:oracle:thin:@localhost:1521:dbname mysql 驱动:com.mysql.jdbc.Driver URL:jdbc:mysql://localhost:3306/dbname SQL Server 驱动:com.microsoft.j...
2020-04-20 18:47:28
1778
原创 2020-04-20
各数据库驱动以及URL写法 各数据库驱动以及URL写法。 oracle 驱动:oracle.jdbc.driver.OracleDriver URL:jdbc:oracle:thin:@localhost:1521:dbname mysql 驱动:com.mysql.jdbc.Driver URL:jdbc:mysql://localhost:3306/dbname SQL Server 驱动:c...
2020-04-20 18:44:03
227
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅