毕 业 设 计(论 文)
题目:实习生管理系统
I
摘 要
现代经济快节奏发展以及不断完善升级的信息化技术,让传统数据信息的管
理升级为软件存储,归纳,集中处理数据信息的管理方式。本实习生管理系统就
是在这样的大环境下诞生,其可以帮助管理者在短时间内处理完毕庞大的数据信
息,使用这种软件工具可以帮助管理人员提高事务处理效率,达到事半功倍的效
果。此实习生管理系统利用当下成熟完善的 SSM 框架,使用跨平台的可开发大
型商业网站的 Java 语言,以及最受欢迎的 RDBMS 应用软件之一的 Mysql 数据
库进行程序开发。实现了用户在线查看数据。管理员管理字典表管理、辅导员管
理、公告管理、简历管理、企业管理、实习生培养记录管理、实习作业管理、用
户管理、职位招聘管理、职位收藏管理、职位留言管理、简历投递管理、管理员
管理等功能。实习生管理系统的开发根据操作人员需要设计的界面简洁美观,在
功能模块布局上跟同类型网站保持一致,程序在实现基本要求功能时,也为数据
信息面临的安全问题提供了一些实用的解决方案。可以说该程序在帮助管理者高
效率地处理工作事务的同时,也实现了数据信息的整体化,规范化与自动化。
关键词:实习生管理系统;SSM 框架;Mysql;自动化
II
Abstract
The fast-paced development of the modern economy and the continuous
improvement and upgrading of information technology have allowed the management
of traditional data information to be upgraded to software storage, induction, and
centralized management of data information management methods. This online
examination system was born under such a large environment. It can help managers to
process huge data information in a short time. Using this software tool can help
managers improve transaction processing efficiency and achieve twice the result with
half the effort. This online test system utilizes the mature and complete SSM
framework, uses the cross-platform Java language that can develop large commercial
websites, and the Mysql database, one of the most popular RDBMS application
software, for program development. It enables users to select test questions online,
complete their answers, and view the assessment scores online. The administrator
manages question bank information, test paper information, and view student scores
and other functions. The development of the online examination system is based on
the operator's needs. The interface is simple and beautiful. The layout of the
functional modules is consistent with that of the same type of website. The program
also provides some practical solutions to the security problems of data and
information when it implements the basic required functions . It can be said that this
program helps managers to efficiently handle work affairs, and also realizes the
integration, standardization and automation of data information.
Key Words:Online examination system; SSM framework; Mysql; Automation
III
目 录
1 绪论 ...............................................1
1.1 研究背景 .........................................................................................................1
1.2 目的和意义 .....................................................................................................1
1.3 论文结构安排 .................................................................................................2
2 相关技术............................................3
2.1 MYSQL 数据库................................................................................................3
2.2 JAVA 语言技术 .................................................................................................4
2.3 SPRINGBOOT 框架.............................................................................................4
2.4 B/S 模式框架 ...................................................................................................5
3 系统分析............................................6
3.1 系统可行性分析 .............................................................................................6
3.1.1 技术可行性分析 ...................................................................................6
3.1.2 经济可行性分析 ...................................................................................6
3.1.3 运行可行性分析 ...................................................................................6
3.2 系统流程 .........................................................................................................6
3.2.1 操作信息流程 ......................................................................................7
3.2.2 登录信息流程 ......................................................................................7
3.2.3 删除信息流程 ......................................................................................8
3.3 系统功能分析 ..................................................................................................8
4 系统设计............................................9
4.1 总体功能 .........................................................................................................9
4.2 系统概要设计 .................................................................................................9
4.3 系统功能结构设计 .........................................................................................9
4.4 数据库设计 ...................................................................................................10
4.4.1 数据库 E-R 图设计............................................................................10
IV
4.4.2 数据库表结构设计 ............................................................................15
5 系统实现...........................................20
5.1 管理员功能介绍 ...........................................................................................20
5.1.1 职位招聘列表 ....................................................................................20
5.1.2 公告信息管理 ....................................................................................20
5.1.3 公告类型管理 .....................................................................................21
5.1.4 企业管理 ............................................................................................22
5.1.5 企业类型管理 ....................................................................................22
6 系统测试...........................................23
6.1 测试目的 ...............................................................................................23
6.2 测试环境 ...............................................................................................23
6.3 测试测试用例 .......................................................................................24
6.4 测试结果 ...............................................................................................24
7 总结与展望.........................................25
致 谢...............................................26
参考文献.............................................27