摘 要
本文首先实现了航空机票预定管理系统设计与实现管理技术的发展随后依照传统的软件开发流程,最先为系统挑选适用的言语和软件开发平台,依据需求分析开展控制模块制做和数据库查询构造设计,随后依据系统整体功能模块的设计,制作系统的功能模块图、E-R图。随后,设计框架,依据设计的框架撰写编码,完成系统的每个功能模块。最终,对基本系统开展了检测,包含软件性能测试、单元测试和性能指标。测试结果表明,该系统能够实现所需的功能,运行状况尚可并无明显缺点。
关键字:航空机票预定管理系统; B/S架构;Spring Boot框架;
Abstract
This article first realizes the development of management technology for the design and implementation of an air ticket reservation management system. Subsequently, following the traditional software development process, suitable language and software development platforms are first selected for the system. Based on demand analysis, control module production and database query construction design are carried out. Subsequently, based on the overall functional module design of the system, functional module diagrams and E-R diagrams of the system are produced. Subsequently, design a framework, write coding based on the designed framework, and complete each functional module of the system. Finally, the basic system was tested, including software performance testing, unit testing, and performance indicators. The test results indicate that the system can achieve the required functions, and the operating condition is still acceptable without obvious shortcomings.
Keywords: Air ticket reservation management system; B/S architecture; Spring Boot framework;
目 录
1 绪 论
1.1研究意义
随着科学技术发展,计算机已成为人们生活中必不可少的生活办公工具,在这样的背景下,网络技术被应用到各个方面,为了提高办公生活效率,网络信息技术飞速发展。在这样的背景下人类社会进入了全新的信息化的时代。为了使航空机票预定的管理更符合用户的需求,同时也能方便管理者管理和提高工作效率,所以本人设计了航空机票预定管理系统,该系统包括了用户、航班线路、航班次序、航班信息、系统和订单等[1]。用户通过注册登录网站预订机票等相关信息,管理员对所有信息进行增删改查,不用手动抄录大量的数据报表,达到了双赢。本系统结合计算机技术的实际而设计,使用Java开发语言,工具为Eclipse 10版本,持久层的数据库采用MySQL,还用到了Spring Boot框架和一些前端VUE的知识,本系统的开发经过了需求分析、系统的框架设计、系统的实现、系统的优化等过程,使系统功能更强大、稳定和符合实际应用。