旅游网站系统的设计和实现

上传人:cl****1 文档编号:562179674 上传时间:2023-10-04 格式:DOC 页数:83 大小:646KB
返回 下载 相关 举报
旅游网站系统的设计和实现_第1页
第1页 / 共83页
旅游网站系统的设计和实现_第2页
第2页 / 共83页
旅游网站系统的设计和实现_第3页
第3页 / 共83页
旅游网站系统的设计和实现_第4页
第4页 / 共83页
旅游网站系统的设计和实现_第5页
第5页 / 共83页
点击查看更多>>
资源描述

《旅游网站系统的设计和实现》由会员分享,可在线阅读,更多相关《旅游网站系统的设计和实现(83页珍藏版)》请在金锄头文库上搜索。

1、大连外国语学院 本科生毕业论文(设计) 本科生毕业论文(设计)题目: 旅游网站系统的设计与实现 学院/系 专 业 年 级 学 号 作者姓名 指导教师 2013年 月 日摘要当前,随着计算机技术与通信技术的发展,网络的规模也逐渐增大。网络的元素也随之而不断增加。有的利用其进行通信,有的利用其作为商业用途,在网络上进行出售、收购、宣传等用途。从而使得网络越来越成为现今社会上必不可少的元素,而网站就是这个网络里的一个很大的元素。 所谓网站(Website),就是指在网际网路(因特网)上,根据一定的规则,使用HTML等工具制作的用于展示特定内容的相关网页的集合。简单地说,网站是一种通讯工具,就像布告栏

2、一样,人们可以通过网站来发布自己想要公开的资讯(信息),或者利用网站来提供相关的网路服务(网络服务)。人们可以通过网页浏览器来访问网站,获取自己需要的资讯(信息)或者享受网路服务。 随着我国经济的不断发展,旅游市场已成为一个极具潜力的市场。再加上近几年网络的普及,使得旅游网站的发展极为迅速。本文主要探讨旅游网站系统的理论基础和设计思想,根据系统的开发过程和系统的功能实现为主线来论述数据库管理软件的开发过程。主要阐述以软件工程理论作为系统开发的理论基础,以客户机/服务器模式的关系型数据库作为后台,以专业数据库开发语言作为实现手段的数据库管理软件的开发过程分析和理论研究。本系统以Visual St

3、udio为开发工具,通过后台数据库的建立与设置,软件界面的设计与实现,程序的编写与调试等几个阶段来完成对旅游网站系统的开发。本文详细地介绍了开发系统的具体步骤,以及应用的技术,以配图例的方式详尽说明,并在文中对一些源程序作了详细的解释。关键词:旅游网站,ASP.NET,SQL ServerAbstractAt present, with the development of computer technology and communication technology, the scale of network is gradually increasing. The elements of

4、 the network also will be increasing. Some use their communication and some use it as a commercial use, sale, purchase, publicity and other applications on the network. So that the network is increasingly becoming an essential element of modern society, and the site where the network is a big elemen

5、t.The so-called web site (Website), refers to the Internet (Internet), according to certain rules, the use of HTML tools used to display specific content related webpage collection. Simply put, the site is a communication tool, just like the bulletin board, it can be released through the website you

6、 want to access to information (information), or use the site to provide network services (network service). People can visit the website through the webpage browser, access to the information they need (information) or enjoy the Internet services.With the continuous development of our economy, the

7、tourism market has become a very potential market. Coupled with the popularity of the network in recent years, the development of tourism website very quickly. This paper mainly discussed the basic theory and design thought of the system of travel website, according to the system development process

8、 and system functions to achieve the main line to describe the process of database management software. Mainly presents the software engineering theory as the theoretical basis for system development, client / server relational database as background, the professional database as the developing lang

9、uage development process means of database management software analysis and theoretical study.This system uses Visual Studio as development tools, through the building and setting the background database, software interface design and implementation, program writing and debugging phases to complete

10、the development of tourism website system.This paper introduces in detail the specific steps in developing the system, and the application of the technology, to the way with detailed description of the legend, and some source code for a detailed explanation.Keywords: Tourism site, Information Manage

11、ment, ASP.NET, SQL Server目 录1 绪论11.1 项目背景11.2 系统开发意义11.3 系统开发的主要任务11.4 小结22 相关技术介绍32.1 ASP.NET技术32.2 SQL Server数据库简介43 需求分析53.1 系统需求分析53.1.1 功能需求53.1.2 性能需求63.2 系统可行性分析73.2.1 技术及开发方法可行性73.2.2 管理可行性73.2.3 经济可行性73.3 业务流程分析74 系统设计104.1 系统开发环境104.2 系统结构设计104.3 系统概要设计114.3.1前台模块的功能模块设计124.3.2后台管理模块的功能模块设

12、计134.4 数据库设计144.4.1 概念设计144.4.2 逻辑设计174.4.3 物理设计174.5 系统详细设计194.5.1 用户模块设计194.5.2 管理员模块设计205 系统实现225.1 前台功能模块的实现225.1.1 系统首页实现225.1.2 用户管理模块实现235.1.3 个人资料修改模块235.1.4 景点评论模块245.1.5游记评论模块245.2后台功能模块的实现245.2.1 管理员登陆模块245.2.2 个人信息管理模块255.2.3 用户信息管理模块255.2.4 景点信息管理模块255.2.5 游记信息管理模块255.2.6 评论管理模块266 系统测试

13、276.1 系统测试的目的276.2 系统测试原理及测试原则276.2.1 系统测试原理276.2.2 系统测试原则276.3 系统测试方法286.4 系统测试296.4.1 用户登录系统测试要点296.4.2 管理员登陆系统测试要点296.4.3 数据输入测试要点296.4.4 系统对数据库操作测试要点296.5 系统测试结果307 结论31致 谢32参考文献331 绪论1.1 项目背景古语有云:“读万卷书,行万里路。”随着社会文化的发展和居民收入水平的提高,旅游成为新的消费热点。越来越多的人们将旅游视为生活不可或缺的一部分,与此同时,旅游路线、旅游方式的选择也越多,如何使得旅途更加愉快、经

14、济、便捷,成为人们出游时必须考虑的问题。社会的发展日新月异,信息不断快速更新,传统的旅游信息获取渠道,例如旅游攻略书籍等,已无法满足人们的需求。在这种情况下,旅游相关的网站迅速发展起来。本次设计的旅游网站系统,目的就是在为人们提供旅游景点等的最新讯息,为游客分享旅游心得提供平台,推广旅游景点的知名度,吸引游客到相关景点进行旅游。 旅游网站系统的开发定位在一个能够满足数据库管理系统,即具备一个数据库管理系统的基本功能,包括数据的增加,删除,修改,查询等,便于用户查看景点和游记信息,进行评论等操作。此外,系统具有会员和管理员登录功能,这样可以提高数据的安全性和可靠性。该系统符合旅游公司的要求。在开发过程中注重明确需求分析,遵循用户参与、优化创新、使用高效、处理规范化的原则,使开发模型更加趋于完善。1.2 系统开发意义旅游网站是旅游行业重要的展示平台。相对于传统媒体,网络宣传具有成本低、宣传面广等优势。本次的旅游网站,可以为用户提供丰富的景点和游记信息,支持用户在线评论,方便用户寻找最佳旅游路线和旅游方式,能有有效宣传景点,促进旅游消费。旅游网站结构层次分明,维护简便,成本较低,信息丰富,互动性强,所以开发旅游网站系统无论是对于旅游公司,还是用户而言,都是有利的。1.3 系统开发的

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 其它学术论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号