毕 业 设 计( 论 文 )题目手机公交线路查询系统作者学院专业学号指导老师摘 要随着人们生活水平的提高,出行坐车成为日常生活中不可缺少的一部分。而乘往目的地的线路需要随时掌握,于是手机公交线路查询软件,将成为人们生活出行的好帮手。手机公交线路查询软件主要包括了服务器端以及客户端,服务器和客户端拥有各自独立的数据库,客户端采纳数据库同步方式从服务器数据库猎取信息。用户既能从手机本地数据库猎取信息,又能从互联网上猎取信息,即便脱离服务器也能做为单机版软件使用。通过手机公交查询软件,用户能够及时更新公交信息和查询线路,也能够借助Google 服务器进行地图查询。服务器有后台管理软件,方便了管理员对服务器的管理操作。本手机公交线路查询系统采纳了 B/S-C/S 结构。关键词:Java;手机公交线路查询;B/S-C/S 结构;AbstractWith the level of people’s life improving,going out by bus become a necessary part of daily life.And the traffic line to destination should be known everytime.The software of Mobile and querying traffic line become more and more important nowadays gradually.Its contains server and client,server and client have its own database,client gets information by synchronizing database from server.It satifies users requirements of getting information from locale database and obtaining information from internet,it also can be used without the help of server.With this Mobile and querying traffic line software,user can update data in time and check There is a management software in server,facilitate administrator to manage server. Mobile and querying traffic line software suits for B/S-C/S structure.Keywords:Java; Mobile and querying traffic line; B/S-C/S structure.目 录第一章 引言.............................................................................................................................................1第二章 需求分析与概要设计........................................................................................................22.1 需...