1引言北京交通大学硕士专业学位论文摘要摘要随着我国高速公路建设大发展以及通过多年的实践和分析研究,高速公路管理方形成了较完备的车辆收费规范。
但是对于计算机自动收费没有形成完善的系统,原先的手段与当前的发展形势已不相适应,在交通收费过程中产生一系列的问题,阻碍了高速公路有序高效的运行。
此外,随着经济大发展,经济利益驱动高速公路运输和消费量加大,要想高速公路事业的健康发展必须要具备健全的高速公路收费系统与之向适应,因此开发高速公路收费系统的意义重大。
本文系统按照国家综合管理的相关法律法规和制度,通过收费业务和计算机信息管理的特点联系高速公路的实际情况,基于JA V A和数据库开发出高速公路收费系统,不仅能使高速公路收费自动化,还可以对收费数据进行统计,方便于从宏观上把控高速公路运行情况,大大提高了高速公路运行效率,降低了收费成本。
系统在功能结构上依据具体需求设计了登陆模块、管理操作员模块、车辆收费管理模块、黑名单车辆管理模块和密码修改模块几个重要的功能模块,每个功能模块下边又包含了若干项子功能。
在技术路线上,系统将采用B/S三层系统结构,开发环境选择MyEclipse 8.0,基于J2EE平台开发系统程序,以Tomcat5.0作为Web服务器,数据库选择SQL Server 2000作为后台数据库。
本人独立完成了系统需求分析、数据库设计、系统模块实现、系统界面设计和系统测试。
通过本系统的实现,确保了车辆收费的决策科学化和规范化。
本系统实现了资源共享与及时的用户交互,最终能够帮助综合管理部门提高高速公路网络综合管理的效率。
关键词:高速公路数据库收费1引言北京交通大学硕士专业学位论文ABSTRACTAlong with the development of China's highway construction and the practice and analysis of many years, the highway management has formed a complete vehicle charging standard. But for the computer automatic toll collection has not formed the perfect system and is not adapt to the original means and the current development situation, in charge of the traffic process produces a series of problems that hinder the expressway, the orderly and efficient operation. In addition, with the economic development, economic interests drive highway transportation and consumption increase, to the healthy development of highway cause must be to have the sound of highway toll system and to adapt to. Therefore, the development of highway toll system is of great significance.The system in accordance with the relevant laws and regulations and system of national comprehensive management, through the actual situation of fee based business and computer information management features of highway, highway toll system is developed based on Java and database development, not only can enable the highway automatic charging, can also to charge data statistics, convenient in from macro to control operation of the highway, greatly improving the efficiency of the highway, reduces the cost. System on the structure and function according to the specific needs of design the landing module, operator management module, the vehicle charging management module, blacklist vehicle management module and a password to modify the module several important function modules, and each function modules below and contains several sub functions. In the technical route, the system will use the B / s three layer system structure, selection of development environment MyEclipse 8.0, based on the J2EE platform to develop the system program, the tomcat5.0 as web server database selection SQL Server 2000 as a back-end database. System requirements analysis, database design, system module implementation, system interface design and system testing are all independent of the author.Through the realization of the system, the decision of the vehicle toll collection is scientific and standardized. This system can realize the resource sharing and userinteraction, and ultimately can help the comprehensive management department to improve the efficiency of the integrated management of the highway network. KEYWORDS:Highway ,Database,toll目录摘要 (I)ABSTRACT (II)目录 ........................................................................................................................ I V 1 引言 .. (1)1.1论文背景与意义 (1)1.2国内外发展现状 (2)1.3论文主要内容及组织安排 (4)1.4本章小结 (4)2 系统关键技术说明 (5)2.1数据库基础 (5)2.1.1 数据库定义 (5)2.1.2 数据库发展 (5)2.1.3 数据库分类 (6)2.1.4 数据库设计原则 (7)2.1.5 SQL数据库 (8)2.2J A V A语言 (9)2.3JSP服务器 (10)2.4软件开发流程 (11)2.5本章小结 (12)3 系统需求分析 (13)3.1 业务流程 (13)3.2 功能需求 (17)3.3 非功能需求 (19)3.4本章小结 (22)4 系统设计 (23)4.1系统设计思想 (23)4.2系统软硬件平台 (24)4.3数据字典设计 (24)4.3.1 数据项的描述 (24)4.3.2 数据流的描述 (26)4.3.3 外部实体的描述 (26)4.4数据库设计 (27)4.4.1 数据库概念设计——E-R模型 (27)4.4.2 数据库逻辑设计——关系模型 (28)4.4.3 数据库选型 (28)4.4.4 数据库表结构设计 (28)4.5模块功能设计 (30)4.5.1 登陆模块 (30)4.5.2 管理操作员模块 (30)4.5.3 车辆收费管理模块 (31)4.5.4 黑名单车辆管理模块 (31)4.5.5 密码修改模块 (31)4.6安全性设计与优化 (31)4.7编码规范 (32)4.8本章小结 (34)5 系统实现 (36)5.1登陆模块实现 (36)5.2管理操作员模块实现 (37)5.3车辆收费管理模块实现 (39)5.4黑名单车辆管理模块实现 (42)5.5密码修改模块实现 (43)5.6本章小结 (45)6 系统测试 (46)6.1功能测试 (46)6.1.1 操作员用户和管理员用户登录及测试 (46)6.1.2 操作员功能测试 (47)6.1.3 系统管理员功能测试 (48)6.2图形用户界面测试 (48)6.3本章小结 (49)7 结论与展望 (50)参考文献 (51)作者简历及攻读硕士/博士学位期间取得的研究成果 (53)独创性声明 (54)学位论文数据集 (55)1 引言随着高速公路迅猛发展,公路收费的重要性日益显现。
国内外开展了大量收费系统的研究,本节介绍了选题背景与意义、及国内外研究背景及论文安排三个方面。
1.1 论文背景与意义目前,我国高速公路发展迅猛。
1988年,建成第一条高速公路,上海至嘉定,称泸嘉高速;1990年9月,沈大高速公路通车;1993年,京津塘高速公路通车;1993年底,济青高速公路通车;1995年12月,成渝高速公路通车;1996年9月,泸宁高速公路通车[1-2];1998年,全国高速公路通车里程8733公里,世界第四;1999年,全国高速公路通车里程突破1万公里,接近世界第三;2000年,京沈高速公路通车;2000年底,全国高速公路通车里程1.6万公里,世界第三;十五期末达到4.1万公里十一五期末达到7.4万公里,居世界第二[3-4]。