设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
某小型数字图书馆的设计与实现ASP277
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

某小型数字图书馆的设计与实现
摘  要
    随着信息技术的迅猛发展,传统图书管理方式已不能满足现代化的图书管理需要。为了跟上信息时代的步伐,数字化图书管理系统应运而生。数字化图书管理系统主要用于对图书、读者、以及借阅的管理。它不仅能够简化人们的工作,系统化地对图书和读者进行管理,及时的统计出所有的借书记录;而且还能够给读者提供在线图书查询,以及公告新闻等功能,让读者能够了解到图书馆的最新动态,其用途很广,可以用于各高校的图书馆,企业集团的藏书中心,以及提供借阅业务的大型书店等。
    本系统的开发是基于B/S结构,采用ASP程序设计语言及SQL Server 2000数据库进行开发;主要完成了系统的总体设计与规划、图书数据库的设计、系统页面的制作与美化、系统安全级别的定制和系统程序的编写、调试与修改等工作。本文首先对数字图书管理系统进行了需求分析;然后较详细的设计和实现了数字图书管理系统的数据库及各功能模块,包括前台管理、图书检索、图书借阅、在线电子图书阅览、图书公告、留言和后台管理等功能模块;最后,通过测试与分析,说明该系统运行稳定、可靠,具有一定的实用价值。

关键词:数字图书馆;图书检索;图书借阅;数据库;在线电子图书
 http://www.16sheji8.cn

Design and Implementation of A Small Digital Library
Abstract
With the violent development of information technology, the traditional library management methods could not be satisfied with the needs of the modern library management. In order to follow the step of the information times, the digitized library management system arises at the historic moment. The digitized library management system mainly uses in the management to the books, the reader, as well as borrows.  It not only can simplify people's work, manage the readers and the books systematically, promptly statistics all the records of the borrows, but also provides functions, such as on line inquiry for readers, BBS and so on, which lets readers be able to understand the newest tendency of library. Its use is very broad, may use in various universities' library, the collection center of enterprise, as well as provides borrows’ service of the large-scale bookstore and so on.
This system development is based on the B/S structure, uses the ASP programming language and SQL Server 2000 databases to carry on the development. This paper mainly has completed the design and the plan of system, the design of books database, the manufacture and beautified of system page, the custom-made of system security rank, the programming, debugging and revising of system program, etc. This paper has carried on the demand analysis to the digital library management system; then the database and the various functions module of digital library management system are designed and realized in detail, including the onstage management, the retrieval of books, the borrows of books, the reading of on-line electronic books, books announcement, the message, the backstage management and so on; Finally, through the testing and analyzing, which shows this system is stable, reliable, and having the certain practical value.

Key words: Digital Library; Books Inquiry; Books Borrow; Database; On-line Electronic Books

目  录http://www.16sheji8.cn
论文总页数:31 页

1 引言 1
1.1 课题背景及意义 1
1.2 课题的研究与开发目的 1
1.3 本文的主要工作 2
2 数字化图书管理系统的需求分析 2
2.1 系统需求分析 2
2.2 系统流程分析 3
2.3 系统功能分析 4
3 开发工具及相关技术 5
3.1 Macromedia Dreamweaver 2004简介 5
3.2 Microsoft SQL Server 2000简介 5
3.3 ASP语言及相关技术介绍 5
3.4 VBScript脚本介绍 6
3.5 SQL语言介绍 6
3.6 特殊功能原理 6
4 小型数字图书馆的总体设计 7
4.1 系统模块设计 7
4.2 数据库的E-R图 9
4.3 数据库设计 9
4.4 数据库的约束与关系 12
5 小型数字图书馆的具体实现 13http://www.16sheji8.cn
5.1 前台管理模块 14
5.2 图书检索模块 15
5.3 图书借阅模块 18
5.4 在线电子图书阅览模块 20
5.5 图书馆公告模块 21
5.6 留言簿模块 21
5.7 后台管理模块 22
6 系统的测试与分析 24
结    论 28
参考文献 29
致    谢 30
声    明 31
 
1 引言
  1.1 课题背景及意义http://www.16sheji8.cn

    随着网络技术的迅速发展,无论是企事业单位,还是学校都在借助于网络平台进行信息的管理。当前,随着基于网络学习平台的发展,基于网络的电子书籍给人们的学习带了很多方便,人们可以在网上进行电子书籍阅览、还可以进行图书的借阅,这些都给人们带来了前所未有的便利。因此,基于Web的数字图书馆的设计与开发既有非常重要的现实意义。
    作为知识经济的重要载体,数字图书馆是国家信息基础设施重要组成部分,目前已成为评价一个国家信息基础水平的重要标志和本世纪各国文化科技竞争的焦点之一。对于我国来说,数字图书馆的研发起步较晚,因此,建设数字图书馆更加具有必要性和紧迫性。
开发这样一个功能较完善的小型数字图书馆系统。既锻炼了学生的实际动手能力,又引导学生进行了一次模拟实际产品的开发,对于学生以后工作能力的培养具有重要的意义http://www.16sheji8.cn

  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!