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

  • 大小: 36.92MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-28
  • 語言: Java
  • 標(biāo)簽: struts??spring??java??mvc??

資源簡介

教務(wù)管理是學(xué)校的主要日常管理工作之一,涉及到校、系、師、生的諸多方面,隨著教學(xué)體制的不斷改革,教務(wù)日常管理工作日趨繁重、復(fù)雜。本系統(tǒng)從教務(wù)工作的實際出發(fā),解決工作中關(guān)鍵性的難點問題,并充分利用計算機網(wǎng)絡(luò)功能,實現(xiàn)教務(wù)工作全過程的計算機管理,幫助具體管理人員從復(fù)雜煩瑣工作中解放出來。使得教務(wù)管理走向無紙化辦公和規(guī)范化、現(xiàn)代化。    主要內(nèi)容:        1、學(xué)生服務(wù)子系統(tǒng)    查看個人信息、修改密碼、    申請修改學(xué)生信息、學(xué)生選課、    查詢已選課程、成績查詢、    設(shè)計作品上傳        2、老師服務(wù)子系統(tǒng)    查看個人信息、修改密碼、    申請修改教師信息、查看當(dāng)前授課、    錄入成績、添加課程、    下載作品、統(tǒng)計成績查詢            3、管理員服務(wù)子系統(tǒng)    查看個人信息、學(xué)生管理、    教師管理、管理員管理、    審核請求、系統(tǒng)設(shè)置

資源截圖

代碼片段和文件信息

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?;//學(xué)生
private?List???professionList;//專業(yè)
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??2013-07-12?09:28??趙欣磊畢業(yè)設(shè)計歸檔文件\
?????文件???????18432??2013-03-25?20:24??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_實習(xí)報告?.doc
?????文件??????252416??2013-06-02?19:14??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_成績評定表?.doc
?????文件?????6430565??2013-06-02?21:18??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_畢業(yè)設(shè)計說明書.doc
?????文件???????18432??2013-05-30?20:03??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_答辯記錄表?.doc
?????文件???????16384??2013-06-02?19:12??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_趙欣磊中期檢查表?.doc
?????文件?????3092967??2013-06-02?19:15??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_趙欣磊畢業(yè)設(shè)計論文.doc
?????文件??????241664??2013-05-30?20:02??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_趙欣磊的任務(wù)書?.doc
?????文件??????248832??2013-05-30?20:03??趙欣磊畢業(yè)設(shè)計歸檔文件\081409149_趙欣磊_趙欣磊的開題報告?.doc
?????目錄???????????0??2013-05-30?19:34??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\
?????文件????????5490??2013-05-08?10:04??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.classpath
?????目錄???????????0??2013-07-12?09:28??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.myeclipse\
?????文件?????????354??2013-05-27?14:07??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.mymetadata
?????文件????????1770??2013-05-08?10:04??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.project
?????目錄???????????0??2013-05-30?19:34??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\
?????文件?????????500??2012-03-17?10:55??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\.jsdtscope
?????文件?????????154??2012-05-04?16:15??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2013-05-08?10:04??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\org.eclipse.jdt.core.prefs
?????文件?????????519??2013-05-08?10:04??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\org.eclipse.wst.common.component
?????文件?????????252??2013-05-08?10:04??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2013-05-08?10:04??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2013-05-08?10:04??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????31549??2013-05-29?17:11??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\Oracle數(shù)據(jù)表.sql
?????目錄???????????0??2013-05-30?19:34??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\
?????文件??????376320??2012-04-12?20:49??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\2012zslm.doc
?????目錄???????????0??2013-05-30?19:34??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\meta-INF\
?????文件??????????36??2012-03-17?10:55??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\meta-INF\MANIFEST.MF
?????目錄???????????0??2013-05-30?19:34??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\My97DatePicker\
?????文件????????8982??2012-03-17?10:55??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\My97DatePicker\WdatePicker.js
?????文件???????21934??2012-03-17?10:55??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\My97DatePicker\calendar.js
?????目錄???????????0??2013-05-30?19:34??趙欣磊畢業(yè)設(shè)計歸檔文件\EducationalManagementSystem\WebRoot\My97DatePicker\lang\
............此處省略760個文件信息

評論

共有 條評論