【毕业论文】停车位在线查询与预订系统.doc

约43页DOC格式手机打开展开

【毕业论文】停车位在线查询与预订系统,摘要目前,随着经济的发展、社会的进步和人民生活水平的提高,汽车已经进入了中国人的日常生活,但由此带来的交通拥堵、停车难的问题正成为几乎所有中国城市的政府部门亟待解决的棘手难题。本项目拟运用信息采集手段采集停车场车位信息,借助互联网把停车位信息服务提供给广大车主(以城市为单位,但不限于单个城市),车主能实时了解所在城市内...
编号:45-175791大小:3.07M
分类: 论文>计算机论文

内容介绍

此文档由会员 s020700640 发布

摘要
目前,随着经济的发展、社会的进步和人民生活水平的提高,汽车已经进入了中国人的日常生活,但由此带来的交通拥堵、停车难的问题正成为几乎所有中国城市的政府部门亟待解决的棘手难题。
本项目拟运用信息采集手段采集停车场车位信息,借助互联网把停车位信息服务提供给广大车主(以城市为单位,但不限于单个城市),车主能实时了解所在城市内所有停车场的车位信息,用户再也不用为了停车而在各停车场之间奔波,降低了汽车在道路上无谓地资源损耗,节省了道路空间成本,同时为车主提供车位预订功能,实现车主与停车场的双向信息互动,为用户带来轻松舒适的停车体验。
本文主要介绍了停车位在线查询与预订系统的分析设计与实现过程。项目采用了J2EE技术平台为背景,利用Google地图开放的地图API设计出一套WebGIS应用。采用了Struts2、Spring和Hibernate框架应用MVC模式搭建了一个具有层次分明、稳定性良好、具有灵活扩展性的系统结构。系统实现了基于Web形式的地图查询功能和停车位预订功能,车主能够实时了解停车场信息并提前预订停车位,解决了广大车主停车难的问题,方便了用户的出行。
关键词:在线信息服务,WebGIS,J2EE

ONLINE PARKING CORNER SEARCHING AND BOOKING SYSTEM
Abstract
Nowadays, with the developing of economy, advanced society and improvement of people, car has entered our country in daily life. But the following problem bad traffic and hard parking, which almost exists in every city, has been an urgently solved problem of Chinese government.
This system will use information collection means to collect the information of parking lots and provide information service for huge car owners with the help of the Internet. This can be adopted by city in unit, but not only a single city. In this way, people can receive the real-time parking information of all parking lots in his local city. People don’t have to park back and forth between the various parking lots, and reduce unnecessarily resource depletion of car on the road and the cost of road space savings. At the same time, this system provide parking corner booking capability for users, users and parking lots owners both can receive two-way interaction. This system intended to provide users with easy and comfortable parking experience.
This paper introduced the analysis design and realization of the online parking corners searching and booking system. This project used the J2EE technology platform as technology background, designed a suite of WebGIS application by the use of geographical map APIs provided by Google Corporation freely. This project used the Struts2, spring and Hibernate framework with the application of MVC pattern setting up the structured, good stability, flexible expandability system architecture. This system achieved the map searching and parking corner booking function based on the Web. Car owners can achieve the real-time parking lots information and book advanced. It can solve the parking problem for huge car owners and it was convenient to users’ travel.
Key words: Online Information Service, WebGIS, J2EE





目录
第1章 绪论 1
1.1 课题背景 1
1.2 研究现状 1
1.3 研究目的 2
1.4 本文组织结构 2
第2章 相关技术 3
2.1 GIS技术概述 3
2.2 WebGIS技术概述 3
2.3 Google地图概述 4
2.4 J2EE技术概述 4
2.5 MVC模式概述 5
2.6 Struts2+Spring+Hibernate整合开发概述 6
2.7 系统开发环境与开发工具 7
2.7.1 开发环境 7
2.7.2 开发工具 7
第3章 系统需求分析 8
3.1 系统整体需求分析 8
3.2 停车位在线查询功能需求分析 8
3.3 停车位在线预订功能需求分析 9
3.4 停车位信息共享功能需求分析 9
3.5 用户的信息管理功能需求分析 9
3.6 管理员管理功能需求分析 9
3.7 用户注册功能需求分析 9
3.8 用例图 10
第4章 系统设计 11
4.1 系统功能模块设计 11
4.1.1 系统整体功能模块 11
4.1.2 停车位在线查询功能模块设计 11
4.1.3 用户注册功能模块设计 12
4.1.4 用户信息管理功能模块设计 13
4.1.5 停车位预订功能模块设计 14
4.1.6 停车位信息共享功能模块设计 14
4.1.7 管理员管理停车场信息功能模块设计 15
4.2 系统流程 16
4.3 数据库设计 16
4.3.1 数据库设计环境 17
4.3.2 数据库命名规则 17
4.3.3 物理设计 17
第5章 系统实现 21
5.1 实现概述 21
5.2 停车位在线查询功能实现 21
5.2.1 地图查询功能实现 21
5.2.2 查询结果分页功能实现 23
5.3 用户注册功能实现 24
5.4 用户信息管理功能实现 24
5.5 停车位预订功能实现 25
5.6 停车位信息共享功能实现 25
5.7 管理员管理停车场信息功能实现 25
5.7.1 停车场信息管理功能实现 25
5.7.2 文件上传功能实现 25
第6章 系统测试 28
6.1 软件环境配置 28
6.1.1 JDK下载安装并配置 28
6.1.2 Tomcat下载安装 28
6.1.3 项目部署 29
6.2 系统功能测试 29
6.2.1 地图查询功能测试 29
6.2.2 登录注册功能测试 32
6.2.3 后台管理员管理功能测试 35
6.3 测试结果说明 36
开发总结 37
谢辞 38
参考文献 39























第1章 绪论
1.1 课题背景
随着中国政府改革开放政策的出台,国家经济发展迅速,人民生活水平也不断提高,汽车已经成为了人们日常生活中必不可少的交通工具。大街小巷中随处可见道路交通拥挤的情况,停车难的问题成为了困扰有车族的一大难题。车主经常为了停车而在各停车场之间奔波,汽车在道路..