资源简介
一个标准的毕业设计,不用修改,直接运行。思路清晰。办公室管理系统,比淘宝上的强,免费
代码片段和文件信息
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.work.zdy;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.Actionerrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* MyEclipse Struts
* Creation date: 11-30-2008
*
* XDoclet definition:
* @struts.form name=“com.work.zdy.loginForm“
*/
public class loginForm extends ActionForm {
/*
* Generated fields
*/
/** checkCode property */
private String checkCode;
/** password property */
private String password;
/** user property */
private String user;
/*
* Generated Methods
*/
/**
* Method validate
* @param mapping
* @param request
* @return Actionerrors
*/
public Actionerrors validate(ActionMapping mapping
HttpServletRequest request) {
// TODO Auto-generated method stub
return null;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping HttpServletRequest request) {
// TODO Auto-generated method stub
}
/**
* Returns the checkCode.
* @return String
*/
public String getCheckCode() {
return checkCode;
}
/**
* Set the checkCode.
* @param checkCode The checkCode to set
*/
public void setCheckCode(String checkCode) {
this.checkCode = checkCode;
}
/**
* Returns the password.
* @return String
*/
public String getPassword() {
return password;
}
/**
* Set the password.
* @param password The password to set
*/
public void setPassword(String password) {
this.password = password;
}
/**
* Returns the user.
* @return String
*/
public String getUser() {
return user;
}
/**
* Set the user.
* @param user The user to set
*/
public void setUser(String user) {
this.user = user;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-01-09 17:58 work\
文件 1345 2008-12-02 20:48 work\.classpath
目录 0 2013-01-09 18:07 work\.myeclipse\
文件 285 2008-12-01 09:09 work\.myme
文件 259 2008-12-01 09:09 work\.mystrutsdata
文件 1305 2008-12-01 09:12 work\.project
目录 0 2013-01-09 17:58 work\WebRoot\
目录 0 2013-01-09 17:58 work\WebRoot\Css_file\
目录 0 2008-12-02 20:30 work\WebRoot\Css_file\CVS\
文件 142 2008-12-02 13:40 work\WebRoot\Css_file\CVS\Entries
文件 27 2008-12-02 13:40 work\WebRoot\Css_file\CVS\Repository
文件 32 2008-12-02 13:40 work\WebRoot\Css_file\CVS\Root
目录 0 2013-01-09 17:58 work\WebRoot\Css_file\IMG\
目录 0 2013-01-09 17:58 work\WebRoot\Css_file\IMG\CVS\
文件 151 2008-12-02 13:40 work\WebRoot\Css_file\IMG\CVS\Entries
文件 31 2008-12-02 13:40 work\WebRoot\Css_file\IMG\CVS\Repository
文件 32 2008-12-02 13:40 work\WebRoot\Css_file\IMG\CVS\Root
文件 874 2008-12-02 13:40 work\WebRoot\Css_file\IMG\button_back.gif
文件 509 2008-12-02 13:40 work\WebRoot\Css_file\IMG\headerbg.gif
文件 509 2008-12-02 13:40 work\WebRoot\Css_file\IMG\headerbg3.gif
文件 2588 2008-12-02 13:40 work\WebRoot\Css_file\admin.css
文件 1046 2008-12-02 13:40 work\WebRoot\Css_file\cart.css
文件 288 2008-12-02 13:40 work\WebRoot\Css_file\textarea.css
目录 0 2013-01-09 17:58 work\WebRoot\Img_file\
文件 79 2008-12-02 14:39 work\WebRoot\Img_file\1.gif
文件 79 2008-12-02 14:39 work\WebRoot\Img_file\2.gif
文件 1181 2008-12-02 14:39 work\WebRoot\Img_file\66.gif
文件 1183 2008-12-02 14:39 work\WebRoot\Img_file\77.gif
目录 0 2013-01-09 17:58 work\WebRoot\Img_file\CVS\
文件 3569 2008-12-02 14:39 work\WebRoot\Img_file\CVS\Entries
文件 27 2008-12-02 14:39 work\WebRoot\Img_file\CVS\Repository
............此处省略291个文件信息
评论
共有 条评论