資源簡介
jsp+hibernte+struts2合同管理系統源碼下載
代碼片段和文件信息
package?Action;
import?java.util.List;
import?org.apache.commons.lang3.StringUtils;
import?org.apache.struts2.ServletActionContext;
import?org.hibernate.criterion.DetachedCriteria;
import?org.hibernate.criterion.Restrictions;
import?DAO.hetongDAO;
import?Model.Contract;
import?com.opensymphony.xwork2.ActionSupport;
public?class?AddAction?extends?ActionSupport{
//合同序號
private??int?con_id;
//合同名稱
private?String?con_name;
//甲方負責人
private?String?jia_name;
//乙方負責人
private?String?yi_name;
//起始時間
private?String?qishi_time;
//結束時間
private?String?jieshu_time;
//合同金額
private?int??con_jine;
//備注
private?String?beizhu;
????private?hetongDAO?hetongDAO;
private?String?message;
private?String?path;
public?String?hetongAdd()
{
Contract?con?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-07?09:31??hetong\
?????文件????????3498??2017-06-07?09:57??hetong\.classpath
?????文件????????1331??2017-06-06?19:44??hetong\.project
?????目錄???????????0??2017-06-07?08:17??hetong\.settings\
?????文件?????????522??2017-06-06?19:39??hetong\.settings\.jsdtscope
?????文件?????????113??2017-06-07?13:06??hetong\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2017-06-06?19:39??hetong\.settings\org.eclipse.jdt.core.prefs
?????文件?????????477??2017-06-06?19:39??hetong\.settings\org.eclipse.wst.common.component
?????文件?????????414??2017-06-06?19:39??hetong\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2017-06-06?19:39??hetong\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-06-06?19:39??hetong\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????3232??2017-06-06?22:09??hetong\login.html
?????目錄???????????0??2017-06-07?09:31??hetong\src\
?????目錄???????????0??2017-06-07?15:00??hetong\src\Action\
?????文件????????2731??2017-06-07?10:43??hetong\src\Action\AddAction.java
?????文件????????1126??2017-06-07?14:42??hetong\src\Action\AddshoukuanAction.java
?????文件?????????632??2017-06-07?13:37??hetong\src\Action\delAction.java
?????文件??????????51??2017-06-07?00:00??hetong\src\Action\EditAction.java
?????文件?????????711??2017-06-07?13:50??hetong\src\Action\ListAction.java
?????文件?????????592??2017-06-07?15:02??hetong\src\Action\shoukuanListAction.java
?????目錄???????????0??2017-06-07?08:17??hetong\src\cn\
?????目錄???????????0??2017-06-07?06:40??hetong\src\cn\domain\
?????文件????????2213??2017-06-05?19:17??hetong\src\cn\domain\Customer.hbm.xm
?????文件????????2175??2017-06-05?19:15??hetong\src\cn\domain\Customer.java
?????目錄???????????0??2017-06-07?11:16??hetong\src\DAO\
?????文件????????2530??2017-06-07?13:14??hetong\src\DAO\hetongDAO.java
?????文件????????1319??2017-06-07?14:59??hetong\src\DAO\shoukuanDAO.java
?????目錄???????????0??2017-06-06?19:42??hetong\src\Hello\
?????文件?????????214??2017-06-06?19:43??hetong\src\Hello\HelloAction.java
?????文件????????2806??2017-06-07?14:52??hetong\src\hibernate.cfg.xm
?????目錄???????????0??2017-06-07?08:20??hetong\src\lib\
............此處省略178個文件信息
- 上一篇:日期選擇控件(帶節假日)
- 下一篇:angular 實現多國語言網站
評論
共有 條評論