• 大小: 36.92MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-28
  • 语言: Java
  • 标签: struts  spring  java  mvc  

资源简介

教务管理是学校的主要日常管理工作之一,涉及到校、系、师、生的诸多方面,随着教学体制的不断改革,教务日常管理工作日趋繁重、复杂。本系统从教务工作的实际出发,解决工作中关键性的难点问题,并充分利用计算机网络功能,实现教务工作全过程的计算机管理,帮助具体管理人员从复杂烦琐工作中解放出来。使得教务管理走向无纸化办公和规范化、现代化。    主要内容:        1、学生服务子系统    查看个人信息、修改密码、    申请修改学生信息、学生选课、    查询已选课程、成绩查询、    设计作品上传        2、老师服务子系统    查看个人信息、修改密码、    申请修改教师信息、查看当前授课、    录入成绩、添加课程、    下载作品、统计成绩查询            3、管理员服务子系统    查看个人信息、学生管理、    教师管理、管理员管理、    审核请求、系统设置

资源截图

代码片段和文件信息

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  2013-07-12 09:28  赵欣磊毕业设计归档文件\
     文件       18432  2013-03-25 20:24  赵欣磊毕业设计归档文件\081409149_赵欣磊_实习报告 .doc
     文件      252416  2013-06-02 19:14  赵欣磊毕业设计归档文件\081409149_赵欣磊_成绩评定表 .doc
     文件     6430565  2013-06-02 21:18  赵欣磊毕业设计归档文件\081409149_赵欣磊_毕业设计说明书.doc
     文件       18432  2013-05-30 20:03  赵欣磊毕业设计归档文件\081409149_赵欣磊_答辩记录表 .doc
     文件       16384  2013-06-02 19:12  赵欣磊毕业设计归档文件\081409149_赵欣磊_赵欣磊中期检查表 .doc
     文件     3092967  2013-06-02 19:15  赵欣磊毕业设计归档文件\081409149_赵欣磊_赵欣磊毕业设计论文.doc
     文件      241664  2013-05-30 20:02  赵欣磊毕业设计归档文件\081409149_赵欣磊_赵欣磊的任务书 .doc
     文件      248832  2013-05-30 20:03  赵欣磊毕业设计归档文件\081409149_赵欣磊_赵欣磊的开题报告 .doc
     目录           0  2013-05-30 19:34  赵欣磊毕业设计归档文件\EducationalManagementSystem\
     文件        5490  2013-05-08 10:04  赵欣磊毕业设计归档文件\EducationalManagementSystem\.classpath
     目录           0  2013-07-12 09:28  赵欣磊毕业设计归档文件\EducationalManagementSystem\.myeclipse\
     文件         354  2013-05-27 14:07  赵欣磊毕业设计归档文件\EducationalManagementSystem\.mymetadata
     文件        1770  2013-05-08 10:04  赵欣磊毕业设计归档文件\EducationalManagementSystem\.project
     目录           0  2013-05-30 19:34  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\
     文件         500  2012-03-17 10:55  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\.jsdtscope
     文件         154  2012-05-04 16:15  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\org.eclipse.core.resources.prefs
     文件         364  2013-05-08 10:04  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\org.eclipse.jdt.core.prefs
     文件         519  2013-05-08 10:04  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\org.eclipse.wst.common.component
     文件         252  2013-05-08 10:04  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2013-05-08 10:04  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2013-05-08 10:04  赵欣磊毕业设计归档文件\EducationalManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
     文件       31549  2013-05-29 17:11  赵欣磊毕业设计归档文件\EducationalManagementSystem\Oracle数据表.sql
     目录           0  2013-05-30 19:34  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\
     文件      376320  2012-04-12 20:49  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\2012zslm.doc
     目录           0  2013-05-30 19:34  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\meta-INF\
     文件          36  2012-03-17 10:55  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\meta-INF\MANIFEST.MF
     目录           0  2013-05-30 19:34  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\My97DatePicker\
     文件        8982  2012-03-17 10:55  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\My97DatePicker\WdatePicker.js
     文件       21934  2012-03-17 10:55  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\My97DatePicker\calendar.js
     目录           0  2013-05-30 19:34  赵欣磊毕业设计归档文件\EducationalManagementSystem\WebRoot\My97DatePicker\lang\
............此处省略760个文件信息

评论

共有 条评论