2015年6月14日

mybatis获取插入的语句主键(自增主键)

摘要: insert into users(name, age, gmt_create, money) VALUE ('xiao', 24, '1991-06-26', 10000) SqlSessionFactory sessionFactory =... 阅读全文

posted @ 2015-06-14 20:08 颓废的悠然 阅读(457) 评论(0) 推荐(0) 编辑

关于Class.forName(“com.mysql.jdbc.Driver”)--转

摘要: 传统的使用jdbc来访问数据库的流程为:Class.forName(“com.mysql.jdbc.Driver”);String url = “jdbc:mysql://localhost:3306/test?user=root&password=123456″;Connection con = ... 阅读全文

posted @ 2015-06-14 17:25 颓废的悠然 阅读(428) 评论(0) 推荐(0) 编辑

导航