1 / 30
文档名称:

毕业设计(论文)-ASP+ACESS_图书馆信息管理系统论文.doc

格式:doc   页数:30页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-ASP+ACESS_图书馆信息管理系统论文.doc

上传人:3346389411 2013/4/6 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-ASP+ACESS_图书馆信息管理系统论文.doc

文档介绍

文档介绍:摘要
该图书馆信息管理系统严格按照软件工程的模式来进行设计, 使用了ASP技术并采用Macromedia Dreamweaver MX 2004 作为设计工具,ess创建,并使用了ADO方法来访问数据库。
图书管理系统的设计方法比较多,而利用ASP设计的比较少。而本次毕业设计就是希望通过ASP技术开发出交互功能更强的管理系统。系统使用了快速原型法来进行设计,主要实现了管理员和读者两个模块,管理员可以对图书进行管理和维护,读者可以查阅书籍和自己的借阅信息等。系统发布之后,管理员或读者就可以通过Web管理和访问数据库,这样设计既有利于读者方便地操作,也有利于管理员有效的管理。并且已经编码的脚本在运行时由脚本引擎解码,增加了系统的安全性。
总之,此动态交互式的图书管理系统具有图书信息的动态管理功能,在管理效率上有很大的提高,基本上达到了设计目的。
关键词:ASP; ADO; 快速原型法
Abstract
This library 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 library 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-- librarian’s module and the reader’s. The librarian can manage and maintain books and the reader can search the information of books and their own lending messages. After the system is publicized, the librarian and reader can access the Web site through the for management or search. In conclusion, the design makes the reader’s 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 es higher.
To sum up, this dynamic alternative library management system has the function of dynamic management of books, improved the efficiency of management and basically got the aim of design.
Keywords: ASP; ADO; Prototyping Method
目录
摘要 1
Abstract 2
目录 3
1. 文献综述与理论基础 4
ASP 简介 4
ASP的技术特点 4
ASP方法与传统静态主页的区别 5
ASP与组件对象的使用 5
ADO简介 7
ADO与ASP 7
访库的技术实现方法 8
脚本语言简介 8
VBScript 8
Jscript 9
ASP与JSP、PHP的比较 9
ASP 9
JSP 10
PHP 11
数据库的基本