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

  • 大小: 25.32MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-21
  • 語言: 其他
  • 標簽: ssh??jsp??

資源簡介

通過ssh架構了一個畢業設計選題管理系統 分為 管理員 教師 學生 三種角色 實現了教師上傳課題 學生選擇課題或自己課題提交審核 提交階段文檔 指導老師給予指導等等

資源截圖

代碼片段和文件信息

package?cn.edu.management.action;

import?java.io.File;
import?java.io.IOException;
import?java.io.UnsupportedEncodingException;
import?java.sql.Timestamp;
import?java.text.DecimalFormat;
import?java.util.Collections;
import?java.util.Date;
import?java.util.List;

import?javax.annotation.Resource;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
import?javax.servlet.http.HttpSession;

import?org.apache.struts2.ServletActionContext;
import?org.springframework.context.annotation.Scope;
import?org.springframework.stereotype.Component;

import?cn.edu.management.comm.ApplyTeacherComparator;
import?cn.edu.management.comm.DateConventer;
import?cn.edu.management.comm.FileManage;
import?cn.edu.management.comm.Page;
import?cn.edu.management.comm.VOconver;
import?cn.edu.management.service.ManagerService;
import?cn.edu.management.service.UserService;
import?cn.edu.management.vo.showVO.Ems_systemset;
import?cn.edu.management.vo.showVO.StudentVO;
import?cn.edu.management.vo.showVO.showApplyModifyLogVO;
import?cn.edu.management.vo.showVO.showTeacher_VO;
import?cn.edu.management.vo.voImpl.ApplyModifyLogVO;
import?cn.edu.management.vo.voImpl.ClassTypeVO;
import?cn.edu.management.vo.voImpl.EMS_Systemset;
import?cn.edu.management.vo.voImpl.Ems_Manager_VO;
import?cn.edu.management.vo.voImpl.Ems_Student_VO;
import?cn.edu.management.vo.voImpl.Ems_Teacher_VO;
import?cn.edu.management.vo.voImpl.ProfessionVO;
import?cn.edu.management.vo.voImpl.WorkerTypeVO;

import?com.opensymphony.xwork2.ActionSupport;


@Component
@Scope(“prototype“)
public?class?ManagerAction?extends?ActionSupport?{

private?ManagerService?managerService;
private?UserService?userService;

@Resource
public?void?setManagerService(ManagerService?managerService)?{
this.managerService?=?managerService;
}
@Resource
public?void?setUserService(UserService?userService)?{
this.userService?=?userService;
}

/*方便頁面獲取迭代顯示*/
private?List?managerList?;//管理員
private?List?teacherList?;//教師
private?List?studentList?;//學生
private?List???professionList;//專業
private?List???workertypeList;//作品類型
private?List???classtypeList;//課程類型
private?List?applyModifyList;//申請信息記錄表
private?List??showTeacherList;//方便界面顯示老師



/**
?*??局部刷新驗證
?*?@return
?*?@throws?IOException?
?*/
public?void?checkAccount()?throws?IOException?{
HttpServletRequest?request?=?ServletActionContext.getRequest();
String?account?=?request.getParameter(“account“);
HttpServletResponse?response?=?ServletActionContext.getResponse();
try {

response.setCharacterEncoding(“utf-8“);
if(account.equals(““))
response.getWriter().print(“{\“result\“:\“space\“}“);
else
{
boolean?flag?=?this.managerService.checkAccountIsExist(account);

if(flag)
{

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\
?????文件????????5557??2013-04-22?20:02??EducationalManagementSystem\.classpath
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\.myeclipse\
?????文件?????????354??2013-04-16?13:55??EducationalManagementSystem\.mymetadata
?????文件????????1433??2013-04-16?13:55??EducationalManagementSystem\.project
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\.settings\
?????文件?????????500??2012-03-17?10:55??EducationalManagementSystem\.settings\.jsdtscope
?????文件?????????208??2013-04-16?13:48??EducationalManagementSystem\.settings\org.eclipse.core.resources.prefs
?????文件?????????330??2012-03-17?10:55??EducationalManagementSystem\.settings\org.eclipse.jdt.core.prefs
?????文件??????????49??2012-03-17?10:55??EducationalManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2012-03-17?10:55??EducationalManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2013-04-15?15:17??EducationalManagementSystem\src\
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\src\cn\
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\src\cn\edu\
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\src\cn\edu\management\
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\src\cn\edu\management\action\
?????文件???????50212??2013-05-11?19:53??EducationalManagementSystem\src\cn\edu\management\action\ManagerAction.java
?????文件???????38181??2013-05-11?19:53??EducationalManagementSystem\src\cn\edu\management\action\StudentAction.java
?????文件???????55383??2013-05-11?19:53??EducationalManagementSystem\src\cn\edu\management\action\TeacherAction.java
?????文件????????3859??2013-04-17?14:18??EducationalManagementSystem\src\cn\edu\management\action\UserAction.java
?????目錄???????????0??2012-05-09?11:03??EducationalManagementSystem\src\cn\edu\management\comm\
?????文件?????????666??2013-04-17?14:18??EducationalManagementSystem\src\cn\edu\management\comm\ApplyTeacherComparator.java
?????文件?????????546??2013-04-17?14:20??EducationalManagementSystem\src\cn\edu\management\comm\ClassTypeVOComparator.java
?????文件????????1321??2013-04-17?14:21??EducationalManagementSystem\src\cn\edu\management\comm\Comm.java
?????文件????????4245??2013-04-17?14:22??EducationalManagementSystem\src\cn\edu\management\comm\DateConventer.java
?????文件?????????660??2013-04-17?14:22??EducationalManagementSystem\src\cn\edu\management\comm\disAuditGraduationComparator.java
?????文件?????????666??2013-04-17?14:22??EducationalManagementSystem\src\cn\edu\management\comm\disAuditGraduationResultComparator.java
?????文件????????2589??2013-04-17?14:23??EducationalManagementSystem\src\cn\edu\management\comm\FileManage.java
?????文件?????????557??2013-04-17?14:23??EducationalManagementSystem\src\cn\edu\management\comm\ManagerComparator.java
?????文件????????1186??2013-04-17?14:24??EducationalManagementSystem\src\cn\edu\management\comm\Page.java
?????文件?????????552??2013-04-17?14:24??EducationalManagementSystem\src\cn\edu\management\comm\ProfessionVOComparator.java
............此處省略734個文件信息

評論

共有 條評論