资源描述:
《基于javaweb的火车票订购系统》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、摘要摘要出行一直是人们日常生活中不可或缺的一部分。在科技发达的今天,人们希望足不出户就可以方便、快捷地查询到出行所需的信息,预订出行所需的车票,为自己的行程进行合理的安排。开发一套火车车次查询系统既能方便广大乘客出行,节省时间,提供便利,省去不必要的麻烦,也能为车站工作人员带来工作便利,提高工作效率,节省人力资源。国内的火车车次查询系统多数是基于.NET实现的,而基于JSP的系统较少。Sun Microsystems所开发的JSP以Java为平台,利用Java纯面向对象编程语言的巨大优势(跨平台性即一次编译处处运行的特点),给我们的网页设计带来了很大的方便,减
2、轻了工作量。本系统利用JSP+MicrosoftSQLServer2000实现了“火车票查询订购系统”功能:火车车次的查询功能和火车车票的预订功能等。本文对系统的需求分析、总体设计及详细设计进行了详细地阐述,主要实现了以下功能:用户注册、用户登录、车次查询、车票预订、车票退订、车次信息管理、修改密码、订票管理、会员管理、销售情况统计、管理员设置等功能。最终实现完成了该系统。关键词:火车车次;查询系统;JSP;MicrosoftSQLServer2000IVAbstractTitleJavaweborderingsystembasedonthetraintick
3、etAbstractTravelisanintegralpartofeverydaylife.Developinscienceandtechnologytoday,peoplehopetoremainwithindoorscanbeconvenient,fastsearchtraveltotherequiredinformation,bookingtravelrequiredticket,fortheirjourneytoareasonablearrangement.Developmentofatrainticketquerysystemcanfacilita
4、tethemajorityofpassengertravel,timesaving,convenience,eliminatingunnecessarytrouble,alsocanbringconvenienceforstationstaffwork,improveworkefficiency,savinghumanresources.Domestictraininquirysystemaremostlybasedon.NETtoachieve,andthesystembasedonJSPless.SunMicrosystemsdevelopedbyJSPo
5、nJavaplatform,usingJavapureobject-orientedprogramminglanguage(thegreatadvantagesofplatformindependenceisacompilerrunningeverywherecharacteristics),toourwebpagedesignhasbroughtgreatconvenience,toreducetheworkload.ThesystemusesJSP+MicrosoftSQLServer2000toachievethe"trainbooking"functi
6、on:traininquiryfunctionandtrainticketreservationfunction.Inthispaper,thesystemneedsanalysis,systemdesignanddetaileddesignwereintroducedindetail,mainlytoachievethefollowingfunctions:userregistration,userlogin,tripsinquiries,ticketbooking,tickettounsubscribe,traininformationmanagement
7、,passwordmodification,bookingmanagement,membermanagement,salesstatistics,administratorfunctions.Eventuallyrealizethecompletionofthesystem.Keywords:trainnumberssearchingsystemJSPMicrosoftSQLServer2000IV目录目录第1章概述11.1项目简介11.2课题开发的目的11.3课题开发的意义11.4同类软件国内外现状2第2章开发工具及模式相关技术简介32.1JSP简介32.2
8、MicrosoftSQLServer2