玉林旅游管理系统的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘 要
  随着Internet技术的发展,互联网在中国逐步普及,人们对网络的需求也日益增长,利用计算机实现旅游资源的管理势在必行。本系统从初步调查开始,详细介绍了需求分析、流程和数据分析,并进行了系统总体结构设计和数据库设计. 系统采用Dreamweaver编写asp脚本,SQL SERVER 2000建立数据库,从界面简洁、实用的要求出发,完成了旅游资源管理工作的主要部分,包括旅游资源和用户的信息浏览,添加,修改,删除,查询,并且实现了一些变量的取值,保存,成本报价的计算,和统计。
  旅游作为一个新兴的产业近年来取得了迅速的发展,旅行社如雨后春笋遍布全国各省市、目前旅游行业普遍存在着企业规模小,管理不规范等弱点。因为旅游涉及吃、住、行、游、购、娱等诸多要素,而且这些要素又分散在不同的地域中,一个人不可能全面掌握所有的信息。一旦掌握某方面信息的人离开企业,就会对企业的经营造成负面影响。旅游资源及线路管理系统可以把各种旅游资源分类存储管理通过网络实现资源共享,不仅方便快捷,而且不会因为人员流动影响企业的经营,是旅行社在激烈的市场竞争中的坚强后盾。
  因此,本文就详细的设计了一个旅游资源及线路管理系统,把旅游中的一些相关的详细信息囊括其中,尽量使整个管理系统层次鲜明,概括清楚。在阅读完本文后你将能够清楚的了解到一个旅游资源管理系统的具体设计和实现过程。
关键字: Dreamweaver;    SQL Server 2000;      asp
  
ABSTRACT
Along with Internet technique of development, Internet at China gradually universality, people’s need to the network also day by day growth, make use of calculator realization tour resources of management power at necessarily line.This system from first step investigate beginning, detailed introduction the need analysis, process and data analysis, and carried on system total structure design and database design. System adoption the Dreamweaver write asp script, SQL SERVER 2000 establishment database, simple and direct and practical from the interface of request set out, completion tour resources management work of main part, the information which include tour resources and customer browse, add, modification, delete, search, and realization some change quantity of take a value, keep, cost offer of calculation, with statistics.
Tour conduct and actions a newly arisen industry in recent years obtain quick of development, the travel agency grow profusely and quickly to spread all over whole country each city, currently tour the profession be widespread existence the business enterprise scale be small, management not norm etc. weakness.Because tour involve to eat, live, line, swim, buy, Yu etc. many main factor, and these main factor again dispersion in the dissimilarity of the region, a personal impossible overall control all information.Once controling the person of some aspect information to leave a business enterprise, will conduct business enterprise to result in negative influence.Tour resources and circuit management system can various tour resources classification saving management pass a network realization resources share, not only convenience fast, and can’t because of the personnel flow influence business enterprise of management, is a travel agency in the vehemence of the market the competition of strong backing.
Therefore, this text detailed of design a tour resources and circuit management system, tour in of some related of detailed the information bag to make among them and as far as possible whole management the system layer be fresh and clear and generalize clear.At reading over origin text empress you will can know well a tour resources management system of concrete design and realization process.
Keyword:  Dreamweaver; SQL Server 2000;  asp
目 录
 
 引言 3
 第1章  asp简介 3
     1.1  Active Server Pages简介 3
     1.2  asp 的新功能 4
     1.3  asp页面的结构 5
     1.4  asp的运行环境 5
     1.5  asp 内建对象 5
     1.6  asp的主要内置组件 6
     1.7  Database Access组件ADO 6
     1.8  asp的脚本语言 6
     1.9  asp能干什么? 7
     1.10  HTML 和 asp 的区别 7
     1.11 Microsoft SQL Server 2000简介...........................5
     第二章 运行环境及系统性能需求分析...........................5
     2.1、硬件需求.................................................5
     2.2、软件需求.................................................. 6
     2.3、开发环境............................................... 6
     第三章 旅游管理系统的设计..................................... 9
     3.1、系统详细功能分析..........................................8
     3.2、数据库设计与实现....................... ...............19
     第四章 旅游管理系统的实现.................................... 25
     4.1、数据库的连接...........................................25
     4.2、登录界面设计.......................................... 28
     4.3、系统用户管理模块................ ......................33
     4.4、旅游线路管理模块包括..................................... 37
     4.5、地域信息管理模块包括..................................... 39
     4.6、景点资源管理模块包括..................................... 41
     4.7、交通线路管理模块包括..................................... 44
     4.8酒店宾馆资源管理模块..................................... 47
     总结 ........................................................ 50
     致谢 ........................................................ 51
     参考文献 .................................................... 52