0
点赞
收藏
分享

微信扫一扫

基于.net的学校图书管理系统

文档+任务书+项目源码
目 录
前 言 1
第一章 绪 论 2
1.1研究背景及意义 2
1.2主要内容 2
1.3学校图书管理系统意义 3
1.4本文的组织结构 3
第二章 系统开发环境与相关技术介绍 4
2.1开发工具以及环境介绍 4
2.1.1 IIS Web服务器简介 4
2.1.2 Visual Studio IDE开发环境简介 5
2.1.3 MySQL5.7 简介 6
2.2项目技术详细介绍 7
2.2.1 ASP .NET MVC技术简介 7
2.2.2 Entity Framework技术简介 8
2.2.3 Bootstrap技术简介 9
2.3本章小结 10
第三章 系统需求分析 11
3.1可行性分析 11
3.1.1技术可行性 11
3.1.2 经济可行性 11
3.1.3操作可行性 11
3.2系统用例设计分析 12
3.3系统业务流程需求分析 13
3.4安全需求 13
3.5系统软硬件配置需求 14
3.5.1计算机系统硬件配置 14
3.5.2计算机系统软件配置 14
3.6本章小结 14
第四章 系统概要设计 16
4.1概述 16
4.2系统结构 16
4.3数据库设计 17
4.3.1数据库E-R图 17
4.3.2数据库实体ER图设计 17
4.3.3数据库设计表 18
4.4本章小结 21
第五章 系统的详细设计 22
5.1用户登录注册界面 22
5.2图书管理页面 24
5.3 读者管理页面 25
5.4借还书管理页面 28
5.5本章小结 31
第六章 系统测试和维护 32
6.1系统测试 32
6.2系统的维护 32
6.3本章小结 32
第七章 总结与展望 33
7.1本文总结 33
7.2后续工作展望 33
参考文献 35
致 谢 36
摘 要
随着互联网的快速发展,各种线下手工业务都开始转向了互联网线上操作,在21世纪的信息革命时代,信息管理系统成为日常信息记录的主流工具。
本文介绍了以VS 2019(Microsoft Visual Studio 2019)为主要的开发工具,基于.NET平台开发的一套图书管理系统,主要运用了微软的ASP.NET MVC技术,它可以在Windows下正常运行,使用MySQL作为为数据库,IIS(Internet Information Services)网络信息服务作为应用服务器。该系统主要实现的功能有:管理员对账户进行管理;对图书的添加与删除;对读者信息的管理;对借阅信息进行管理。
本站采用B/S(Browser/Server,浏览器与服务器结构)架构系统,系统采用三层架构MVC(Model View Controller),方便开发与维护。系统界面友好操作特点,UI设计美观大方,具有易操作使用等特点。
关键词: 图书管理系统;ASP.NET MVC技术;B/S;UI
Abstract
With the rapid development of the Internet, all kinds of offline manual business have turned to online operation. In the era of information revolution in the 21st century, information management system has become the mainstream tool of daily information recording.
This paper introduces a book management system based on. Net platform with vs 2019 (Microsoft Visual Studio 2019) as the development tool ASP.NET MVC technology, which can run normally under windows, uses MySQL as the database and IIS (Internet information services) as the application server. The main functions of the system are: the administrator to manage the account; to add and delete books; to manage the reader information; to manage the borrowing information.
This site is a B / S (Browser / server) architecture mode system. The system adopts three-tier architecture MVC (model view controller) mode, which is convenient for development and maintenance. The system has friendly operation interface, beautiful UI design and easy operation.
Key words: library management system; ASP.NET MVC technology; B / S; UI
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

举报

相关推荐

0 条评论