摘 要
随着科学技术的飞速发展,社会的方方面面、各行各业都在努力与现代的先
进技术接轨,通过科技手段来提高自身的优势,简历系统当然也不能排除在外。
简历系统是以实际运用为开发背景,运用软件工程原理和开发方法,采用
springboot 框架构建的一个管理系统。整个开发过程首先对软件系统进行需求分
析,得出系统的主要功能。接着对系统进行总体设计和详细设计。总体设计主要
包括系统功能设计、系统总体结构设计、系统数据结构设计和系统安全设计等;
详细设计主要包括系统数据库访问的实现,主要功能模块的具体实现,模块实现
关键代码等。最后对系统进行功能测试,并对测试结果进行分析总结,得出系统
中存在的不足及需要改进的地方,为以后的系统维护提供了方便,同时也为今后
开发类似系统提供了借鉴和帮助。这种个性化的网上管理系统特别注重交互协调
与管理的相互配合,激发了管理人员的创造性与主动性,对简历系统而言非常有
利。
本简历系统采用的数据库是 Mysql,使用 springboot 框架开发。在设计过程
中,充分保证了系统代码的良好可读性、实用性、易扩展性、通用性、便于后期
维护、操作方便以及页面简洁等特点。
关键词:简历系统,springboot 框架 Mysql 数据库 Java 技术
II
ABSTRACT
III
With the rapid development of science and technology, all
aspects of society and all walks of life are trying to integrate with
modern advanced technology. Through scientific and technological
means, we can improve their own advantages. Resume system can
not be excluded. Resume system is a management system based on
the actual application, the principle of software engineering and the
development method, and the springboot framework. In the whole
development process, we first analyze the requirements of the
software system and get the main functions of the system. Then the
overall design and detailed design of the system. The overall design
mainly includes the system function design, the overall structure
design, the system data structure design and the system security
design, etc.; the detailed design mainly includes the realization of the
system database access, the specific realization of the main function
modules, the key codes of the module implementation, etc. Finally,
the system is tested and the test results are analyzed and
summarized. The shortcomings and the areas to be improved are
obtained. It provides convenience for the maintenance of the system
in the future, and also provides reference and help for the
development of similar systems in the future. This personalized online
management system pays special attention to the interaction
coordination and management cooperation, which stimulates the
creativity and initiative of the managers, which is very beneficial to
resume system.
The database used in this resume system is mysql, which is
developed by springboot framework. In the design process, the
system code is fully guaranteed with good readability, practicability,
easy to expand, universality, convenient maintenance, easy operation
and simple page.
Key words: resume system, springboot framework MySQL
database Java technology
目 录
摘 要................................................................................................................................I
IV
ABSTRACT ....................................................................................................................II
目 录 ................................................................................................................................II
第 1 章 绪论 .....................................................................................................................1
1.1 背景及意义 ....................................................1
1.2 国内外研究概况 ................................................1
1.3 研究的内容 ....................................................1
第 2 章 相关技术 .............................................................................................................3
2.1 B/S 架构 ......................................................4
2.2 Java 技术介绍 ..................................................6
2.3 mysql 数据库介绍 ..............................................6
2.4 springboot 框架 .................................................4
第 3 章 系统分析 .............................................................................................................5
3.1 需求分析 ......................................................5
3.2 系统可行性分析 ................................................5
3.2.1 技术可行性:技术背景 ......................................5
3.2.2 经济可行性 ................................................6
3.2.3 操作可行性: ..............................................6
3.3 项目设计目标与原则 ............................................6
3.4 系统流程分析 ..................................................7
3.4.1 操作流程 ..................................................7
3.4.2 添加信息流程 ..............................................8
3.4.3 删除信息流程 ..............................................9
第 4 章 系统设计 ...........................................................................................................11
4.1 系统体系结构 .................................................11
4.2 开发流程设计系统 .............................................12
4.3 数据库设计原则 ...............................................13
4.4 数据表 .......................................................15
第 5 章 系统详细设计 ...................................................................................................19
5.1 管理员功能模块 ...............................................20
5.2 用户功能模块 .................................................23
5.3 前台首页功能模块 .............................................19
V
第 6 章 系统测试 .........................................................................................................25
6.1 系统测试的目的 ...............................................25
6.2 系统测试方法 .................................................25
6.3 功能测试 .....................................................26
结 论 .............................................................................................................................28
致 谢 .............................................................................................................................29
参考文献 .........................................................................................................................30