package org.terry.jxls; import java.sql.Connection; import java.sql.DriverManager; public class DBConector { public static Connection getCon(){ Connection con=null; try { Class.forName("oracle.jdbc.driver.OracleDriver"); con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:orcl","terry","terry"); } catch (Exception e) { // TODO 自动生成 catch 块 e.printStackTrace(); } System.out.println("连接是否得到!!!!!"+con); return con; } }

王涛的1 LV1
2023年8月4日
jinandfei LV12
2021年12月8日
sl0018 LV13
2021年9月23日
1_2_3_4_5_6_7 LV1
2021年2月21日
hdf999 LV12
2021年1月13日
子陵96 LV4
2020年9月7日
wjh12345654321 LV14
2020年7月17日
zmy001 LV11
2020年5月19日
丫丫123456 LV3
2020年2月26日
1848472526 LV15
2019年10月15日