資源簡(jiǎn)介
該系統(tǒng)實(shí)現(xiàn)了員工,計(jì)劃模塊等的添加,刪除,修改,查詢等功能。實(shí)現(xiàn)簡(jiǎn)單,知識(shí)點(diǎn)多。
代碼片段和文件信息
package?actions;
import?java.util.Map;
import?org.apache.struts2.interceptor.RequestAware;
import?services.UserService;
public?class?LoginAction?implements?RequestAware{
private?String?userName;
private?String?passWord;
public?void?setUserName(String?userName)?{
this.userName?=?userName;
}
public?void?setPassWord(String?passWord)?{
this.passWord?=?passWord;
}
private?UserService?userService;
public?void?setUserService(UserService?userService)?{
this.userService?=?userService;
}
public?String?execute(){
if(userService.getByUserName(userName)!=null&&userService.getByPwd(passWord)!=null){
request.put(“useName“?userName);
return?“success“;
}
return?“false“;
}
private?Mapject>?request;
@Override
public?void?setRequest(Mapject>?arg0)?{
//?TODO?Auto-generated?method?stub
this.request=arg0;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-06-23?11:21??workAuto\
?????文件?????????886??2016-06-23?11:21??workAuto\.classpath
?????文件????????1041??2016-06-23?11:20??workAuto\.project
?????目錄???????????0??2016-06-24?12:50??workAuto\.settings\
?????文件?????????567??2016-06-23?11:20??workAuto\.settings\.jsdtscope
?????文件??????????76??2016-06-24?12:50??workAuto\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2016-06-23?11:20??workAuto\.settings\org.eclipse.jdt.core.prefs
?????文件?????????553??2016-06-23?11:21??workAuto\.settings\org.eclipse.wst.common.component
?????文件?????????345??2016-06-23?11:20??workAuto\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2016-06-23?11:20??workAuto\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-06-23?11:20??workAuto\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2016-06-23?21:56??workAuto\WebContent\
?????目錄???????????0??2016-06-23?11:20??workAuto\WebContent\me
?????文件??????????39??2016-06-23?11:20??workAuto\WebContent\me
?????目錄???????????0??2016-06-24?18:27??workAuto\WebContent\WEB-INF\
?????目錄???????????0??2016-06-23?11:21??workAuto\WebContent\WEB-INF\lib\
?????文件??????445288??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\antlr-2.7.7.jar
?????文件????????4467??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\aopalliance.jar
?????文件???????43578??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\asm-3.3.jar
?????文件???????38275??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\asm-commons-3.3.jar
?????文件???????21503??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\asm-tree-3.3.jar
?????文件????10912050??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\aspectjtools.jar
?????文件?????1840289??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\aspectjweaver.jar
?????文件??????423876??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\c3p0-0.9.2.1.jar
?????文件???????69002??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\commons-fileupload-1.3.1.jar
?????文件??????173587??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\commons-io-2.2.jar
?????文件??????315805??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\commons-lang3-3.1.jar
?????文件???????62050??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\commons-logging-1.1.3.jar
?????文件??????313898??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\dom4j-1.6.1.jar
?????文件?????1006424??2014-01-08?17:23??workAuto\WebContent\WEB-INF\lib\ehcache-core-2.4.3.jar
?????文件??????931168??2014-05-21?13:17??workAuto\WebContent\WEB-INF\lib\freemarker-2.3.19.jar
............此處省略109個(gè)文件信息
評(píng)論
共有 條評(píng)論