毕业论文 公交查询系统设计与实现.doc

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

毕业论文 公交查询系统设计与实现,目录摘 要iabstractii1绪论11.1 数据库技术11.1.1 数据库体系结构11.1.2 数据库管理信息系统(dbms)11.2 公交查询系统21.2.1 系统功能21.2.2系统运行环境21.2.4 系统开发工具21.2.4现状与前景21.3 本文所作的工作32 基于eclispe平台下的开发技术42.1 ...
编号:20-196555大小:1.07M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

目 录

摘 要 I
ABSTRACT II
1 绪 论 1
1.1 数据库技术 1
1.1.1 数据库体系结构 1
1.1.2 数据库管理信息系统(DBMS) 1
1.2 公交查询系统 2
1.2.1 系统功能 2
1.2.2系统运行环境 2
1.2.4 系统开发工具 2
1.2.4现状与前景 2
1.3 本文所作的工作 3
2 基于Eclispe平台下的开发技术 4
2.1 Java语言介绍 4
2.1.1 Java 语言简介 4
2.1.2 Java技术平台简介 7
2.1.3 Java 程序框架 7
2.1.4 Java 优点 8
2.1.4 J2EE技术简介 8
2.2 JSP技术介绍 8
2.2.1 JSP与ASP的简单比较 8
2.2.2 JSP运行环境 9
2.2.3 JSP页面示例 9
2.3 B/S结构介绍 12
2.3.1 Java程序框架 13
2.3.2 B/S架构具备极大的优越性 13
2.4 J2EE所运用到的数据库技术 14
2.4.1关系模型的基本概念 14
2.4.2关系型数据库 16
2.4.3关系数据语言 17
2.5 SQL语言介绍 18
2.5.1 SQL的组成 18
2.5.2 SQL的数据查询 19
2.5.3 SQL的数据更新 19
3公交查询系统设计分析 21
3.1应用需求分析 21
3.2 系统功能模块划分 21
3.3 系统数据库设计 24
3.3.1概念设计 24
3.3.2 逻辑设计 26
3.4 本章小结 28
4 公交查询系统设计分析 29
4.1 查询模块的功能实现 29
4.2 管理更新的功能实现 31
4.3 公交线路管理 33
4.4 本章小结 35
5总结 35
参考文献 35
致 谢 37



摘 要
如今计算机网络发展非常迅速,时间的重要性对于人们来说不言而喻,人们出行越来越注重时间的节约,城市公交已经成为出行的一种主要的方式,本文结合公交运行的实际来对公交查询信息系统进行可行性研究,通过详实的问题定义与需求分析并且进行了合理的设计,提出了在B/S模式下的三层体系结构,应用了当前最流行的Eclispe开发环境,后台采用了以目前最稳定的SQL Server2005数据库为开发平台。该系统可以帮助查询人员找到能最快到达目的地,并且节约费用。通过浏览器查询,通过计算机网络全面联网,实现中心控制、自动更新、更多的查询方式、和GIS系统的互联互通等等更多更强大的功能。从这方面来说,此系统具有美好的应用前景。

关键词:管理信息系统;B/S结构;数据库;WEB服务器;JSP

















ABSTRACT
Now computer network development very quickly,The importance of time for people to self-evident,People pay more and more attention to the travel time saving,City bus travel has become one of the main way,Combining with the actual operation of the bus to query information system of public transport for feasibility study,Through detailed problem definition and demand analysis and the reasonable design,Put forward the B/S model with three layers of the system structure, the application of the most popular Eclispe development environment,the background to the most stable SQL Server2005 database for development platform. The system can help people find the soonest can query destination, and save cost. Through the browser queries, through the computer network comprehensive networking,Realize center control, automatic update, more inquires the way, and the GIS system interconnected and so on more powerful function. In this regard, the system has a good application prospect.
Key words: the management information system; The B/S structure; Database; WEB server. JSP.