基于Web的智能停车管理系统的设计与实现

 2022-01-17 11:01

论文总字数:21923字

目 录

1 绪论 1

1.1 选题背景 1

1.2 本文主要工作 1

1.3主要相关技术 2

1.3.1 Spring 2

1.3.2 SpringMVC 2

1.3.3 MyBatis 3

1.3.4 jQuery 3

2 系统分析 3

2.1 系统分析 3

2.1.1 系统需求分析 3

2.1.2 性能分析 4

2.2 技术可行性分析 5

2.2.1 系统数据模型层分析与设计 5

2.2.2 系统视图层分析与设计 6

2.2.3 系统控制层的分析与设计 6

2.2.4 系统适应性 6

3 系统总体设计 6

3.1 概要设计 6

3.1.1 目的 6

3.1.2停车场管理系统总目标 6

3.1.3数据流程 7

3.2 总体设计 8

3.2.1 系统设计分析 8

3.2.2 总体流程 9

3.2.3 系统管理员处理流程 9

3.2.4 停车场管理员处理流程 10

3.2.5 操作员处理流程 10

3.2.6 用户处理流程 11

3.3 数据结构设计 11

3.3.1 MySQL数据库简介 11

3.3.2 数据库关系设计 12

3.3.3 数据库逻辑设计 13

3.3.4 数据库物理结构设计 16

4 系统详细设计与实现 16

4.1 登录模块 16

4.1.1 功能说明 16

4.1.2 登录界面 17

4.2 超级管理员模块 17

4.2.1 功能说明 17

4.2.2 子模块展示 18

4.3 停车场管理员模块 21

4.3.1 功能说明 21

4.3.2 子模块展示 21

4.4 操作员模块 23

4.4.1 功能说明 23

4.4.2 子模块展示 24

4.5 用户模块 25

4.5.1 功能说明 25

4.5.2 子模块展示 26

4.6 个人信息设置模块 27

4.6.1 网页端个人信息修改 27

4.6.2 APP个人信息修改 28

5 系统测试 29

5.1 测试概况及测试用例 29

5.1.1 停车场申请信息添加及停车场管理员信息生成 29

5.1.2 测试结果分析 30

5.2 系统维护 30

5.2.1 系统维护目的 30

5.2.2 系统维护内容 30

5.2.3 系统维护管理 30

5.2.4 系统评价 31

参考文献: 31

致谢 32

基于web的智能停车场管理系统的设计与实现

宋传凯

, China

Abstract: With the rapid development of social economy, the people's economic standard and living standard have been improved rapidly under the modern social environment., and the social problems from various aspects are getting more and more attention and need to be solved urgently. Among them, the problem of parking difficulty is particularly important, which is related to people's daily life, which means the management of parking space is imminent. Therefore, for a good trip environment, it is necessary to manage the parking lot efficiently, orderly and transparently, and combine some parking mode and current situation to send out the management system of this parking lot.

The intelligent parking management system is a typical information management system in the current management system. The main functions of the intelligent parking management system design include the administrator to check the parking field application, the administrator's total data management, the user management; the parking field data management, system management, parameter setting, operator setting management; Vehicle management, such as admission management, charging transaction information management, user application query, etc. From the system management to the user from design to function realization, the complete system development process is expounded.

The system related management and parking related management adopt B/S architecture, take Tomcat8.0.50 as the running server, the front end is based on JSP, bootstrap, jQuery and other technologies, using the mainstream framework of Spring, SpringMVC, MyBatis as the background development tool, using MyEclipse development environment, using MySQL database to complete the whole management layer. The development process of the system, the development process of the use of the conventional MVC development model, clear level, clear logic, good service performance and scalability, more perfect implementation of the system. At the same time, for the user, the mobile APP is developed for its use. It can easily query the nearby parking lot, complete the parking reservation, online payment and other functions simply and quickly, and give the user a good use experience. The test results show that the system is in line with the actual intelligent parking management system and provides a simple, convenient, fast and standardized platform for the parking field. It is of great significance to improve the information level, reduce the problem of parking difficulty and reduce the cost of human resources.

Key words: Intelligent Parking Management System; J2EE; SSM; jQuery; MySQL

1 绪论

1.1 选题背景

近些年来,伴随着我国经济的高速发展,大量对汽车产业的经济注入与相应市场的扩大,汽车产量大幅增多,普遍价格向下走低,同时随着资本的富裕,人们的可支配收入愈加丰厚,人们的物质需求、生活态度、日程起居等也都相应的发生着焕然一新地变化,以前鳞次栉比的汽车己经开始逐步走入了人们的日常生活,称为生活中不可或缺的一部分。伴随着汽车消费的大众化的潮流,私家车数量日益增多,各种机动车辆开始大范围的迅速普及,除去汽车本身,车辆对其各种配套设施尤其是停车场相关方面提出了更高的要求。停车是“速度为零的交通”,没有健全完善、合理安全、方便快捷的停车场管理,势必会引发连锁性的社会问题,而停车场、附属相关设施等是一个完整的静态交通体系中的重要组成部分。由此,停车场管理系统应运而生。

目前市面上的绝大多数停车场存在管理漏洞、系统可靠性差、独立性强、劳动强度高、利用率低、收费过程繁琐等功能问题。针对这些问题,本智能停车场系统会从以下方面对整个模块进行设计开发。利用网络处理的优势,降低了管理成本。同时,将在线支付和现金支付相结合,按系统计时收费,减少人力资源成本。采用Java高级编程语言、J2EE规范、bootstrap前端样式框架、jQuery脚本语言框架和流行数据库MySQL开发设计停车场管理系统软件。

1.2 本文主要工作

本系统开发前对停车场管理系统的发展现状和应用服务需求进行了充分的调研,了解了停车场管理系统的各项工作内容,同时对系统开发人员及组织结构也进行了调查询问,了解了常规停车场管理系统的需求和特点,并通过对他方的停车场管理系统的需求和特色进行分析,并在市面流行的停车场管理系统框架下,根据它们智能化、方便化方式的管理模式加以借鉴并进行自身系统的分析与设计,再对各方面不同用户类型加以区别,分不同类型进行功能开发,自上而下形成一套完整的、安全的、轻便的停车场管理系统,以保证能够开发实现一个趋近于市场潮流的系统[1]。

剩余内容已隐藏,请支付后下载全文,论文总字数:21923字

相关图片展示:

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;