資源簡介
員工信息管理:員工基本信息,包括添加、修改、刪除信息。
倉庫信息管理:管理飼料及藥品的入庫,庫存量修改與查詢,指定庫存報表。
代碼片段和文件信息
package?bean;
import?java.sql.Connection;
import?java.sql.ResultSet;
import?java.sql.SQLException;
import?java.sql.Statement;
import?java.util.ArrayList;
import?util.DBConn;
public?class?InsertUpdateDelBean?{
Connection?conn?=?null;
Statement?st?=?null;
ResultSet?rs?=?null;
public?int?insertANDupdateANDdel(String?sql){
int?temp?=?0;
conn?=?DBConn.getConn();
try?{
st?=?conn.createStatement();
temp?=?st.executeUpdate(sql);
}?catch?(SQLException?e)?{
//?TODO?自動生成?catch?塊
e.printStackTrace();
temp?=?-1;
}?finally{
DBConn.close(connstrs);
}
return?temp;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????1048576??2012-07-01?02:19??039JSP雞廠養殖管理系統\yjc_Data.MDF
?????文件????1048576??2012-06-30?21:49??039JSP雞廠養殖管理系統\yjc_Log.LDF
?????文件????????552??2012-06-30?22:18??039JSP雞廠養殖管理系統\Zxcsjxc\.classpath
?????文件????????294??2012-06-30?11:46??039JSP雞廠養殖管理系統\Zxcsjxc\.myme
?????文件???????1225??2012-06-30?19:16??039JSP雞廠養殖管理系統\Zxcsjxc\.project
?????文件????????652??2012-06-30?23:48??039JSP雞廠養殖管理系統\Zxcsjxc\src\bean\InsertUpdateDelBean.java
?????文件???????1077??2012-07-01?03:25??039JSP雞廠養殖管理系統\Zxcsjxc\src\bean\LoginBean.java
?????文件???????1410??2012-07-01?00:11??039JSP雞廠養殖管理系統\Zxcsjxc\src\bean\SelectBean.java
?????文件???????2421??2012-06-30?20:05??039JSP雞廠養殖管理系統\Zxcsjxc\src\servlet\AddDingdanServlet.java
?????文件???????2207??2012-06-30?08:57??039JSP雞廠養殖管理系統\Zxcsjxc\src\servlet\AddServlet.java
?????文件???????1800??2012-07-01?05:06??039JSP雞廠養殖管理系統\Zxcsjxc\src\servlet\AddSupplierServlet.java
?????文件???????1659??2012-06-30?20:55??039JSP雞廠養殖管理系統\Zxcsjxc\src\servlet\AddXiaosouServlet.java
?????文件???????1694??2012-06-30?12:43??039JSP雞廠養殖管理系統\Zxcsjxc\src\servlet\AddzongleiServlet.java
?????文件???????1366??2012-07-01?06:18??039JSP雞廠養殖管理系統\Zxcsjxc\src\util\DBConn.java
?????文件???????1886??2012-06-30?20:41??039JSP雞廠養殖管理系統\Zxcsjxc\src\util\Validate.java
?????文件???????4715??2012-07-01?04:26??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\cadingdan.jsp
?????文件???????5570??2012-07-01?01:05??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\caxiaosou.jsp
?????文件????????875??2012-07-01?00:28??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\Copyright.jsp
?????文件???????3751??2012-06-30?20:09??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\cuku.jsp
?????文件???????2369??2012-06-30?10:33??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\del.jsp
?????文件???????4218??2012-07-01?00:21??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\dingdanzt.jsp
?????文件???????6605??2012-07-01?01:33??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\emp_add.jsp
?????文件???????8022??2012-06-30?18:32??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\emp_list.jsp
?????文件???????7574??2012-06-30?19:42??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\emp_rework.jsp
?????文件???????4731??2012-06-30?16:40??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\emp_show.jsp
?????文件????????395??2012-07-01?00:15??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\img\ahjj_03.jpg
?????文件??????37543??2012-06-30?16:32??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\img\ban.gif
?????文件????????306??2012-07-01?00:13??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\img\bomb2.gif
?????文件????????954??2012-06-30?08:05??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\img\close.gif
?????文件???????1046??2012-07-01?00:10??039JSP雞廠養殖管理系統\Zxcsjxc\WebRoot\img\css.css
............此處省略60個文件信息
- 上一篇:JSP網上拍賣系統---畢業設計作品
- 下一篇:vc-代碼提示插件
評論
共有 條評論