1 / 97
文档名称:

毕业设计(论文)-图书馆管理系统设计(Asp.Net设计).doc

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

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

分享

预览

毕业设计(论文)-图书馆管理系统设计(Asp.Net设计).doc

上传人:3346389411 2013/3/20 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-图书馆管理系统设计(Asp.Net设计).doc

文档介绍

文档介绍:摘要:
信息管理是一项古老的活动,但管理方式却没有停止过变化,从手工记录到计算机存储,从平面文件到关系型数据库;从单机单用户数据库访问模式到客户/服务器模式,从客户/服务器模式到浏览器/服务器...信息管理的技术越来越先进、科学和客观。同时,可管理的信息容量也越来越大,更适应信息膨胀时代的要求。
根据导师的任务书需求,本论文就其图书馆管理系统设计实现进行了分析探讨:首先概要性地介绍了数据库的基本理论,然后就该系统设计过程中,对设计要点的指导理论进行了叙述。最后介绍了该系统的功能模块划分,简要列举了各功能模块的功能,并列出了一些程序代码以说明该系统应用程序设计中所采用的技术。
关键词:C/S,B/S,SQL Server,,界面
Abstract:
Management of information is an old activity, while the means of managing is developing during all the time :from handwork puter technology; from flat file to relational object database; from puter mode to client/sever mode; from client/server mode to browser/server mode…, the technology for management is more developed, more scientific and more objective。Meanwhile, the datum that can be managed is much more, which matches the development of information era.
According to the master’s acquirement, this dissertation analyzes and discusses the library management system design and realization: it first briefly introduces the basic theories of design for this library management system’ database; then is the lodestar of the key among the design; at last, it will introduces the functional modules and the main functions of same module, further more, some codes are listed.
Key words: C/S, B/S, SQL Server, , interface
目录
中文摘要 2
英文摘要 3
目录 4
1 前言 7
7
研究内容 7
7
2系统开发的基本理论 8
8
数据库系统的模式结构分析 8
数据库系统的体系结构分析 9
数据库管理系统分析 9
在局域/广域网络上管理数据的方法 10
系统基本框架结构 10
C/S结构 10
B/S结构 11
三层B/S 12
3 基于图书馆管理系统的需求分析 14
功能需求 14
管理员对功能的需求 14
读者对功能的需求 14
15
4、基于WEB的图书馆管理系统的系统框架分析 15
15
16
系统管理子系统 16
馆藏图书子系统 16
、系统层次结构图 18
5基于WEB的图书馆管理系统的数据库设计 19
20
20
23
30
32
34
BookList存储过程 34
BookMaxBIDGet存储过程 35
BookModify存储过程 35
BookAdd存储过程 36
BookDelete存储过程 37
BookinLibCheck存储过程 38
BookNotInCheck存储过程 38
BorrowInformAdd存储过程 39
BorrowInformModify存储过程 40
ReaderBorrowState存储过程 40