xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

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

資源簡介

飼料銷售管理系統,內容有論文(已精心排版的word文檔),程序代碼,系統PPT,英語3000字論文翻譯。內容特別全!!!

資源截圖

代碼片段和文件信息

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(“加載驅動器有錯誤:“+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(“執行插入有錯誤:“+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(“執行查詢有錯誤:“+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(“執行刪除有錯誤:“+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(“執行執行關閉Connection對象有錯誤:有錯誤:“+end.getMessage());?
}?
}?
}?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

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

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

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

?????文件??????70144??2009-06-16?14:05??飼料銷售管理系統\翻譯\為客戶服務支持進行的數據挖掘.doc

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

............此處省略80個文件信息

評論

共有 條評論