计算机学院图书管理系统

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


摘    要
  计算机信息化管理有着储存量大,速度快等许多优点,提供给我们的处理信息及时快捷。图书管理系统是指应用电子计算机和网络通信设备,为图书馆及其所属各部门提供图书信息、图书文献信息检索、图书管理过程中图书信息的收集、存储、处理、提取和数据通讯的能力,并能满足所有授权用户对信息的各种功能需求的计算机应用。
  本文对图书管理系统国内外研究现状进行分析;阐述了ASP技术和Access数据库技术,并对计算机学院图书系统总体流程,系统的功能,图书管理系统的数据库设计进行了相关的描述。采用asp和B/S为结构实现了计算机学院图书管理系统,其功能主要图书的添加、查询、浏览、删除和修改管理以及相关的图书用户的管理,这样可以方便图书管理员对庞大信息进行管理。
  
  
  关键词: 图书管理系统;asp;Access2003;数据库
  
 Design and Implementation of Computer College Library Management System
Abstract
  Computer Information Management has storage capacity, speed and many other advantages to provide our processing information quickly. The library management system is a application of computers with the electronic computer and network communication equipment, which provides books' information for the library and each department. It can provide information access and information services for users. The library management system has capability of collecting books information, saving data and processing data and extracting data.
  This paper analyses the current situation and development trend of the library management system. An explanation of asp and Access database technology are introduced. The general flowchart of the system designing plan and describes the system functions are described. In this paper, the library management system is implemented based on B/S structure. The functions of library management system include books to add, query, browse, delete and modify the related management the management of library users. This will facilitate the librarian of the huge information management.

  
  Key words:  Library management system; asp;Access2003; Database
  
目  录
论文总页数:20页
1 引言 1
1.1 课题背景和意义 1
1.2 国内外研究现状 1
1.3 本课题的研究方法 2
2 系统技术以及运行环境 2
2.1 asp技术简介 2
2.2  ACCESS 2003 技术简介 4
2.3 SQL语句简介 4
 2.3.1 SQL 语句介绍 4
 2.3.2 SQL的优点 4
2.4  IIS简介 5
 2.4.1  IIS的安装 5
 2.4.2  IIS虚拟目录的创建 5
 2.4.3  IIS的日常管理 5
3 系统模块的设计 5
3.1系统的功能分析 5
3.2 系统流程图 5
3.3 系统功能模块图 6
4 系统数据库设计 7
4.1 数据库需求分析 7
4.2 数据库概念结构设计 8
4.3 数据库表设计 9
5  系统的实现 11
5.1 数据库的连接 11
5.2 系统的登录页面 12
5.3 系统的安全性 12
5.4 管理员功能简介 14
5.5 用户功能简介 14
5.6 系统关键代码 14
结    论 17
参考文献 18
致    谢 19
声    明 20

本系统是用asp网页编程+ACCESS数据库+SQL查询语言编句,系统是基于WEB的计算机学院图书管理系统,在系统中分为大的二个方面:一是系统管理员方面、二是学生(会员)方面。
  (1)系统管理员方面的主要功能是:实现会员(学生)添加、会员修改、会员删除、修改登录密码、新书入库、还书操作、收发短消息。
  (2)学生方面主要功能是:实现学生查看图书列表、登录密码的修改、个人信息的查看、查询图书、借阅图书、收发短消息。

管理员模块
  管理员在本系统中能够对用户(学生)进行管理,添加、删除、还能锁定用户,能够对图书进行添加、修改、删除管理,能够运用短消息和用户进行交流,对图书的归还进行处理 ,对系统进行设置,比如用户借书的最大量、最多天数,对系统事件进行处理等。

用户模块
  用户在本系统中能够查看自己的个人信息、借书情况,修改密码,查看藏管图书,可以对图书进行模糊查询和精确查询,能够借阅还有库存的图书,能够用短消息和其他用户进行交流、遇到问题也可以和管理员进行交流。