资源描述:
《毕业论文(设计)汽车站票务管理系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、汽车站票务管理系统的设计与实现摘要伴随着交通运输业和互联网科技的快速发展,传统购票方式已经不能满足人们的需求,而开发网上订票系统则可以为乘客们提供更好的购票服务,这将是现代客运购票方式改革发展的必然要求。本系统可以实现乘客的各种需求,如个人信息注册、登录、车次车票价格查询、在线订票等,为客户提供更加方便、快捷人性化的订票服务。本文设计了基于Java的汽车票务管理系统,系统分为用户端和管理员端,通过身份信息的识别来区分不同身份者的信息管理工作。本系统的主要功能有:用户登录注册功能、用户查询汽车票信息功能、支付功能、即时通讯功能以及管理员端数据统计分析等。
2、对系统主界面进行访问,普通用户可以进行个人信息的注册、登录,车次车票查询,以及购票操作;而后台管理员则可对车票车次等数据信息进行管理,以及对每日车票数据信息和该系统IP访问量的统计。【关键词】汽车票务管理;Java平台;在线订票ThedesignandimplementationofbusstationticketmanagementsystemAbstractWiththerapiddevelopmentoftransportationindustryandInternettechnology,thetraditionalwayticketscan'
3、tsatisfytheneedofpeople,whereasthedevelopmentofonlinebookingsystemcouldprovidepassengerswithbetterticketingservices,thiswillbetheinevitablerequirementofthereformanddevelopmentofmodernwaysofpassengertickets.Thissystemcanrealizethediverseneedsofpassengers,suchaspersonalinformation
4、registration,login,trainticketpricequery,onlinebookingandsoon,toprovidecustomerswithmoreconvenient,fastbookingservice.ThispaperdesignstheautomobileticketmanagementsystembasedonJava,systemisdividedintoclientandadministratorsside,throughtheidentityinformationofidentificationtodist
5、inguishdifferentidentityinformationmanagement.Themainfunctionofthissysteminclude:userloginregistrationfunction,userqueryticketinformation,payment,instantmessagingfunctionsaswellastheadministratorback-enddatastatisticalanalysis,etc.Toaccessthesystemmaininterface,ordinaryuserscanc
6、arryoutpersonalinformationregistration,login,trainticketquery,andticketingoperation;Whileadministratorscanmanagethedatasuchastrainticketinformation,aswellastothedailyticketdatainformationandthesystemofIPtrafficstatistics.[Keywords]autoticketingmanagement;Javaplatform;bookingtick
7、etsonline1绪论11.1课题研究背景11.2课题内容介绍11.2.1论文相关工作11.2.2论文结构安排12Java语言系统概述与开发环境介绍12.1Java系统概述12.2开发工具和环境22.2.1Eclipse集成开发工具22.2.2MySQL数据库22.2.3JSP(Java服务页面)23需求分析23.1功能需求性分析23.2性能需求性分析33.3可行性分析33.3.1技术可行性分析33.3.2经济可行性分析33.3.3操作可行性分析44系统设计44.1概要设计44.2数据库设计44.2.1结构设计44.2.2表说明55系统实现95.1购
8、票用户功能实现95.1.1主界面实现95.1.2班次查询功能105.1.3支付模块设计123.