摘要: public class TestJdbc2 { public static void main(String[] args) throws ClassNotFoundException, SQLException { //配置信息 //?useUnicode=true&characterEncod 阅读全文
posted @ 2019-12-05 14:48 听闻她喜欢海 阅读(704) 评论(0) 推荐(0)
摘要: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.47</version></dependency>代码: public class TestJdbc { 阅读全文
posted @ 2019-12-05 14:23 听闻她喜欢海 阅读(110) 评论(0) 推荐(0)