摘 要
该旅游管理系统严格按照软件工程的模式来进行设计, 使用了ASP技术并采用Macromedia Dreamweaver MX 2004 作为设计工具,后台的数据库使用Access创建,并使用了ADO方法来访问数据库。
旅游管理系统的设计方法比较多,而利用ASP设计的比较少。而本次毕业设计就是希望通过ASP技术开发出交互功能更强的管理系统。系统使用了快速原型法来进行设计,主要实现了管理员管理功能和旅游查阅者两个功能模块,管理员或旅游者就可以通过Web管理和访问数据库,这样设计既有利于旅游者方便地了解相关旅游线路的相关信息,也有利于管理员有效的管理。并且已经编码的脚本在运行时由脚本引擎解码,增加了系统的安全性。
总之,此动态交互式的旅游管理系统具有旅游信息的动态管理功能,在管理效率上有很大的提高,基本上达到了设计目的。
关键词:ASP; ADO; 快速原型法
Abstract
The tour circuit releasesed management system is designed strictly under the model of the Software Engineering Science. It uses the skill of ASP and its design tool is Macromedia Dreamweavers MX 2004. The background database is created by Access and is accessed by ADO method.
There are many designing methods of the tour circuit releasesed management system, but that using the skill of ASP is very few. So the aim of this design is using the skill ASP to develop a management system with more alternative and higher function. The system uses Prototyping Method to build and realize two main modules-- the manager management and the tour checking. The system can manage and maintain information and the circuit can search the information of tour circuit. After the system is publicized, the manager and tour can access the Web site through the Internet for management or search. In conclusion, the design makes the tour easy operation and manager’s efficient management. And the script-engineer decodes the encoded script while it is running, so the safety level of system becomes higher.
To sum up, this dynamic alternative tour circuit releasesed management system has the function of dynamic management of circuits, improved the efficiency of management and basically got the aim of design.
Keywords: ASP; ADO; Prototyping Method
目 录
摘 要. 1
Abstract 2
目 录. 3
1. 文献综述与理论基础. 5
1.1 ASP 简介... 5
1.1.1 ASP的技术特点... 5
1.1.2 ASP方法与传统静态主页的区别... 6
1.2 ADO简介... 6
1.2.1 ADO与ASP. 7
1.2.2 访库的技术实现方法... 7
1.3 脚本语言简介... 8
1.3.1 VBScript 8
1.3.2 Jscript 9
1.4 ASP与JSP、PHP的比较... 9
1.4.1 ASP. 9
1.4.2 JSP. 10
1.4.3 PHP. 11
1.5 数据库的基本概念... 11
1.5.1 数据库系统的类型... 12
1.5.2 数据库系统的结构... 12
2. 概 述. 14
2.1 设计目的... 14
2.2 设计方法... 14
2.3 设计思想... 14
3. 需求分析. 15
3.1 背景概述... 15
3.2 可行性分析... 15
3.3 系统分析... 15
4. 总体设计. 17
4.1 数据库设计... 17
4.1.1 数据库的逻辑设计... 17
4.1.2 后台数据库的配置... 19
4.2 模块设计... 21
5. 详细设计. 23
5.1 主页面... 23
5.2 最新动态页面... 23
5.3 请你留言页面... 24
5.4 我的预定页面... 25
5.5 网站管理页面... 25
5.6 线路预定管理模块界面... 26
致 谢. 29
参考文献. 30
附录代码: 31