0
点赞
收藏
分享

微信扫一扫

基于微信小程序的智能停车场管理系统设计与实现-计算机毕业设计源码+LW文档

摘 要


随着信息化时代的到来,管理系统都趋向于智能化、系统化,智能停车场管理系统也不例外,但目前国内的市场仍都使用人工管理,市场规模越来越大,同时信息量也越来越庞大,人工管理显然已无法应对时代的变化,而智能停车场管理系统能很好地解决这一问题,轻松应对停车场平时的工作,既能提高人力物力财力,又能加快工作的效率,取代人工管理是必然趋势。

本智能停车场管理系统以ssm作为框架,b/s模式以及MySql作为后台运行的数据库,同时使用Tomcat用为系统的服务器。本系统主要包括首页、个人中心、用户管理、车位信息管理、车位预定管理、系统管理等功能,通过这些功能的实现能够基本满足日常智能停车场管理的操作。

本文着重阐述了智能停车场管理系统的分析、设计与实现,首先介绍开发系统和环境配置、数据库的设计,接着说明功能模块的详细实现,最后进行了总结。

关键词:智能停车场管理系统; ssm;MySql数据库;Tomcat


Abstract


With the coming of information era, all tend to be intelligent, systematic management system, intelligent parking management system is not exceptional also, but the current domestic market still use manual management, the size of the market is more and more big, at the same time, the amount of information is becoming more and more big, the artificial management has clearly unable to cope with the changes of The Times, and the intelligent parking lot management system can well solve the problem, Easy to cope with the usual work of the parking lot, can not only improve human and material resources and financial resources, but also speed up the efficiency of the work, replacing manual management is an inevitable trend.


The intelligent parking lot management system uses SSM as the framework, B/S mode and MySql as the background database, and Tomcat as the server of the system. The system mainly includes home page, personal center, user management, parking information management, parking reservation management, system management and other functions, through the realization of these functions can basically meet the daily intelligent parking management operation.


This paper focuses on the analysis, design and implementation of intelligent parking lot management system, first introduces the development system and environment configuration, database design, then explains the detailed implementation of functional modules, and finally summarizes.


Key words: intelligent parking lot management system; ssm; MySql database; Tomcat


目 录

第一章 绪论 5

1.1  研究背景 5

1.2  研究现状 5

1.3  系统实现的功能 6

1.4  智能停车场管理系统的特点 6

1.5  本文的组织结构 6

第二章 开发技术与环境配置 8

2.1  Java语言简介 8

2.2  微信小程序框架 8

2.3  SSM框架 9

2.4  MySQL环境配置 9

2.5  MyEclipse环境配置 9

2.6  mysql数据库介绍 10

2.7  B/S架构 11

第三章 系统分析与设计 12

3.1 可行性分析 12

3.1.1 技术可行性 12

3.1.2 操作可行性 12

3.1.3经济可行性 12

3.2  需求分析 13

3.3  总体设计 13

3.4  数据库设计与实现 14

3.4.1  数据库概念结构设计 14

3.4.2 数据库具体设计 15

第四章  系统功能的具体实现 19

4.1小程序端 19

4.2 后台管理员功能模块 23

第五章 系统测试 26

总 结 27

参考文献 28

致 谢 29


本次设计任务是要设计一个智能停车场管理系统,通过这个系统能够满足智能停车场管理功能。系统的主要包括首页、个人中心、用户管理、车位信息管理、车位预定管理、系统管理等功能。

管理员可以根据系统给定的账号进行登录,登录后可以进入智能停车场管理系统对智能停车场所有模块进行管理。包括查看和修改自己的个人信息以及登录密码。

该系统为每一个用户都分配了一个用户账号,用户通过账号的登录可以在系统中查看智能停车场信息及对个人信息进行修改等功能。


根据智能停车场管理系统的功能需求,进行系统设计。

前台功能:用户进入小程序可以实现首页、地图、我的;在我的页面可以对个人中心和车位预定等功能进行操作;

后台主要是管理员,管理员功能包括首页、个人中心、用户管理、车位信息管理、车位预定管理、系统管理等;  

基于微信小程序的智能停车场管理系统设计与实现-计算机毕业设计源码+LW文档_mysql

基于微信小程序的智能停车场管理系统设计与实现-计算机毕业设计源码+LW文档_mysql_02

基于微信小程序的智能停车场管理系统设计与实现-计算机毕业设计源码+LW文档_环境配置_03

举报

相关推荐

0 条评论