-
大小: 4.06MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2023-09-18
- 語(yǔ)言: Java
- 標(biāo)簽: java??web??數(shù)據(jù)庫(kù)??源碼??學(xué)習(xí)??
資源簡(jiǎn)介
用java編寫的web物流管理系統(tǒng),有數(shù)據(jù)庫(kù),頁(yè)面有美化,適合學(xué)習(xí)
代碼片段和文件信息
package?wuliu;
import?java.sql.*;
public?class?conndata?{
Connection?conn=null;
ResultSet?rs=null;
??Statement?st=null;
??boolean?n=false;
??public?conndata()?{
????try
????{
?????Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver“);
????}catch(Exception?e)
????{e.printStackTrace();}
??}
??public?ResultSet?executeQuery(String?sql)
??{
????try
????{
??????conn=DriverManager.getConnection(“jdbc:odbc:dbsource““sa“““);
?????st=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVEResultSet.CONCUR_READ_ONLY);
?????rs=st.executeQuery(sql);
????}catch(SQLException?e)
????{
??????e.printStackTrace();
??????System.out.println(“Query?Exception“);
????}
return?rs;
??}
??public?boolean?executeUpdata(String?sql)
??{
??try
??{
????conn=DriverManager.getConnection(“jdbc:odbc:dbsource““sa“““);
??st=conn.createStatement();
??int?m=st.executeUpdate(sql);
??n=true;
??}catch(Exception?e)
??{
????n=false;
????e.printStackTrace();
????System.out.print(“Updata?Exception“);
??}
??return?n;
??}
??public??boolean?executeInsert(String?sql)
??{
????try
????{
??????conn=DriverManager.getConnection(“jdbc:odbc:dbsource““sa“““);
????st=conn.createStatement();
????st.executeUpdate(sql);
????n=true;
???}catch(Exception?ex)
????{
??????n=false;
?????ex.printStackTrace();
?????System.out.println(“Insert?Exception“);
????}
return?n;
??}
??public?boolean?executeDelete(String?sql)
??{
??try
??{
????conn=DriverManager.getConnection(“jdbc:odbc:dbsource““sa“““);
??st=conn.createStatement();
??st.executeUpdate(sql);
???n=true;
??}
??catch(Exception?e)
??{
????n=false;
????e.printStackTrace();
????System.out.println(“Delete?exception“);
??}
??return?n;
??}
??public?void?closeConn()
??{
??try
??{
??conn.close();
??}catch(Exception?e)
??{e.printStackTrace();}
??}
??public?void?closeStatement()
??{
??try
??{
??st.close();
??}catch(Exception?e)
??{e.printStackTrace();}
??}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????3394??2006-03-30?00:52??logistics\Active\active.jsp
?????文件???????1682??2006-02-12?00:16??logistics\Active\activeshow.jsp
?????文件???????1045??2005-01-24?17:56??logistics\Active\image\banner.JPG
?????文件???????1045??2005-01-24?17:55??logistics\Active\image\banner1.JPG
?????文件???????1670??2005-01-24?17:53??logistics\Active\image\date.JPG
?????文件??????41708??2005-01-24?17:40??logistics\Active\image\head.gif
?????文件???????6984??2006-02-13?17:05??logistics\Assistant\Assistant.jsp
?????文件???????1045??2005-01-24?17:56??logistics\Assistant\image\banner.JPG
?????文件???????1045??2005-01-24?17:55??logistics\Assistant\image\banner1.JPG
?????文件???????1670??2005-01-24?17:53??logistics\Assistant\image\date.JPG
?????文件??????41708??2005-01-24?17:40??logistics\Assistant\image\head.gif
?????文件???????7680??2006-02-11?21:56??logistics\Assistant\image\Thumbs.db
?????文件???????7320??2005-01-03?18:06??logistics\Assistant\js\number.js
?????文件???????7746??2004-12-23?17:43??logistics\Assistant\js\road.js
?????文件??????11308??2005-02-09?18:15??logistics\Assistant\road.jsp
?????文件????????787??2006-02-11?23:38??logistics\bottom.jsp
?????文件???????4023??2006-02-16?00:40??logistics\Cars\CarMessage.jsp
?????文件???????4862??2006-02-11?21:02??logistics\Cars\CarMessageadd.jsp
?????文件???????1783??2006-02-10?19:23??logistics\Cars\CarMessageadd_config.jsp
?????文件???????4308??2006-02-17?23:37??logistics\Cars\CarMessageshow.jsp
?????文件???????5996??2006-02-13?21:14??logistics\Cars\CarMessage_change.jsp
?????文件???????2284??2006-02-10?19:24??logistics\Cars\CarMessage_change_config.jsp
?????文件????????612??2005-02-07?01:20??logistics\Cars\CarMessage_delete.jsp
?????文件???????1045??2005-01-24?17:56??logistics\Cars\image\banner.JPG
?????文件???????1045??2005-01-24?17:55??logistics\Cars\image\banner1.JPG
?????文件???????1670??2005-01-24?17:53??logistics\Cars\image\date.JPG
?????文件??????41708??2005-01-24?17:40??logistics\Cars\image\head.gif
?????文件???????1817??2005-11-11?19:04??logistics\CSS\st
?????文件????2228224??2008-10-29?22:57??logistics\databa
?????文件????1048576??2008-10-29?22:57??logistics\databa
............此處省略222個(gè)文件信息
評(píng)論
共有 條評(píng)論