基于aspnet图书管理系统的设计与实现毕业论文

上传人:aa****6 文档编号:44429137 上传时间:2018-06-09 格式:DOC 页数:59 大小:1.97MB
返回 下载 相关 举报
基于aspnet图书管理系统的设计与实现毕业论文_第1页
第1页 / 共59页
基于aspnet图书管理系统的设计与实现毕业论文_第2页
第2页 / 共59页
基于aspnet图书管理系统的设计与实现毕业论文_第3页
第3页 / 共59页
基于aspnet图书管理系统的设计与实现毕业论文_第4页
第4页 / 共59页
基于aspnet图书管理系统的设计与实现毕业论文_第5页
第5页 / 共59页
点击查看更多>>
资源描述

《基于aspnet图书管理系统的设计与实现毕业论文》由会员分享,可在线阅读,更多相关《基于aspnet图书管理系统的设计与实现毕业论文(59页珍藏版)》请在金锄头文库上搜索。

1、 专专 科科 毕毕 业业 论论 文文基于 ASP.NET 图书管理系统的设计与实现Design and Implementation of Library Management SystemBased on the ASP.NET学 院 名 称: 重庆电讯职业学院 专 业: 软 件 技 术 姓 名: 胡 小 波 指导教师姓名: 岳 旭 耀 指导教师职称: 讲 师 2014 年 1 月重庆电讯学院毕业论文 I基于 ASP.NET 图书管理系统的设计与实现专业:软件技术 学生姓名:胡小波指导老师:岳旭耀 职称:讲师摘要:随着现代科学技术的进步,人类社会正逐渐走向信息化,图书馆拥有丰富的文献信息资源

2、,是社会系统的重要组成部分,在信息社会中作用愈来愈重要,我国图书馆计算机等信息技术的应用起步于 20 世纪 70 年代末期,随着改革开放的步伐得迅速发展,特别是90 年代以后,我国图书馆信息网络建设取得了较大发展图书馆信息化建设迈向了一个新台阶。本系统是利用 B/S 架构的图书管理系统,用于实现院校图书馆办公系统的自动化,信息化,简单化。该系统采用 Microsoft Visual Studio 2008 为开发工具,利用现今比较流行的 C#开发语言,以 SQL Server 2008 为存储数据库来进行系统开发,最终实现前台、后台两个方面的基本功能。如:前台登录用户对图书馆中图书及自身借阅信

3、息的查询,后天管理员对读者的管理、修改、查询、添加,图书信息的管理、修改、查询、添加等基本功能。本系统不仅维护方便,节省了图书馆的资源,方便图书馆进行图书管理,同时,用户也能够更容易更直观的查询书籍、管理藏书,使借书、还书、查书的过程大大简化,更加的方便和容易。关键词: B/S SQL Server 2008 Visual Studio ASP.NET 图书管理系统 Based on the ASP.NET library management system design and ImplementationAbstract: with the progress of modern scien

4、ce and technology, human society is gradually towards information technology, library has the rich literature information resource, is an important component of the social system, in the information society increasingly important role in our library, computer and other information technology should

5、be used starting in nineteen seventies end, with the pace of reform and opening up have rapid development, especially after 90 time, our country library information network construction has made great development of library information construction to a new level.This system is the use of B/S framew

6、ork of the library management system, for the realization of university library office system automation, information, simple. The system adopts Microsoft Visual Studio 2008as a development tool, using the popular C# language, in SQL Server 2008for storing database for system development, finally re

7、alizes the foreground, background two basic functions. Such as: the logged-on user of library books and its borrowing information query, acquired the administrator of the reader management, query, modify, add, book information management, query, add, modify the basic functions such as.This system no

8、t only convenient maintenance, saves the resources in the library, convenient library library management, at the same time, the user is also able to easier and more intuitive query books, management books, the library, books, check book process is greatly simplified, more convenient and easier.Key w

9、ords: B/S SQL Server 2008 Visual Studio ASP.NET library management system重庆电讯学院毕业论文 III目目 录录第一章 绪论.11.1 研究背景及意义 .1 1.2 国内外研究现状及发展前景 .2 1.3 课题设计目标 .3第二章 相关技术介绍.42.1 SQL Server 2008 技术.4 2.2 ASP.NET 技术.5 2.3 C# .6 2.4 系统开发及运行环境 .8第三章 需求分析.93.1 需求分析概述 .9 3.2 功能需求 .9 3.3 可行性分析 .10 3.4 性能分析 .11第四章 系统概要设计

10、.124.1 系统体系结构设计 .12 4.2 系统总体模块结构设计 .13 4.3 系统总体处理流程 .14 4.4 数据库设计.15 4.4.1 概念结构设计 .15 4.4.2 逻辑结构设计 .16 4.4.3 数据库表之间关系 .20第五章 系统详细设计与实现.215.1 登录界面的详细设计与实现.21 5.2系统设置模块的详细设计与实现 .22 5.2.1图书馆信息模块设计与实现 .22 5.2.2管理员设置模块的设计与实现 .23 5.2.3书架管理模块的设计与实现 .24 5.3读者管理模块的详细设计与实现 .30 5.3.1读者类型管理模块的设计与实现 .30 5.3.2读者档案管理模块的设计与实现 .31 5.4图书管理模块的详细设计与实现 5.4.1图书类型管理模块的详细设计与实现IV5.4.2图书档案管理模块的详细设计与实现 5.5图书借还模块的详细设计与实现 5.5.1图书借阅模块的详细设计与实现 5.5.2图书归还模块的详细设计与实现 5.

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 大杂烩/其它

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号