摘要: 1、Oracle8/8i/9i数据库(thin模式) Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); String url="jdbc:oracle:thin:@localhost:1521:orcl"; //orcl为 阅读全文
posted @ 2017-10-20 14:14 慕码人 阅读(17870) 评论(0) 推荐(1) 编辑