数据库 jdbc url
时间:2014-06-17 18:14:33
收藏:0
阅读:289
Class.forName("oracle.jdbc.OracleDriver");
String url = "jdbc:oracle:thin:@localhost:1521:orcl";
Class.forName("com.mysql.jdbc.Driver");
jdbc:mysql://localhost:3306/databasename
评论(0)