摘 要
图书信息管理是一些图书销售管理单位不可缺少的部分,图书管理系统作为典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强.数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本文主要介绍了基于HTML语言,嵌套JAVA Script源代码的ASP编程技术,以IIS为服务平台,实现在在线图书管理系统的构建。介绍了系统的开发环境和运行平台、ASP、HTML脚本及JAVA Script。使用ACCESS数据库管理整个图书管理系统的后台数据。系统实现了图书信息的在线入库管理,图书出库管理,图书库存管理,财务管理,客户管理以及密码设置等功能以及查询等相关功能操作,这些功能能够辅助系统管理员在线进行图书信息的管理.
关键词:数据库,图书管理,ASP语言,ACCESS
Abstract
Library information management are some book sales management unit indispensable part of library management system as a typical information management system, including its main development background to the establishment and maintenance of database and front-end application development aspects With regard to the former requirement to establish strong data consistency and integrity. Good security of the data as for the latter requirement applications fully functional and easy to use, and other characteristics. This paper introduces a language based on HTML, Java Script nested source code ASP programming technology to IIS service platforms, and achieve online library management system in the building. Introduction of the system development environment and operating platform ASP HTML scripting and Java Script. Using ACCESS database management library management system as a whole background information. System of a library of information on-line storage management, a database management books, books inventory management, financial management, customer management and password set up such inquiries, and other related functions and operational functions, these functions can be carried out on-line support system administrator library information management.
Keywords: database, library management, ASP language, ACCESS
目录
摘 要 1
ABSTRACT 2
第一章 绪论 4
1.1 课题背景 4
1.2 本课题的目的与意义 5
1.3系统相关概念介绍 6
1.4本文所做的工作 8
第二章 系统设计方案 8
2.1 编程语言的简单介绍 8
2.2系统采用的关键技术 10
2.2.1前台开发工具描述 11
2.2.2 Fireworks使用 12
2.3 ASP脚本语言的使用技术 12
第三章 系统设计 13
3.1系统模块分析 13
3.2系统需求分析 13
3.2.1安全性分析 13
3.3 数据库设计 15
3.4 数据库的连接 18
3.5 系统各主要模块的分析与设计 18
3.5.1 用户登录的设计 19
3.5.2 图书入库管理模块 21
3.5.3 图书销售管理模块 22
3.5.4 图书库存查看管理模块 23
3.5.5 客户管理模块 23
3.5.6 财务管理模块 24
3.5.7 数据查询的设计 26
3.5.8 修改密码的设计 27
第四章 系统测试 29
4.1集成测试 30
第五章 结论及创新 31
5.1设计结论 32
5.2创新点 33
致谢 33
参考文献 34
源程序清单 34