摘 要 随着经济、科学的快速发展,中国的汽车持有量在不断的增加,为了使停车场安全、快速的运转,一套完善的停车场管理系统显得非常重要。而另一方面,科技日益进步的今天,自动化、设备检测、信息处理、电子通信等技术已经深入到了人们日常生活里的方方面面,用这些现代化技术实现停车场的系统化管理就是我这次的主要目的。 计算机通讯得到迅速发展,计算机的信息技术全面地渗透到人类社会的各个方面,信息化成为世界经济和社会发展的大趋势。本文采用JAVA语言和JSP技术设计链接MySQL数据库开发了一个基于JAVA语言的智能交通占道停车收费系统。本系统主要包括后台和前台两大模块,前台实现了登录注册、首页、车主卡信息、停车入位、当前停车、历史停车记录、个人信息修改等功能。后台主要由管理员操作使用,管理员主要实现了用户管理、会员停车卡管理、收费设置、车位管理、停车记录管理、统计等功能。通过对系统各项功能模块的测试,测试结果良好,是一款值得开发的大众化软件系统。 关键词:智能交通占道停车收费;管理系统;JAVA;MySQL数据库 Abstract With the rapid development of economy, science, China's automobile holdings continued to increase, in order to make parking safe, fast operation, a complete parking management system is very important. On the other hand, today's technological advances, automation, equipment testing, information processing, electronic communication technology has penetrated into all aspects of people's daily life, with these modern techniques to achieve systematic management of the parking lot is my main purpose. paper51.com The rapid development of computer communications, computer information technology fully into every aspect of human society, information has become the trend of the world economy and social development. In this paper, JAVA language and MySQL database links JSP technology design developed intelligent traffic lane and parking system based on JAVA language. The system includes two modules background and foreground, front to achieve a Registration Home, the owner card information into the parking position, the current parking, parking history records, personal information modify functions. Background main operational use by the administrator, the administrator main achievement of the user management, membership card management parking, set up toll, parking management, parking management records, statistics and other functions. Through the system, the function module test results good, it is worth developing a software system Popularization. Keywords: Intelligent traffic lane and parking; management system; JAVA; MySQL database copyright paper51.com 目 录 1 绪论 1 1.1 背景及意义 1 1.2 课题研究现状 1 1.3 初步设计方法与实施方案 2 2 系统开发环境介绍 4 2.1 JSP简介 4 2.2 B/S结构 5 2.3 MVC模式 5 2.4 MyEclipse简介 6 2.5 MySQL数据库简介 7 3 系统分析 9 3.1 系统可行性分析 9 3.2 系统功能需求概述 9 3.3 系统设计规则与运行环境 10 3.4 数据库设计 10 3.4.1 数据库设计规范 10 3.4.2 数据库概念模型 11 3.4.3 数据表字段设计 13 4 系统设计 15 4.1 系统架构设计目标 15 4.2 系统登录流程设计 15 4.3 系统设计主要功能 16 4.4 系统各个功能模块实现 17 4.4.1 数据库连接设计实现 17 4.4.2 登录设计实现 18 4.4.3 前台功能模块设计实现 18 4.4.4 管理员的功能模块设计实现 21 5 系统测试 23 5.1 功能测试 23 5.2 安全测试 24 5.3 可用性测试 24 5.4 性能测试 24 5.5 测试结果分析 25 结 论 26 参考文献 27 致 谢 28 内容来自www.paper51.com |