登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

基于web的学院教务管理系统的设计与实现毕业论文

 2021-12-21 09:12  

论文总字数:21081字

摘 要

近年来,随着科学技术以及国内外教育事业的不断发展,加快我国教育信息化建设、搭建信息化管理平台已成为我国教育事业改革与发展的重要选择,也是必然选择,越来越多单位开始注重智能化、自动化的办公体系,以求改善内部的管理体制,提高办公、工作效率。而学生人数重多的高校更是需要通过网络办公以及管理,使得工作更为简洁方便。尤其是,伴随着毕业季的来临,大量的毕业设计工作亟待安排和解决。对教师来说,依靠传统模式进行对学生的各项毕设信息管理复杂繁琐,严重影响工作效率。而基于Web的学生毕设信息管理系统,能够极大地提升学生毕设信息的管理效率,成为我国各高校实现数字化校园、信息化教学办公的重要组成部分。

本系统是在Web的基础上进行开发的,可以实现对学生毕设信息进行管理分配等相关操作,实现学生毕设信息的统一规范化管理,从而达到提高对学生的信息管理效率的目的。因此,为了适应现代化教学管理系统,提升学院管理工作效率,设计和开发一款基于学院的能满足学院教务要求的毕设管理系统就十分重要。该系统包括学生的材料的申报,然后能够通过学生申报的材料自动分配毕设,进行监管与工作量的统计,通过自动生成表格的形式反馈给系统。增设管理员功能,管理各项事宜。通过便捷的系统使得教学管理工作更为方便。

系统采基于J2EE标准,以Eclipse作为开发工具,Mysql作为数据库,采用B/S架构,运行服务器则使用了Tomcat9.0。系统利用MVC模式进行开发,该模式层次分明,能够成功实现系统功能[19]。经过测试运行之后,运行结果表明了系统具有较为良好的运行效率和较为全面的功能,符合实际生活中学校内部毕设管理系统的要求,对于提升管理工作效率和校园信息化有着重要的作用。

关键词:Springmvc模式,mybatis,js,css,mysql;

Design and implementation of Web-based management system

for students' Graduation

Abstract

In recent years, with the continuous development of science and technology as well as the domestic and foreign education business, accelerate the construction of education informatization in our country, set up information management platform has become the important choice of the reform and development of education enterprise in our country, is also a necessary choice, more and more units began to pay attention to the intelligent, automatic office system, in order to improve the internal management system, improve the efficiency of office, working.And the university with a large number of students needs to work and manage through the network, making the work more concise and convenient.In particular, with the advent of the graduation season, a large number of graduation design work to be arranged and solved.For teachers, relying on the traditional mode to manage the information of students' various graduation projects is complicated and tedious, which seriously affects their work efficiency.The web-based information management system for students' graduation design can greatly improve the management efficiency of students' graduation design information, and it has become an important part of the realization of digital campus and information-based teaching and office in colleges and universities in China.

This system is developed on the basis of Web, which can realize the management and distribution of students' graduation design information and other relevant operations, and realize the unified and standardized management of students' graduation design information, so as to achieve the purpose of improving the information management efficiency of students.Therefore, in order to adapt to the modern teaching management system and improve the efficiency of college management, it is very important to design and develop a college based graduation management system that can meet the requirements of college academic affairs.The system includes the declaration of students' materials, and then it can automatically assign graduation equipment through students' declaration of materials, conduct the statistics of supervision and workload, and feed back to the system in the form of automatic form generation.Add administrator function to manage all matters.The convenient system makes teaching management more convenient.

The system is based on J2EE standard, with Eclipse as the development tool and Mysql as the database. It adopts B/S architecture and runs the server using Tomcat9.0.The system is developed with MVC pattern, which has distinct hierarchy and can successfully realize system functions.After testing and running, the operating results show that the system has a relatively good operating efficiency and more comprehensive functions, in line with the requirements of the school's internal graduation management system in real life, and plays an important role in improving the management efficiency and campus informatization.

Keywords : Springmvc model,mybatis,js,css,mysql;

目 录

摘 要 I

Abstract II

第一章 绪论 1

1.1选题背景 1

1.2课题研究现状 1

1.3研究内容 2

1.4主要设计思路 2

1.5论文结构 3

第二章 相关技术和开发工具 5

2.1 Java语言介绍 5

2.2 J2EE介绍 6

2.3 MVC设计模式 7

2.4 jQuery介绍 7

2.5 Eclipse介绍 7

2.6 Tomcat服务器 8

第三章 需求分析 9

3.1 系统可行性分析 9

3.1.1 技术可行性 9

3.1.2 操作可行性 9

3.2 功能性需求分析 10

3.3 用例图分析 10

3.4 性能需求 12

第四章 系统分析和总体设计 14

4.1 概述 14

4.2 功能模块设计 14

4.2.1 总体设计 14

4.2.2 学生功能界面 15

4.2.3 教师功能界面 15

4.2.4 管理员功能界面 16

4.3 系统流程图 16

4.4 数据库设计 18

4.4.1 概述 18

4.4.2 数据库表清单 19

第五章 系统的详细设计与实现 23

5.1 登陆界面的实现 23

5.2 学生功能页面的实现 25

5.3 教师功能界面的实现 27

5.4管理员功能界面的实现 28

5.5 退出系统功能 31

第六章 系统的测试 33

6.1 测试方案设计 33

6.1.1 测试目的 33

6.1.2 测试方案 33

6.2 测试内容 34

6.2.1 总体登陆界面测试 34

6.2.2 学生板块测试 34

6.2.3 教师板块测试 35

6.2.4 管理员板块测试 36

6.3 测试结果总结 36

第七章 总结 38

参考文献 39

致谢 41

第一章 绪论

1.1选题背景

近些年来,在我国教育事业持续发展的大环境下,教育的信息化建设已经是当务之急了,推进教育事业的信息化已经是我国教育事业的改革与发展的重要选择。在这个大前提下,以及毕业生人数的进一步提升,对于学院内部的管理工作上来说都是有着不小的挑战。而随着计算机技术的不断发展,网络智能化办公和信息管理已经成为学校办公的重要方式,不仅可以改善内部管理体制,还能提高办公效率,实现无纸化办公。而随着毕业季的到来,让本就需要大量管理工作的高校更是增加了压力。学生毕设管理是学校管理之中异常重要的一个环节。大量的毕业设计工作亟待安排和解决。学校依靠传统模式进行对学生的各项毕设信息管理又费时费力又是还很繁琐,严重影响工作效率。

请支付后下载全文,论文总字数:21081字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图