某大学图书馆管理系统的设计与实现

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

某大学图书馆管理系统的设计与实现

摘要

图书馆管理系统是典型的管理信息系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者,要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序具有功能完备,易使用等特点。

此图书馆系统以局域网图书馆的需求为背景,分为管理员、老师、学生三种用户。在不同的身份下有不同的功能实现,管理员主要实现图书添加、图书管理、用户管理等功能;老师主要实现借书登记、还书登记;学生身份主要实现的功能包括:个人信息查询、借阅情况、借阅历史查询、超期催还、个人密码修改等功能。此外,电子图书下载和留言板功能不需要身份登录可直接使用。

本系统使用 +SQL Server2000进行开发,系统运行结果证明,该图书管理系统可以满足借阅者、图书馆管理员两方面的需要。本文将对该系统的设计过程和功能做详细介绍。

关键字:图书管理系统;借阅;下载;;C# ;SQL Server2000

A Design and Implementation of Middle School Library

Management System

Abstract

The Library system is a typical information management system. its development mainly includes the establishment and maintenance of backstage database and development of front application procedure.

This library system takes the local area network library demand as a background, dividing into the manager, teacher, the student three kinds of users. It has the different function under the different status. the manager can manage books and users; the teacher can register the record of borrowing and returning books ; The students can query the individual information , borrowing situation and history information, the term exceeds of the book, revise the personal password and so on. Books downloading and the BBS do not need the status to register to use.

This system is developed by +SQL Server2000. It is proved that this books management system may satisfied the need of borrower and the library senior manager. This article will introduced the process of design and the function in detail.

Key words:Library System;Borrow;Downloading;;C#;SQL Server2000

目录

论文总页数:22页1.引言 (1)

2.开发及运行环境的选择 (1)

2.1运行环境的选择 (1)

2.2数据库的选择 (1)

2.3开发工具的选择 (2)

2.4B/S模式 (2)

3.系统需求设计 (3)

3.1用户角色需求 (3)

3.2功能需求 (3)

3.2.1学生 (3)

3.2.2 教师 (4)

3.2.3 管理员 (4)

3.3性能需求 (4)

4.系统设计 (4)

4.1本系统的设计目标 (4)

4.2系统功能整体设计 (4)

4.3数据库表的设计 (5)

4.4数据库存储过程 (6)

5.系统设计实现 (8)

5.1系统首页实现 (8)

5.2借阅者服务模块的实现 (8)

5.2.1 图书查询功能的实现 (8)

5.2.2 借阅信息查询 (11)

5.2.3 借阅者个人资料维护功能的实现 (11)

5.3电子图书下载功能的实现 (12)

5.4留言板功能的实现 (13)

5.5图书馆管理员模块的实现 (13)

5.5.1 图书馆图书借阅、归还功能的实现 ............................................ 错误!未定义书签。

5.5.2 图书馆管理员图书管理功能的实现 ............................................ 错误!未定义书签。

5.5.3 图书馆用户信息维护功能的实现 (13)

结论 (14)

参考文献 (14)

致谢......................................................................................................... 错误!未定义书签。声明......................................................................................................... 错误!未定义书签。

相关文档
最新文档