摘要: System.getProperty("line.separator") 阅读全文
posted @ 2016-04-12 16:09 IAMME 阅读(3559) 评论(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 阅读(3743) 评论(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 阅读(1040) 评论(0) 推荐(0) 编辑