图书馆管理系统设计(asp.net设计).doc
约98页DOC格式手机打开展开
图书馆管理系统设计(asp.net设计),论文标准word格式排版 共98页摘要:信息管理是一项古老的活动,但管理方式却没有停止过变化,从手工记录到计算机存储,从平面文件到关系型数据库;从单机单用户数据库访问模式到客户/服务器模式,从客户/服务器模式到浏览器/服务器...信息管理的技术越来越先进、科学和客观。同时,可管理的信息容量也越来越大,更适应信息膨胀时代...
内容介绍
此文档由会员 莎士比亚 发布
论文标准WORD格式排版 共98页
摘要:
信息管理是一项古老的活动,但管理方式却没有停止过变化,从手工记录到计算机存储,从平面文件到关系型数据库;从单机单用户数据库访问模式到客户/服务器模式,从客户/服务器模式到浏览器/服务器...信息管理的技术越来越先进、科学和客观。同时,可管理的信息容量也越来越大,更适应信息膨胀时代的要求。
根据导师的任务书需求,本论文就其图书馆管理系统设计实现进行了分析探讨:首先概要性地介绍了数据库的基本理论,然后就该系统设计过程中,对设计要点的指导理论进行了叙述。最后介绍了该系统的功能模块划分,简要列举了各功能模块的功能,并列出了一些程序代码以说明该系统应用程序设计中所采用的技术。
关键词:C/S,B/S,SQL Server,asp.net,界面
Abstract:
Management of information is an old activity, while the means of managing is developing during all the time :from handwork to computer technology; from flat file to relational object database; from single computer 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, asp.net, interface
目 录
中文摘要 2
英文摘要 3
目 录 4
1 前言 7
1.1问题的提出 7
1.2 研究内容 7
1.3研究路线 7
2系统开发的基本理论 8
2.1数据模型分析 8
2.2 数据库系统的模式结构分析 8
2.3 数据库系统的体系结构分析 9
2.4 数据库管理系统分析 9
2.5 在局域/广域网络上管理数据的方法 10
2.6 系统基本框架结构 10
2.6.1 C/S结构 10
2.6.2 B/S结构 11
2.6.3 三层B/S 12
3 基于图书馆管理系统的需求分析 14
3.1 功能需求 14
管理员对功能的需求 14
读者对功能的需求 14
3.2性能需求 15
4、基于WEB的图书馆管理系统的系统框架分析 15
4.1系统流程分析 15
4.2系统功能模块分析 16
系统管理子系统 16
馆藏图书子系统 16
4.3、系统层次结构图 18
5基于WEB的图书馆管理系统的数据库设计 19
5.1数据库需求分析 20
5.1.1数据流图 20
5.1.2数据字典 23
5.2概念结构设计 30
5.3逻辑结构设计 32
5.4数据库物理结构设计 34
BookList存储过程 34
BookMaxBIDGet存储过程 35
BookModify存储过程 35
BookAdd存储过程 36
BookDelete存储过程 37
BookinLibCheck存储过程 38
BookNotInCheck存储过程 38
BorrowInformAdd存储过程 39
BorrowInformModify存储过程 40
ReaderBorrowState存储过程 40
ReaderBorrowHis存储过程 41
ReaderExpireBook存储过程 41
UsersAdd存储过程 42
UsersDelete存储过程 43
UsersDetail存储过程 43
UsersList存储过程 44
UsersModify存储过程 44
UsersPasswdModify存储过程 45
5.5数据库的实现 45
6 基于WEB的图书馆管理系统的界面设计 47
6.1 界面设计规范 47
6.2界面色彩设计 48
7基于WEB的图书馆管理系统的功能实现 49
7.1图书馆检索系统首页设计 49
7.2书目高级检索设计 50
7.3书目检索结果页设计 53
7.4读者信息检索页设计 57
7.5读者信息页设计 59
7.6读者个人借阅情况页设计 61
7.7图书管理系统登录页设计 63
7.8图书信息维护页设计 65
7.9图书添加页设计 67
7.10、图书修改与删除页设计 70
7.11、用户信息维护页设计 74
7.11、添加新用户信息页设计 76
7.12、用户信息的修改与删除 79
7.13、密码修改页设计 82
7.14、图书借阅登记页设计 84
7.15、书目归还登记页设计 87
7.16 读者留言 91
7.17 读者反馈 92
7.19 帮助页面 95
8 基于WEB的图书馆管理系统环境配置 96
8.1软件配置 96
8.2 硬件配置 96
8.3网络配置 96
9 编程中遇到的问题 96
总结 97
致谢 98
参考文献 98
摘要:
信息管理是一项古老的活动,但管理方式却没有停止过变化,从手工记录到计算机存储,从平面文件到关系型数据库;从单机单用户数据库访问模式到客户/服务器模式,从客户/服务器模式到浏览器/服务器...信息管理的技术越来越先进、科学和客观。同时,可管理的信息容量也越来越大,更适应信息膨胀时代的要求。
根据导师的任务书需求,本论文就其图书馆管理系统设计实现进行了分析探讨:首先概要性地介绍了数据库的基本理论,然后就该系统设计过程中,对设计要点的指导理论进行了叙述。最后介绍了该系统的功能模块划分,简要列举了各功能模块的功能,并列出了一些程序代码以说明该系统应用程序设计中所采用的技术。
关键词:C/S,B/S,SQL Server,asp.net,界面
Abstract:
Management of information is an old activity, while the means of managing is developing during all the time :from handwork to computer technology; from flat file to relational object database; from single computer 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, asp.net, interface
目 录
中文摘要 2
英文摘要 3
目 录 4
1 前言 7
1.1问题的提出 7
1.2 研究内容 7
1.3研究路线 7
2系统开发的基本理论 8
2.1数据模型分析 8
2.2 数据库系统的模式结构分析 8
2.3 数据库系统的体系结构分析 9
2.4 数据库管理系统分析 9
2.5 在局域/广域网络上管理数据的方法 10
2.6 系统基本框架结构 10
2.6.1 C/S结构 10
2.6.2 B/S结构 11
2.6.3 三层B/S 12
3 基于图书馆管理系统的需求分析 14
3.1 功能需求 14
管理员对功能的需求 14
读者对功能的需求 14
3.2性能需求 15
4、基于WEB的图书馆管理系统的系统框架分析 15
4.1系统流程分析 15
4.2系统功能模块分析 16
系统管理子系统 16
馆藏图书子系统 16
4.3、系统层次结构图 18
5基于WEB的图书馆管理系统的数据库设计 19
5.1数据库需求分析 20
5.1.1数据流图 20
5.1.2数据字典 23
5.2概念结构设计 30
5.3逻辑结构设计 32
5.4数据库物理结构设计 34
BookList存储过程 34
BookMaxBIDGet存储过程 35
BookModify存储过程 35
BookAdd存储过程 36
BookDelete存储过程 37
BookinLibCheck存储过程 38
BookNotInCheck存储过程 38
BorrowInformAdd存储过程 39
BorrowInformModify存储过程 40
ReaderBorrowState存储过程 40
ReaderBorrowHis存储过程 41
ReaderExpireBook存储过程 41
UsersAdd存储过程 42
UsersDelete存储过程 43
UsersDetail存储过程 43
UsersList存储过程 44
UsersModify存储过程 44
UsersPasswdModify存储过程 45
5.5数据库的实现 45
6 基于WEB的图书馆管理系统的界面设计 47
6.1 界面设计规范 47
6.2界面色彩设计 48
7基于WEB的图书馆管理系统的功能实现 49
7.1图书馆检索系统首页设计 49
7.2书目高级检索设计 50
7.3书目检索结果页设计 53
7.4读者信息检索页设计 57
7.5读者信息页设计 59
7.6读者个人借阅情况页设计 61
7.7图书管理系统登录页设计 63
7.8图书信息维护页设计 65
7.9图书添加页设计 67
7.10、图书修改与删除页设计 70
7.11、用户信息维护页设计 74
7.11、添加新用户信息页设计 76
7.12、用户信息的修改与删除 79
7.13、密码修改页设计 82
7.14、图书借阅登记页设计 84
7.15、书目归还登记页设计 87
7.16 读者留言 91
7.17 读者反馈 92
7.19 帮助页面 95
8 基于WEB的图书馆管理系统环境配置 96
8.1软件配置 96
8.2 硬件配置 96
8.3网络配置 96
9 编程中遇到的问题 96
总结 97
致谢 98
参考文献 98