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

摘  要

随着网络技术的发展、计算机应用水平的提高的扩大,原来系统的时效性、数据的正确性、操作的方便性上都存在不足,已影响到系统的正常使用。经过考察比较,决定利用自己的力量对图书借阅管理系统重新设计,使系统能利用软件开发技术的成果,方便图书的管理。图书借阅管理系统是典型的信息管理系统,本文系统地介绍了图书借阅管理系统开发所需要用到的技术,和设计中遇到的问题及解决方法以及提高当前应用程序的工作性能。 利用各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后对初始原型系统进行需求迭代,不断修正和改进,直到形成用完整的可行系统。

本次毕业设计利用MyEclipse开发工具和MYSQL数据库来开发这个图书借阅管理系统,使用SSH结构框架,用到了JSP、javascrip等前端技术,该系统要解决提高图书管理效率的问题以及为顾客与读者提供便利的图书检索方式,可以满足图书管理基本要求,包括添加、管理、查询、推荐等功能。该系统能根据用户的需求,快捷方便的为读者提供查询检索与借阅服务。

关键词:B/S;图书;借阅;管理;JSP


Abstract

With the development of network technology,the improvement of computer application level,the timeliness of the original system,the correctness of data,and the convenience of operation are insufficient,which has affected the normal use of the system. After investigation and comparison,it is decided to re-design the book borrowing management system with its own strength,so that the system can make use of the achievements of software development technology and facilitate the management of books. The book borrowing and reading management system is a typical information management system. This paper systematically introduces the technology needed for the development of the book borrowing management system,the problems encountered in the design,the solutions and the improvement of the performance of the current application program. Use each As an object-oriented development tool,the system application prototype is established in a short period of time,and then the initial prototype system is iterated,revised and improved continuously until a complete feasible system is formed.

This graduation project uses MyEclipse development tools and MYSQL database to develop this book borrowing and reading management system,uses the SSH structure framework,and uses the front-end technology such as JSP,javascrip. In order to solve the problem of improving the efficiency of library management and to provide a convenient way of book retrieval for customers and readers,the system can meet the basic requirements of book management,including the functions of adding,managing,querying,recommending and so on. According to the needs of users,the system can provide query,retrieval and loan services for readers quickly and conveniently.

Key words: BSS;Books;Lending;Management;JSP

目  录

摘  要 I

Abstract II

目  录 III

1.1课题研究的目的及意义 1

1.2 现状分析 2

2系统环境介绍及相关理论知识 3

2.1 系统开发环境 3

2.1.1 B/S结构 3

2.1.2 JSP技术 3

2.1.3 Tomcat虚拟服务器 4

2.1.4 MVC模式 4

2.1.5 S.S.H框架 5

2.1.6 MySQL数据库 9

3系统需求分析及设计 10

3.1 可行性研究 10

3.1.1 技术可行性 10

3.1.2 经济上的可行性 10

3.1.3 操作上的可行性 10

3.2 系统分析 11

3.3 总体功能模块 11

3.4 具体功能模块 13

3.5 系统业务描述 13

3.6 程序流程图 15

4数据库的设计与实现 17

4.1系统和数据库的配置 17

4.2概念模型设计 17

4.3数据库ER 18

4.4数据库表设计及结构 21

5系统功能实现 25

5.1数据库表设计分析 25

5.1.1图书信息表t_Books 25

5.1.2图书借还表t_Borrow 26

5.1.3公告表t_Gonggao 27

5.1.4图书分类表t_Fenlei 27

5.1.5用户表t_User 28

5.1.6用户留言表t_liuyan 28

5.2系统功能实现的主要框架 29

5.2.1 SSH框架 29

5.2.2 hibernate配置文件 29

5.2.3 struts配置文件 29

5.2.4 spring配置文件 30

5.3系统功能实现的主要模块 31

5.3.1 网站登录与注册页面 31

5.3.2 用户管理页面 33

5.3.3 图书管理页面 34

5.3.4借书管理页面 35

5.3.5 还书管理与历史借书页面 36

5.3.6亮点功能查询图书演示 37

6系统的调试与测试 40

6.1 系统测试的目的以及任务 40

6.2 测试环境 40

6.3 软件测试 40

总  结 42

致  谢 43

参考文献 44













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

                 

打印本页 | 关闭窗口
本类最新文章
Meshkov不稳定性的激波管实 850nm附近具有平坦色散的光子 基于前馈控制的动态电压恢复器(D
光纤的色散补偿方式及应用分析 毕 基于10kV配电网线损的仿真计算 华兴科技公司网络规划与设计 毕业
| 关于我们 | 友情链接 | 毕业设计招聘 |

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