摘要:
1.Oracle数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl";//orcl为数据库的SID 阅读全文
posted @ 2016-08-24 17:10
代码与程序
阅读(825)
评论(0)
推荐(0)
摘要:
1.Oracle数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl";//orcl为数据库的SID 阅读全文
posted @ 2016-08-24 17:10
代码与程序
阅读(825)
评论(0)
推荐(0)
|