文档介绍:摘要
为推进地名信息服务工作,开发的“南京市公交查询系统”软件(以下简称“本软件”),用于提供快速的、简便的城市公交站点、线路查询服务,也可以用于制作地铁、公路等交通信息查询系统。本软件的核心是对选择好的车次进行路线的查询,或者输入所要查询的车站名,点击“查询”按钮,查询所有含有该站的车次及相应的停靠站。此处既可以“精确查询”也可以是“模糊查询”,“模糊查询”主要方便那些对站名不是很清楚,但知道其中的一部分的乘客,系统可以帮助他们快速的查出。本软件用JSP作为开发语言并结合SQL数据库,只要将公交站点等信息输入数据库,就可以很快构建成一个简单、实用的本地公交查询系统。
关键词: JSP、 SQL数据库、车次管理, 公交查询系统。
Abstract
To promote the geographical names information service work, I developed the "Nanjing Public Transport Query System" (hereinafter referred to as the "Software"), used to provide fast, convenient city bus stops, in line inquiry service can also be used to make subway , highway and other transportation information inquiry system. The core of this software is a good choice of trips to routes of inquiry, or enter the station name to the query, click the "Search" button, check all the trips with the station and the corresponding stops. Here both "Exact" can be "fuzzy query," "Fuzzy query," the main benefit of those on the station were not clear, but that one part of the passenger, the system can help them quickly find out. This software is developed using JSP as a language and SQL database integration, as long as the bus stops and other information entered into the database, you can quickly build into a simple, practical system of local public transport inquiry。
Keywords: JSP, SQL databases, sell management, transit system.
目  录
1 绪论 5
 研发的背景 5
 可行性分析 6
2 需求分析 6
 用户功能需求分析 6
 所有乘客可以使用该系统进行车次及路线的查询。 7
 本系统应具有简单易用功能强大特点,有较强的纠错能力(随着软件的版本升级功能和纠错能力也可以不断得到提高)。如果在网络上运行,应有数据在线更新的能力以及在线查询的能力。由于毕业设计时间有限,本系统没有设计成网络运行版的,在以后的时间会进一步完善该系统。 7
。 7
 系统功能分析 7
3 系统总体结构设计 7
 模块结构设计 7
 数据库设计 7
4 系统详细设计 8
 代码设计 8
 人机界面设计 8
 本系统的界面和源代码 10
管理员登陆成功界面 10
公交信息修改界面 13
公交查询信息界面 14
公交职员管理界面 16
5 系统难点分析 19
6结论 20
7致谢 20
8 参考文献 21
1 绪论
随着我的提高,越来越多的人开始热衷于到外地旅游。那么对于这些外来旅游者,首先搞清这个城市的公交路线显的很重要!南京,作为一个六朝古都,每年都要吸引大量的游客,为了方便广大游客,我的