摘要:
System.getProperty("line.separator") 阅读全文
posted @ 2016-04-12 16:09
IAMME
阅读(3588)
评论(0)
推荐(0)
摘要:
Properties props =new Properties(); props.put("user", "root"); props.put("password", "root"); props.put("useInformationSchema","true"); //表注释 Connection con = null; try { Clas... 阅读全文
posted @ 2016-04-12 10:49
IAMME
阅读(3821)
评论(0)
推荐(0)
摘要:
Properties props = new Properties(); props.put("remarksReporting","true"); Class.forName("oracle.jdbc.driver.OracleDriver"); dbConn = DriverManager.getConnection("jdbc:oracle:thin:tes... 阅读全文
posted @ 2016-04-12 09:12
IAMME
阅读(1078)
评论(0)
推荐(0)
浙公网安备 33010602011771号