{$cfg_webname}
主页 > 计算机 > Javaweb >

城市公交查询系统的设计与实现(SQLServer)

来源:56doc.com  资料编号:5D11852 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D11852
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

城市公交查询系统的设计与实现(SQLServer)(任务书,外文翻译,毕业论文19500字,程序代码,SQLServer数据库,答辩PPT)
摘    要
随着计算机技术的不断发展,计算机应用于各大领域,并给人们的生活带来了极大的便利,在公交查询系统亦是如此。以往的纸质公交指南或繁杂的网络版公交指南,都在不同程度上限制了市民出行的方便性。本论文所介绍的便是一个公交查询系统,以方便市民用最简约的方式,查询到最有用的公交信息。
本公交查询系统目标是方便市民进行公交信息查询,并且要做到信息不滞后,其主要思想是做到系统管理的人性化,数据处理的可靠性,可维护性,以及程序的健壮性。系统采用JSP编程语言,SQLSERVER2005为数据库。
本论文主要涉及软件,数据库与网络技术等。涵盖知识面广,可有效地提高学生综合运用所学知识分析解决问题的能力,增强学生对事物的理解与掌握能力,培养学生掌握科学的研究方法,正确的设计思想,独立思考,勇于进取, 探索创新,为今后进一步学习与工作奠定了良好的基础。
关键词:公交查询系统;数据库;JSP

The bus query system of city
ABSTRACT
As time goes by,with the development of computer technology ,computers apply to all large fields,its take convenience to people's life,so does this bus query system.Previous paper bus guide or complicated network bus guide limit people to go out or travel in varying degrees.This thesis introduces a bus query system for people to search the most useful bus information in the easiest way. 
The goal of this bus query system is to bring convenience for customer to search bus information,and this system must ensure information seasonable.The main idea of this system is to ensure system management humanized,data processing stable and program robust.The system uses the JSP programming language, SQLSERVER2005 as a database.
    This thesis mainly relates software,database and network technology.This thesis have a wide range of knowledge,it aims to improve the ability of students to solve questions with the knowledge what they have learned,enhance students’ ability of understanding and grasp of things.This thesis will train students to grasp scientific research methods and correct design thoughts,have independent thoughts,have the courage to forge ahead and explore and innovate in the best way.Finally, this thesis will lay the foundation for further study and work.
Key words: Bus query system ; Database; JSP

系统总体功能由上图可以明显看出。本公交查询系统用户主要分为两种,一种为管理员,另一种为普通用户。由于公交查询系统是一个便民服务,可对所有人无限制开放。
普通用户进入系统后可进行高级搜索以及公交查询等两个操作,可以查询车次,公交线路以及公交车站信息等公交相关信息。
对于管理员用户来说,进入系统后可以对公交线路,公交路号,车站信息进行更新和修改,从而实现公交相关信息的更新。当然在进入系统之前,管理员用户需要进行登录判断,如若账号密码相符即可进入,否则将会提示错误信息不允许进入后台进行修改操作。
 

城市公交查询系统的设计与实现(SQLServer)
城市公交查询系统的设计与实现(SQLServer)
城市公交查询系统的设计与实现(SQLServer)
城市公交查询系统的设计与实现(SQLServer)
城市公交查询系统的设计与实现(SQLServer)
城市公交查询系统的设计与实现(SQLServer)



目  录
摘    要    i
ABSTRACT    ii
1  引言    1
2  系统分析    2
2.1  功能需求分析    2
2.2  本系统采用的关键技术    3
2.2.1  JSP技术    3
2.2.2  JavaBean技术    3
2.2.3  JDBC技术    4
2.3  可行性分析    4
2.4  系统运行环境    5
3  系统总体设计    6
3.1  总体功能    6
3.2  处理流程设计    7
3.2.1  系统操作流程    7
3.2.2  数据增加流程    8
3.2.3  数据修改流程    8
3.2.4  数据删除流程    9
3.3  数据流分析    10
4  系统详细设计    11
4.1  后台数据库设计    11
4.1.1  SQL SERVER 介绍    11
4.1.2  数据库表结构    14
4.2  系统模块设计    15
4.2.1  管理员登陆    15
4.2.2  公交信息修改与删除    19
5  系统调试与测试    27
5.1  程序调试的技术    27
5.2  程序的测试技术    28
5.2.1  测试的重要性及目的    28
5.2.2  测试的步骤    29
5.3  本系统测试的主要内容    29
5.4  安全性问题    32
结 论    34
参 考 文 献    35
致  谢    36
外 文 原 文    37
中 文 翻 译    42

推荐资料