資源簡介
Struts2+Spring+Hibernate+Jsp+Mysql5開發的項目申報系統功能齊全。

代碼片段和文件信息
/*?opendb.java??3.30.2003
???Bean?to?connect?database?*/
package?opendb;
import?java.sql.*;
public?class?opendb
{?
????String?strDBDriver=“sun.jdbc.odbc.JdbcOdbcDriver“;
????String?strDBUrl=“jdbc:odbc:wgl.dsn“;
????private?Connection?conn=null;
????private?Statement?stmt=null;
????ResultSet?rs=null;
????//
????public?opendb()
????{
???? try
???? {
???? ????Class.forName(strDBDriver);
???? }
???? //異常處理
???? catch(java.lang.ClassNotFoundException?e)?
????????{
????????????System.err.println(“opendb():“+e.getMessage());
????????}
????}
????//
????public?ResultSet?executeQuery(String?sql)
????{
????????rs=null;
????????try
????????{
???? ????conn=DriverManager.getConnection(strDBUrl“sa“““);//創建數據庫連接對象?
????????????stmt=conn.createStatement();
????????????rs=stmt.executeQuery(sql);
????????}
????????catch(SQLException?ex)?
????????{
???? ????System.err.println(“aq.executeQuery:“+ex.getMessage());
????????}
????????return?rs;
????}
????//
????public?void?executeUpdate(String?sql)
????{
????????stmt=null;
????????rs=null;
????????try
????????{
???? ????conn=DriverManager.getConnection(strDBUrl“sa“““);
???? ????stmt=conn.createStatement();
???? ????stmt.executeQuery(sql);
???? ????stmt.close();
???? ????conn.close();
????????}
????????catch(SQLException?ex)
????????{
????????????System.err.println(“aq.executeQuery:“+ex.getMessage());
????????}
????}
????//
????public?void?closeStmt()
????{
????????try
????????{
???????? stmt.close();
????????}
????????catch(SQLException?e)
????????{
???? ????e.printStackTrace();
????????}
????}
????public?void?closeConn()
????{
????try
????{
????conn.close();
????}
????catch(SQLException?e)
????{
????e.printStackTrace();
????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2005-01-29?00:46??jsp項目申報系統
????..AD...?????????0??2005-01-29?00:42??jsp項目申報系統\項目申報系統
?????文件???????2481??2003-10-24?20:05??jsp項目申報系統\項目申報系統\index.htm
????..AD...?????????0??2005-01-29?00:42??jsp項目申報系統\項目申報系統\zongping
?????文件???????7389??2003-10-21?21:53??jsp項目申報系統\項目申報系統\zongping\index4.jsp
?????文件???????2938??2003-04-11?21:05??jsp項目申報系統\項目申報系統\zongping\s_index.jsp
?????文件???????3583??2003-06-03?06:42??jsp項目申報系統\項目申報系統\zongping\timeOut.jsp
?????文件???????3451??2003-05-24?20:54??jsp項目申報系統\項目申報系統\zongping\z_addExpert.jsp
?????文件???????2933??2003-05-24?17:41??jsp項目申報系統\項目申報系統\zongping\z_addUnit.jsp
?????文件???????3743??2003-05-26?07:05??jsp項目申報系統\項目申報系統\zongping\z_changePw.jsp
?????文件???????1553??2003-05-29?13:16??jsp項目申報系統\項目申報系統\zongping\z_checkEs.jsp
?????文件???????1046??2003-05-26?07:56??jsp項目申報系統\項目申報系統\zongping\z_checkExpert.jsp
?????文件????????919??2003-05-24?17:43??jsp項目申報系統\項目申報系統\zongping\z_checklogon.jsp
?????文件????????735??2003-05-25?11:45??jsp項目申報系統\項目申報系統\zongping\z_checkMind.jsp
?????文件???????1099??2003-05-26?07:26??jsp項目申報系統\項目申報系統\zongping\z_checkPw.jsp
?????文件???????2064??2003-05-24?17:45??jsp項目申報系統\項目申報系統\zongping\z_checkSetup.jsp
?????文件????????857??2003-05-24?17:45??jsp項目申報系統\項目申報系統\zongping\z_checkUnit.jsp
?????文件????????784??2003-06-02?12:42??jsp項目申報系統\項目申報系統\zongping\z_deleteExpert.jsp
?????文件????????951??2003-06-02?12:43??jsp項目申報系統\項目申報系統\zongping\z_deleteUnit.jsp
?????文件???????3201??2003-05-25?08:52??jsp項目申報系統\項目申報系統\zongping\z_disOK.jsp
?????文件???????4460??2003-06-03?07:12??jsp項目申報系統\項目申報系統\zongping\z_distribute.jsp
?????文件???????9247??2003-06-04?13:52??jsp項目申報系統\項目申報系統\zongping\z_expert.jsp
?????文件???????2334??2003-05-27?13:52??jsp項目申報系統\項目申報系統\zongping\z_expertChange.jsp
?????文件???????1032??2003-05-27?13:54??jsp項目申報系統\項目申報系統\zongping\z_expertOK.jsp
?????文件???????4318??2003-06-01?09:55??jsp項目申報系統\項目申報系統\zongping\z_expertSetup.jsp
?????文件???????3364??2003-05-29?15:24??jsp項目申報系統\項目申報系統\zongping\z_index.jsp
?????文件??????14366??2003-10-24?23:12??jsp項目申報系統\項目申報系統\zongping\z_item.jsp
?????文件??????22737??2003-06-01?10:08??jsp項目申報系統\項目申報系統\zongping\z_itemSetup.jsp
?????文件???????4343??2003-06-01?10:15??jsp項目申報系統\項目申報系統\zongping\z_leadingMind.jsp
?????文件????????947??2003-06-02?17:27??jsp項目申報系統\項目申報系統\zongping\z_passOK.jsp
............此處省略113個文件信息
- 上一篇:POI3.7兼容SXSSFWorkbook類附加包
- 下一篇:Java模擬交通路況
評論
共有 條評論