91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.67MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-02
  • 語言: Java
  • 標(biāo)簽: jsp??

資源簡介

JSP人力資源管理系統(tǒng)源代碼+數(shù)據(jù)庫 供學(xué)習(xí)借鑒

資源截圖

代碼片段和文件信息

package?com.kiko.action;

import?java.util.Map;

import?javax.servlet.http.HttpServletResponse;

import?org.apache.struts2.ServletActionContext;

import?com.opensymphony.xwork2.ActionContext;

public?class?baseAction?{
public?Mapject>?getRquest(){
return?(Mapject>)?ActionContext.getContext().get(“request“);
}
public?Mapject>?getSession(){
return?(Mapject>)?ActionContext.getContext().getSession();
}
public?Mapject>?getApplication(){
return?(Mapject>)?ActionContext.getContext().getApplication();
}
public?HttpServletResponse?getResponse(){
HttpServletResponse?response=ServletActionContext.getResponse();
response.setContentType(“text/html;charset=utf-8“);
response.setCharacterEncoding(“utf-8“);
return?response;
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\
?????文件?????5242880??2016-01-08?17:40??人力資源管理系統(tǒng)\PersonManageDB.mdf
?????文件?????1048576??2016-01-08?17:40??人力資源管理系統(tǒng)\PersonManageDB_log.ldf
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\PersonManageSystemV2\
?????文件????????1382??2016-01-06?16:40??人力資源管理系統(tǒng)\PersonManageSystemV2\.classpath
?????文件????????1345??2016-01-06?17:11??人力資源管理系統(tǒng)\PersonManageSystemV2\.project
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\PersonManageSystemV2\.settings\
?????文件?????????522??2016-01-06?16:33??人力資源管理系統(tǒng)\PersonManageSystemV2\.settings\.jsdtscope
?????文件?????????364??2016-01-06?16:33??人力資源管理系統(tǒng)\PersonManageSystemV2\.settings\org.eclipse.jdt.core.prefs
?????文件?????????521??2016-01-06?16:33??人力資源管理系統(tǒng)\PersonManageSystemV2\.settings\org.eclipse.wst.common.component
?????文件?????????464??2016-01-06?16:40??人力資源管理系統(tǒng)\PersonManageSystemV2\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2016-01-06?16:33??人力資源管理系統(tǒng)\PersonManageSystemV2\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-01-06?16:33??人力資源管理系統(tǒng)\PersonManageSystemV2\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\PersonManageSystemV2\src\
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\
?????文件?????????836??2016-01-04?17:15??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\baseAction.java
?????文件????????2748??2016-01-10?14:51??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\DptAction.java
?????文件????????5313??2016-01-10?15:43??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\EmpAction.java
?????文件????????4312??2016-01-10?23:41??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\FilterChains.java
?????文件????????4122??2016-01-10?21:35??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\IvtAction.java
?????文件????????4122??2016-01-10?14:52??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\MgrAction.java
?????文件????????4195??2016-01-11?00:07??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\PayAction.java
?????文件????????3741??2016-01-10?22:51??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\RewAction.java
?????文件????????2421??2016-01-10?22:26??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\action\TrainAction.java
?????目錄???????????0??2017-06-19?10:23??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\dao\
?????文件????????1715??2015-12-10?14:36??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\dao\baseDao.java
?????文件????????1093??2016-01-08?16:24??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\dao\DepartmentDao.java
?????文件????????3802??2016-01-08?16:25??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\dao\DepartmentDaoImpl.java
?????文件????????1926??2016-01-10?12:24??人力資源管理系統(tǒng)\PersonManageSystemV2\src\com\kiko\dao\EmployeeDao.java
............此處省略170個文件信息

評論

共有 條評論