91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.19 MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2024-07-21
  • 語(yǔ)言: 其他
  • 標(biāo)簽:

資源簡(jiǎn)介

飼料銷售管理系統(tǒng),內(nèi)容有論文(已精心排版的word文檔),程序代碼,系統(tǒng)PPT,英語(yǔ)3000字論文翻譯。內(nèi)容特別全?。。?br/>

資源截圖

代碼片段和文件信息

package?sale;
import?java.io.*;?
import?java.sql.*;?

public?class?dbBean{

public?Connection?conn=null;?
public?Statement?stmt=null;
public?ResultSet?rs=null;?
//private?String?DatabaseDriver=“sun.jdbc.odbc.JdbcOdbcDriver“;?
private?String?DatabaseDriver=“com.microsoft.jdbc.sqlserver.SQLServerDriver“;
//private?String?dburl=“jdbc:odbc:sale“;
private?String?dburl=“jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=sale“;
public?dbBean()
{
try{?
Class.forName(DatabaseDriver);
//Class.forName(DatabaseDriver).newInstance();
}?
catch(java.lang.ClassNotFoundException?e){?
System.err.println(“加載驅(qū)動(dòng)器有錯(cuò)誤:“+e.getMessage(?));??
}?
}?

public?void?setDatabaseDriver(String?Driver)
{?
this.DatabaseDriver=Driver;?
}?

public?String?getDatabaseDriver()
{?
return?(this.DatabaseDriver);?
}?

public?void?setDburl(String?dburl)
{?
this.dburl=dburl;?
}?

public?String?getDburl()
{?
return?(this.dburl);?
}?
?????????????????
public?void?executeInsert(String?sql)
{?
try{?
//conn?=?DriverManager.getConnection(dburl);
conn?=?DriverManager.getConnection(dburl““““);
//stmt=conn.createStatement(?);?
stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVEResultSet.CONCUR_UPDATABLE?);
stmt.executeUpdate(sql);?
}?
catch(SQLException?ex){?
System.out.print(“執(zhí)行插入有錯(cuò)誤:“+ex.getMessage());
}finally{
close();
}
}?

public?ResultSet?executeQuery(String?sql)
{?
rs=null;?
try{?
//conn?=?DriverManager.getConnection(dburl);
conn?=?DriverManager.getConnection(dburl““““);
//stmt=conn.createStatement(?);?
stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVEResultSet.CONCUR_UPDATABLE?);
rs=stmt.executeQuery(sql);
}?
catch(SQLException?ex){?
System.out.print(“執(zhí)行查詢有錯(cuò)誤:“+ex.getMessage());
}
return?rs;?
}?

public?void?executeDelete(String?sql)
{?
try{?
//conn=DriverManager.getConnection(dburl);
conn?=?DriverManager.getConnection(dburl““““);
//stmt=conn.createStatement(?);?
stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVEResultSet.CONCUR_UPDATABLE?);
stmt.executeUpdate(sql);?
}?
catch(SQLException?ex){?
System.out.print(“執(zhí)行刪除有錯(cuò)誤:“+ex.getMessage());?
}?finally{
close();
}
}?

public?void?close()
{?
try{?
if(rs!=null)
{
rs.close();
rs=null;
}
if(stmt!=null)
{
stmt.close();
stmt=null;
}
if(conn!=null)
{
conn.close();
conn=null;
}?
}?
catch(Exception?end){?
System.out.print(“執(zhí)行執(zhí)行關(guān)閉Connection對(duì)象有錯(cuò)誤:有錯(cuò)誤:“+end.getMessage());?
}?
}?
}?

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件??????34816??2009-06-18?07:38??飼料銷售管理系統(tǒng)\PPT\管理員.doc

?????文件??????33280??2009-06-18?07:22??飼料銷售管理系統(tǒng)\PPT\職員.doc

?????文件????1599488??2009-06-18?08:16??飼料銷售管理系統(tǒng)\PPT\飼料銷售管理系統(tǒng).ppt

?????文件??????70144??2009-06-16?14:05??飼料銷售管理系統(tǒng)\翻譯\為客戶服務(wù)支持進(jìn)行的數(shù)據(jù)挖掘.doc

?????文件???????4241??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\back.jsp

?????文件???????4013??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\commodity.jsp

?????文件???????4831??2009-06-12?14:10??飼料銷售管理系統(tǒng)\論文\代碼\customer.jsp

?????文件???????4758??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\customer1.jsp

?????文件???????4466??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\customer_f.jsp

?????文件???????4482??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\customer_f1.jsp

?????文件???????4172??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\customer_m.jsp

?????文件???????4186??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\customer_m1.jsp

?????文件???????4457??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\customer_s.jsp

?????文件???????4470??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\customer_s1.jsp

?????文件???????2730??2009-06-08?13:49??飼料銷售管理系統(tǒng)\論文\代碼\dbBean.java

?????文件????????881??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_b.jsp

?????文件????????889??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_c.jsp

?????文件????????889??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_d.jsp

?????文件????????885??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_f.jsp

?????文件????????883??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_m.jsp

?????文件????????887??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_r.jsp

?????文件????????881??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_s.jsp

?????文件????????891??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\delete_w.jsp

?????文件???????5037??2009-06-11?10:30??飼料銷售管理系統(tǒng)\論文\代碼\district.jsp

?????文件???????4694??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\district1.jsp

?????文件???????4464??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\district_f.jsp

?????文件???????4484??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\district_f1.jsp

?????文件???????4163??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\district_m.jsp

?????文件???????4178??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\district_m1.jsp

?????文件???????4163??2008-01-25?10:47??飼料銷售管理系統(tǒng)\論文\代碼\district_r.jsp

............此處省略80個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源