优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)(含录像)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)(含录像)(论文说明书13000字,程序代码,MySQL数据库)
摘要
随着当前信息技术和网络技术的快速发展,人类已经进入到一个新的信息时代,现有的管理技术已经不能够高效而且便捷地进行对停车场进行相应的管理。为适应时代的需要,优化管理效率,各种管理系统根据时代的需要层出不穷,各行各业的信息化管理时代正在陆续进入了信息时代。结合实际项目的功能需求,对本课题的课题背景和研究现状进行了详细的探讨。
基于以上研究目标,本文设计一个基于微信小程序的停车场管理系统。本系统的开发前端使用微信开发者软件对微信小程序开发,系统的后端则是采用了Java作为编程语言,采用了ssm框架同时结合了MySQL作为后台数据库。
本系统主要功能有微信端的主页、以及用户登录,包括登录以后个人中心管理、停车位的查询与预约,使用后的费用结算、收费管理员登录以后停车费管理、超级管理员登录以后包括车位类型管理、停车管理、用户管理、收费员管理、预留车位管理、收费车辆出入管理、车辆出口管理、用户留言、系统管理等功能模块。
本系统从用户角度对系统进行测试,反复测试后,得出系统结果和预期结果一致,从而完成对系统的测试。

[资料来源:THINK58.com]


关键词:微信小程序;停车场管理系统;ssm框架;java语言;MySQL数据库

Abstract
With the rapid development of current information technology and network technology, human beings have entered a new information age, and the existing management technology has not been able to efficiently and conveniently manage the parking lot accordingly. In order to meet the needs of the times and optimize management efficiency, various management systems emerge in an endless stream according to the needs of the times, and the era of information management in all walks of life is gradually entering the information age. Combined with the functional requirements of the actual project, the background and research status of this project are discussed in detail.
Based on the above research objectives, this paper designs and applies a parking lot management system based on WeChat Mini Program. The development front end of the system uses WeChat developers to develop WeChat Mini Programs, and the back end of the system uses Java as a programming language, using the ssm framework and combining MySQL as a background database. [资料来源:http://www.THINK58.com]
The main functions of the system are the home page of the WeChat terminal, as well as user login, including personal center management after login, inquiry and reservation of parking spaces, fee settlement after use, parking fee management after charging administrator login, super administrator login including parking space type management, parking management, user management, toll collector management, reserved parking space management, toll vehicle access management, vehicle exit management, user message, system management and other functional modules.
This system tests the system from the user's point of view. After repeated tests, the system results are consistent with the expected results, thus completing the system test.
Keywords: WeChat applet; parking management system; framework ssm; java language; MySQL database

用户功能包含预订自己喜欢的车位,注册,登录和修改个人学习功能。
具体功能需求如下:
(1)未注册用户在登录界面点击注册,注册成功后进行登录
(2)用户登录账号,可以查询停车场所有车位,选择喜欢的进行预订

[资料来源:www.THINK58.com]


(3)预订成功后便可以驶入停车场进行停车
(4)用户离开时只需缴费
后台开发语言:Java,框架:SSM,数据库:mysql,开发软件:eclipse/myeclipse/idea
小程序软件:微信开发者
  [资料来源:http://www.THINK58.com]

基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)

基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)

[来源:http://www.think58.com]


基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL) [资料来源:http://THINK58.com]
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)
基于微信小程序的停车场管理系统设计与实现(SSM,MySQL)


目录
摘 要    I
Abstract    II
第1章 绪论    1
1.1 停车场管理系统背景    1
1.2微信小程序停车场管理系统研究现状    2
1.3论文组成结构    2

[资料来源:www.THINK58.com]


第2章 系统开发环境    4
2.1 java语言    4
2.2 SSM框架    4
2.3微信小程序框架    5
2.4 B/S架构    5
2.5 Eclipse简介    6
2.6 MySQL    6
第3章 系统分析    7
3.1 技术可行性    7
3.2 运行可行性    7
3.3需求分析    7
3.3.1 用户需求分析    7
3.3.2 收费员需求分析    8
3.3.3 管理员需求分析    9
3.4系统业务流程分析    12
第4章 系统设计    14
4.1 系统设计主要功能    14
4.2 数据库设计    14
4.2.1 数据库设计规范    14
4.2.2实体关系图    14
4.2.3 数据表    16
第5章 系统实现    25
5.1用户功能模块的实现    25
5.1.1 注册登录功能实现    25 [资料来源:http://think58.com]
5.1.2 首页功能实现    27
5.1.3 用户信息功能实现    30
5.2管理员功能实现    32
5.2.1 用户管理功能实现    32
5.2.2 收费员管理功能实现    34
5.2.3 车位及车辆管理功能实现    34
5.2.4 系统管理功能实现    36
5.3 收费员功能实现    37
第6章 系统测试    42
6.1 测试目的    42
6.2 测试概述    42
6.2.1.测试的原则    42
6.2.2.测试的方法    42
6.3 测试用例     43
6.4 测试结果    45
第7章 总结与展望    46
7.1 主要工作与创新点    46
7.2 后续研究工作展望    46
参考文献    47
致谢    48 [来源:http://www.think58.com]