您好,欢迎访问三七文档
当前位置:首页 > 学术论文 > 毕业论文 > 《旅游网的设计与实现》
《旅游网的设计与实现》哈尔滨广厦学院毕业论文(设计)I摘要随着旅游行业的不断发展,各家旅游行业之间的竞争日益激烈,旅游部门所需的信息量越来越大,业务操作中涉及的各种线路情况、客户情况以及旅游协作部门的情况越来越复杂多变。而除了一些个别地区已采用了的旅游网站,一般通常是以原始的手工方式处理/交流信息。但是工作人员若仅靠手工方式处理大量资料,很可能带来出错率的增长以及大量资源的浪费和闲置等问题。因此,只有加强对旅游信息资源的整合、统一管理,才能使旅游部门运行更加合理、高效地运转。本文是根据旅游行业的这种现状,提出解决问题的一个可行性方法:采用现代化统一的计算机网络系统,实现了旅游管理的网络化,各类信息有序地进行存储。对于普通用户,可以实现信息浏览,对于有需求的用户经过权限认证后可以进行信息浏览,在线预定,论坛等功能的使用。实现了各种业务系统的数据集成和信息集成,对旅行社,酒店各类信息、资源进行协同集中管理。本文论述了桂林旅游网站系统的分析、设计及开发的整体过程,介绍了网站的设计目标,系统需求和总体设计方案,较详细的论述了系统如何详细设计和实现。利用了Eclipse+MyEclipse、Dreamweaver等开发工具,选择Tomcat作为Web服务器,系统采用Oracle数据库。系统主要完成了用户注册、酒店查询与预定、旅游路线查询、机票查询与预定、桂林民俗介绍、旅游景点查询、在线留言等功能,为管理员提供了酒店管理、各种新闻管理、订单处理、用户管理等功能。在设计方面,本系统采用B/S三层结构,在MVC设计模式下,使用了Struts框架,用JSP技术进行动态页面的设计,并运用iBatis对底层数据访问封装,将业务逻辑和数据访问逻辑分离,提供可维护性。关键词:旅游网;系统与实现;Struts;iBatis哈尔滨广厦学院毕业论文(设计)IIAbstractWiththecontinuousdevelopmentoftourismindustry,tourismindustry,theincreasinglyfiercecompetitionbetweentourismdepartmentforinformationismoreandmorebig,theoperationofallsortsofline,customersandthedepartmentoftourismandcomplicatedandchangeablesituation.Butexceptforsomespecificareahasadoptedthetouristsites,usuallyintheoriginalmanualprocessingmethods/informationexchange.Butifastaffofonlybymanualprocessingmethods,islikelytohaveagrowthrateandthewasteofresourcesandidle.Therefore,onlytostrengthentheintegrationoftourisminformationresources,unifiedmanagement,abilitymakestourismdepartmentoperationmorereasonableandefficientoperation.Thisarticleisbasedonthestatusquooftourismindustry,andputsforwardafeasiblemethodtosolvetheproblemofunity,adoptsthemoderncomputernetworksystem,realizedthetourismmanagementnetwork,allkindsofinformationstoredinanorderlymanner.Forordinaryuserscanbrowseinformation,totheneedsofuseraccessauthenticationcanpassinformationtobrowse,onlinebooking,BBSfunctions.Therealizationofthesystemofbusinessandinformationintegration,dataintegrationforallkindsofinformation,travelandhotelsforcollaborativeresourcemanagement.Thispaperdiscussesthesystemofguilin'stourismsiteanalysis,designanddevelopmentofthewholeprocess,introducesthedesigngoal,thewebsitesystemdemandandtheoveralldesignscheme,detailhowthesystemdesignandimplementationdetails.UsingtheEclipseMyEclipse+developmenttool,Dreamweaver,suchasaWebserver,chooseTomcatOracledatabasesystem.Systemmainlycompleteduserregistration,hotelreservation,andinquirestouristroutes,ticketbookingandinquiresquery,guilincustom,touristattractionsandonlinequerymessageandsoonthefunction,theadministratorprovideshotelmanagement,variousnewsmanagement,orderprocessing,usermanagement,etc.Inthedesign,thesystemadoptsB/Sstructureinthreelayers,designmode,usingMVCframework,usingtheStrutstechniquesJSPpagedesign,dynamicandiBatisuseofdataaccesslayerencapsulation,businesslogicanddataaccesstologicalseparation,providethemaintainability.Keywords:InformationSystemDeveloping;B/S;Dynamicwebsite哈尔滨广厦学院毕业论文(设计)III目录摘要..........................................................IAbstract..........................................................II第1章绪论.......................................................11.1课题背景....................................................11.2目的和意义..................................................11.3系统设计思想................................................21.4系统开发环境................................................21.4.1B/S结构的数据库访问模式...............................21.4.2MyEclipse简介.........................................21.4.3Oracle数据库简介.......................................21.5本文的结构..................................................3第2章可行性分析.................................................42.1经济可行性..................................................42.2技术可行性..................................................52.3操作可行性..................................................52.4业务流程图..................................................5第3章需求分析...................................................73.1旅游网站的规划..............................................73.2旅游网站的需求分析..........................................73.2.1数据流图................................................83.2.2数据字典................................................8第4章总体设计..................................................124.1系统模块总体设计...........................................124.2数据库设计.................................................124.2.1数据分析...............................................124.3数据库的详细设计...........................................134.3.1数据库的E-R图的设计...................................134.3.2数据表的设计...........................................17第5章详细设计与实现............................................235.1系统运行平台设置...........................................235.2网站主界面设计.............................................235.3用户注册与登录页面设计与实现..............................245.3.1用户注册页面的设计与实现..............................245.3.2用户登录页面的设计与实现..............................265.4酒店预订管理页面的设计与实现..............................27哈尔滨广厦学院毕业论文(设计)IV5.5线路预订的设计与实现.......................................285.6机票预订的设计与实现.......................................29第6章软件测试..................................................3
本文标题:《旅游网的设计与实现》
链接地址:https://www.777doc.com/doc-5073525 .html