• 大小: 1.97MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-13
  • 语言: 数据库
  • 标签: Oracle  

资源简介

课设弄的一个oracle图书管理系统,后台比较完整,希望可以帮到!!!!

资源截图

代码片段和文件信息

//import java.sql.Connection;
//import java.sql.DriverManager;
//import java.sql.PreparedStatement;
//import java.sql.ResultSet;
//import java.sql.SQLException;
//
//public class DButil {
//
// public static final String url=“jdbc:oracle:thin:@localhost:1521:li“;
// public static final String user=“system“;
// public static final String pass=“system“;
//
// static Connection con=null;
// public static Connection getConnection()
// {
//
// try {
// Class.forName(“oracle.jdbc.driver.OracleDriver“);
// con=DriverManager.getConnection(url user pass);
// } catch (Exception e) {
// // TODO Auto-generated catch block
// e.printStackTrace();
// }
// return con;
//
// }
//
// public void closeConn(ResultSet rs PreparedStatement ps Connection conn)
// throws Exception {
// // TODO Auto-generated method stub
// try {
// if (rs != null) {
// rs.close();
// }
// if (ps != null) {
// ps.close();
// }
// if (conn != null) {
// conn.close();
// }
// } catch (Exception e) {
// throw new Exception(e.getMessage());
// }
// }
//
//
//}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        407  2018-12-20 08:33  test\.classpath

     文件        380  2018-12-20 08:31  test\.project

     文件        629  2018-12-20 08:31  test\.settings\org.eclipse.jdt.core.prefs

     文件       4030  2018-12-20 15:39  test\bin\Test.class

     文件       4374  2018-12-20 15:23  test\bin\Test_add.class

     文件       3345  2018-12-20 15:06  test\bin\Test_del.class

     文件       3876  2018-12-20 15:08  test\bin\Test_sel.class

     文件       5033  2018-12-20 16:04  test\bin\Test_upd.class

     文件    2152137  2018-12-19 13:41  test\libs\ojdbc6.jar

     文件      11361  2018-12-20 19:35  test\Oracle库-课程设计.txt

     文件       1130  2018-12-20 16:12  test\src\DButil.java

     文件       5180  2018-12-20 15:39  test\src\Test.java

     文件       5450  2018-12-20 15:23  test\src\Test_add.java

     文件       3149  2018-12-20 15:06  test\src\Test_del.java

     文件       4171  2018-12-20 15:08  test\src\Test_sel.java

     文件       5054  2018-12-20 16:04  test\src\Test_upd.java

     目录          0  2018-12-20 16:12  test\.settings

     目录          0  2018-12-20 16:12  test\bin

     目录          0  2018-12-20 16:12  test\libs

     目录          0  2018-12-20 16:12  test\src

     目录          0  2018-12-20 21:07  test

----------- ---------  ---------- -----  ----

              2209706                    21


评论

共有 条评论