公交信息查询系统的设计与实现【论文、文献、翻译、源代码、开题报告等】.rar
公交信息查询系统的设计与实现【论文、文献、翻译、源代码、开题报告等】,公交信息查询系统的设计与实现摘 要 借助现代信息技术和管理理论,建立管理信息系统是当今社会的重要趋势,对人们生活而言,全面开发和应用计算机管理信息系统就是近期不能回避的问题。随着时代的进步,计算机越来越广泛的运用,使很多原本由手工操作的管理,慢慢由...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 bshhty 发布公交信息查询系统的设计与实现【论文、文献、翻译、源代码、开题报告等】
公交信息查询系统的设计与实现
摘 要
借助现代信息技术和管理理论,建立管理信息系统是当今社会的重要趋势,对人们生活而言,全面开发和应用计算机管理信息系统就是近期不能回避的问题。随着时代的进步,计算机越来越广泛的运用,使很多原本由手工操作的管理,慢慢由计算机代替,而且日加完善。公交信息查询系统就是其中一个典型的例子,由早先的地图查询,提升为计算机查询,大大的节约了人力、物力资源。实行电子化的查询管理,让游客出行方便,提高人们的工作效率,完成更重要的工作。
公交车信息查询系统就是为了解决人们出行问题,使本城市可以上升到一个完善的电子化、信息化管理。在经过长时间的调研和资料累积后,并参考了相关的编程软件,和查阅了大量的资料以后,我基本上搞清楚了人们对系统的需求,以及其公交车查询系统需要的功能、模块之后设计了这个软件。 随着科学技术的迅猛发展,计算机已经得到了广泛的应用。几乎各行各业都有关于计算机的使用,这使得计算机已成为社会中普遍存在的事物。由于计算机的使用,使得人们在管理、应用及服务等各个领域使用数据方面变得更加简洁,更加方便,大大提高了工作效率,产生了以计算机为主体,以人为辅助的局面。在此我所设计的公交信息查询系统就是为了方便人员在数据查询方面的操作,使得他们在日常生活中都会达到事半功倍的效果,减轻了人力的负担,方便了数据的存储,增加了安全性。
本文围绕旅游公交信息查询系统分析和设计,运用了MyEclipse和SQL Server 2005等工具,结合软件工程的开发理论,进行了需求分析,设计,实现和测试。公交信息数据库的设计也要以这一功能的实现为目标做出相应调整。该系统主要采用JSP和JavaBean技术,用JAVA语言编写。数据库采用SOL Server 2005。
关键词:公交信息查询系统,数据库设计,JSP
Bus Information Retrieva l System Design and Implementation
Abstract
Asking for help of modern information technique and management theories, building up managing information system is a social important trend nowadays to live the people but talk and develop completely with application calculator management the information system be the problem that can't get around in the near future. Along with the progress in ages, the calculator more and more extensive usage, make a lot of originally the management operate by handicraft be slowly replace by calculator, and the day add perfect.
Analysis and Design of Public Transportation Information Query System is an among those the example of the typical model, from in former times of map search, promoted to search for the calculator, consumedly economized manpower, material resources resources. Practice an electronical search management, let a visitor a line convenience, raise people's work efficiency, complete more important work. Analysis and Design of Public Transportation Information Query System resolving people a line problem, make this city be able to rise to a perfect and electronical and information-based management. After being pass by long-playing investigation and data to accumulate, and made reference to a related plait distance software, with after checking a great deal of data, I basically made to know people's need to the system, and its bus search system demand of function, mold piece with after, designed this software. Along with the science technical fast fierce development, the calculator has already got an extensive application. Almost every trade all usage concerning calculator, this makes the calculator have become the widespread and existent thing in the society. Because of the usage of calculator, make people become in the aspects of manage, each realm usage datas such as application and service etc. Be getting more simple and direct, Be getting more convenient, consumedly raised a work efficiency, produced to take calculator as corpus, lend support to by factitiousness of situation.
The bus search system design by me is the operation which searches aspect in the data for the sake of the convenient personnel here, make them will attain the effect of half effort and double results in the daily life, lighten the burden of manpower, convenience data of saving, increased a safety.This article is about design and implement of Analysis and Design of Public Transportation Information Query System exerting tools like JBuilder, SQL Server 2005 and so on, this system integrates exploiting theory of software engineering to analyzing demand, design, realization and testing. And the design of Public Transportation information database should also be adjusted,targeting at achieving the realization of this function. This system compiling with JAVA mostly adopts technology of JSP and JAVABean. Database adopts SQL Server 2005.
Key words: Analysis and Design of Public Transportation Information Query System,Design Of Database,JSP
目 录
毕业设计(论文)任务书 I
摘 要 II
Abstract III
第1章 绪 论 1
1.1研发的背景 1
1.2主要内容及意义 1
1.3系统现状研究 2
第2章 关键技术介绍 3
2.1 JDBC概述 3
2.2 JSP运行原理 3
2.3 MyEclipse介绍 4
第3章 系统分析 5
3.1 需求分析 5
3.2 管理员功能需求 5
3.3游客需求分析 6
3.4 公交系统数据词典 7
第4章 系统设计 11
4.1系统设计思想 11
4.2公交查询系统详细设计 12
4.2.1公交线路管理详细设计 12
4.3 网站数据库设计 13
4.3.1数据库设计概述 13
4.3.2 数据库的概念设计 13
4.3.3 公交查询网数据库逻辑设计 17
4.3.4 公交查询网数据库物理设计 17
第5章 公交信息查询系统实现 19
5.1公交线路列表功能的实现 19
5.2 公交车详细信息功能的实现 20
5.3 公交新闻列表功能的实现 22
第6章 系统测试 25
6.1 概述 25
6.2 测试方法 25
6.2.1 界面测试 25
6.2.2 功能测试 25
6.2.3 功能测试边界测试\越界测试技术详述 26
6.2.4 状态测试技术 27
6.2.5 竞争条件测试技术 27
6.2.6 负载\压力测试(StressTest) 27
第7章 结 论 28
参考文献 29
致 谢 30