毕 业 论 文 ( 设 计 )
学院教务处制
题 目 :
毕业论文管理系统的设计与实现
学 生 姓 名 :
学 号 :
所 属 学 院 :
专 业 班 级 :
指 导 教 师 :
职 称:
完 成 时 间 :
年 月 日
I
摘 要
高校规模越来越大,学生越来越多,每年都有大批的大学生完成学业。毕业之前,
各大高校设立毕业论文来对学生进行考核,传统毕业论文管理方式效率低下,为了提高
效率,特开发了本毕业论文管理系统。
本毕业论文管理系统以实际运用为开发背景,基于 SSM 框架,采用 JSP 技术、JAVA
编程语言,MYSQL 数据库设计开发,充分保证系统的稳定性。系统满足了不同权限用
户的功能需求,包括管理员、学生和导师,系统的应用可有效提高毕业论文管理效率,
本系统具有界面清晰、操作简单,功能齐全的特点,使得毕业论文管理工作系统化、规
范化、高效化。
在设计本系统时对系统进行了充分的分析,包括需求分析,性能分析,功能分析,
从开发背景、开发环境、目标、流程、数据库、系统维护等方面都进行了总体的规划与
设计。
关键词:毕业论文管理,JSP 技术,SSM 框架,MYSQL 数据库
II
Abstract
The scale of colleges and universities is getting bigger and bigger, and there are more
and more students. Every year, a large number of college students complete their studies.
Before graduation, major colleges and universities set up graduation thesis to evaluate
students. Traditional graduation thesis management methods are inefficient. In order to
improve efficiency, this graduation thesis management system has been specially developed.
This graduation thesis management system is developed based on actual application,
based on the SSM framework, using JSP technology, JAVA programming language, and
MYSQL database design and development to fully ensure the stability of the system. The
system meets the functional needs of users with different permissions, including
administrators, students and tutors. The application of the system can effectively improve the
efficiency of graduation thesis management. The system has the characteristics of clear
interface, simple operation and complete functions, making the management of graduation
thesis systematic , Standardization and high efficiency.
When designing this system, the system has been fully analyzed, including demand
analysis, performance analysis, function analysis, and overall planning and design from
development background, development environment, goals, processes, databases, system
maintenance, etc.
Key words : Graduation thesis management, JSP technology, SSM framework, MYSQL
database
III
目 录
1 绪论....................................................................................................1
1.1 研究背景 .......................................................................................................1
1.2 设计原则 .......................................................................................................1
1.3 研究组织结构 ...............................................................................................2
2 关键技术简介...................................................................................3
2.1 JSP 技术 ........................................................................................................3
2.2 MYSQL 数据库 ................................................................................................3
2.3 B/S 结构 ........................................................................................................3
2.4 JAVA 技术 ......................................................................................................4
3 系统分析...........................................................................................5
3.1 可行性分析 ...................................................................................................5
3.1.1 技术可行性..............................................................................................................5
3.1.2 经济可行性.............................................................................................................5
3.1.3 操作可行性.............................................................................................................5
3.1.4 时间可行性.............................................................................................................5
3.2 系统性能分析 ...............................................................................................6
3.3 系统功能分析 ...............................................................................................6
3.4 系统流程分析 ...............................................................................................8
3.4.1 注册登录流程..........................................................................................................8
3.4.2 添加信息流程图......................................................................................................9
3.4.3 修改信息流程图......................................................................................................9
3.4.4 删除信息流程图....................................................................................................10
4 系统设计.........................................................................................11
4.1 系统结构设计 .............................................................................................11
4.2 系统顺序图设计 .........................................................................................11