毕业设计
题 目
毕业生学历证明系统
设计与实现
学生姓名
学 号
专 业
班 级
指导教师
职 称
计算机学院
年 月
诚信声明
本人郑重声明:所呈交的本科毕业设计 是本
人在指导老师的指导下,独立进行研究工作所取得的成果,成果不存在知
识产权争议,除文中已经注明引用的内容外,本设计不含任何其他个人或
集体已经发表或撰写过的作品成果。对本设计做出重要贡献的个人和集体
均已在文中以明确方式标明。本人完全意识到本声明的法律结果由本人承
担。
作者签名:
日期: 年 月 日
I
内容摘要
如今社会上各行各业,都喜欢用自己行业的专属软件工作,互联网发展到这个时候,
人们已经发现离不开了互联网。新技术的产生,往往能解决一些老技术的弊端问题。因
为传统毕业生学历信息管理难度大,容错率低,管理人员处理数据费工费时,所以专门
为解决这个难题开发了一个毕业生学历证明系统,可以解决许多问题。
毕业生学历证明系统实现的功能包括管理用户的签约单位信息,管理用户的学历信
息,管理用户的转接地信息,管理基础数据,其中基础信息管理包括部门管理,职位管
理,班级管理,成分管理,学习形式管理,学制管理,专业管理,学历性质管理,转接
地类型管理等功能。该系统采用了 Mysql 数据库,Java 语言,SSM 框架等技术进行编
程实现。
毕业生学历证明系统可以提高毕业生学历信息管理问题的解决效率,优化毕业生学
历信息处理流程,保证毕业生学历信息数据的安全,它是一个非常可靠,非常安全的应
用程序。
关键词
毕业生学历证明系统;Mysql 数据库;Java 语言
II
Abstract
Nowadays,all walks of life in society like to work with their own industry-specific
software.At this point in the development of the Internet,people have found that they cannot
do without the Internet.The emergence of new technologies can often solve the drawbacks of
some old technologies.Because the traditional graduate education information management is
difficult,the fault tolerance rate is low,and the management personnel is labor-intensive and
time-consuming to process the data,a graduate education certification system has been
specially developed to solve this problem,which can solve many problems.
The functions realized by the graduate education certificate system include
managing the user's contracting unit information,managing the user's education
information,managing the user's transfer information,and managing the basic data,of which
the basic information management includes department management,position
management,class management,and component management.learning form
management,school system management,professional management,academic nature
management,transfer type management and other functions.The system uses Mysql
database,Java language,SSM framework and other technologies for programming.
The graduate education certification system can improve the solution efficiency of
graduate education information management problems,optimize the graduate education
information processing process,and ensure the security of graduate education information data.
It is a very reliable and safe application.
Key Words
Graduate education certification system; Mysql database; Java language
I
目 录
内容摘要 ...............................................................................................................I
ABSTRACT ........................................................................................................II
1 绪论 ...................................................................................................................1
1.1 课题背景 ......................................................................................................................1
1.2 课题意义 ......................................................................................................................1
1.3 研究内容 ......................................................................................................................1
2 开发环境与技术...............................................................................................3
2.1 JAVA 语言 .....................................................................................................................3
2.2 MYSQL 数据库 ...........................................................................................................3
2.3 IDEA 开发工具............................................................................................................3
2.4 SSM 框架......................................................................................................................4
3 系统分析 ...........................................................................................................5
3.1 可行性分析 ..................................................................................................................5
3.1.1 技术可行性.......................................................................................................5
3.1.2 经济可行性.......................................................................................................5
3.1.3 操作可行性.......................................................................................................5
3.2 系统流程 ......................................................................................................................5
3.2.1 操作流程...........................................................................................................5
3.2.2 登录流程...........................................................................................................6
3.2.3 删除信息流程...................................................................................................7
3.2.4 添加信息流程...................................................................................................7
3.3 性能需求 ......................................................................................................................8
3.4 功能需求 ......................................................................................................................9
4 系统设计 .........................................................................................................12
4.1 系统设计思想 ............................................................................................................12
4.2 功能结构设计 ............................................................................................................12
4.3 数据库设计 ................................................................................................................14
4.3.1 数据库概念设计.............................................................................................14
4.3.2 数据库物理设计.............................................................................................16
5 系统实现 .........................................................................................................20