呼伦贝尔学院
计算机科学与技术学院
本科生毕业论文(设计)
题 目: 图书馆管理信息系统 学生姓名: 周楷 学 号: 200612120 专业班级: 06级本科一班 指导教师: 凃云杰
完成时间: 2010年5月20日
目录
摘 要 .................................................................................................................... I ABSTRACT ......................................................................................................... II 第1章 绪论 ......................................................................................................... 1 1.1 管理信息系统介绍 ..................................................................................... 1 1.1.1管理信息系统的发展历史 .................................................................. 1 1.1.2 管理信息系统的组成和界面特点 ...................................................... 1 1.2 选题背景 ..................................................................................................... 2 1.3 选题意义 ..................................................................................................... 3 1.4 ASP的介绍 ................................................................................................. 4 1.5 数据库介绍 ................................................................................................. 5 1.6 关于B/S体系 ............................................................................................. 5 第2章 需求分析与数据库设计 ......................................................................... 7 2.1 需求分析 ..................................................................................................... 7 2.1.1需求分析的任务 .................................................................................. 7 2.1.2系统功能模块图 .................................................................................. 7 2.2 数据库设计 ................................................................................................. 9 2.2.1数据库概念结构设计 .......................................................................... 9 2.2.2数据库逻辑结构设计 .......................................................................... 9 第3章 系统实现 ............................................................................................... 11 3.1登录界面 ................................................................................................... 11 3.2主界面 ....................................................................................................... 13 3.3图书信息管理模块 ................................................................................... 13 3.3.1图书信息浏览 .................................................................................... 14 3.3.2图书信息录入 .................................................................................... 14 3.3.3图书信息查询 .................................................................................... 14 3.4图书类别管理 ........................................................................................... 15 3.5读者信息管理 ........................................................................................... 15 3.6读者类别管理 ........................................................................................... 16 3.7图书借阅信息管理模块 ........................................................................... 16 3.8用户管理模块 ........................................................................................... 17 第4章 系统测试与维护 ................................................................................... 17 4.1系统测试的原则和方法 ........................................................................... 17 4.1.1系统测试的原则 ................................................................................ 17 4.1.2系统测试的方法 ................................................................................ 17 4.2系统运行及维护 ....................................................................................... 19
结论 ..................................................................................................................... 20 参考文献 ............................................................................................................. 21 致谢 ..................................................................................................................... 22
摘 要
图书馆管理信息系统是典型的管理信息系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求具备应用程序功能完备,易使用等特点。
经过分析,本文使用ASP和Access作为开发工具,开发出了以B/S为模式的基于ASP的图书馆管理系统。此系统分为两大模块:用户模块和管理员模块。对于用户来说,只能通过用户模块浏览属于本用户(读者)的基本信息及图书查询和已借书的相关信息;而管理员可通过管理员模块添加、查询、修改、删除、查看所有图书及读者的信息,并且可以对借阅信息、归还信息和罚款信息进行管理。
关键词 ASP;B/S;模块;管理信息系统
I
Abstract
Library management information system is a typical management information system (MIS), which mainly includes building up data-base of back-end and developing the application program of front-end. The former requires consistency and integrality and security of data. The later should make the application powerful and easily used.
By analysis, the thesis chooses ASP and Access as developing tool to develop a library management information system which uses B/S mode. This system has two modules, user module and administrator module. A user can only use user module to do such things as browsing his or her own basic information and searching the information of books and the related information of lent books. By contrast, an administrator can use administrator module to perform the tasks as follows. First, an administrator can add, query, update, delete and browse information of all books and readers. Second, he or she can manage the information of lending, returning and penalty.
Keywords ASP,B/S, module, management information system
II