资源简介

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.xml
     文件          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.xml
     文件        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.xml
     目录           0  2017-06-07 08:20  hetong\src\lib\
............此处省略178个文件信息

评论

共有 条评论