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

摘  要

随着网络技术的发展、计算机应用水平的提高的扩大,原来系统的时效性、数据的正确性、操作的方便性上都存在不足,已影响到系统的正常使用。经过考察比较,决定利用自己的力量对智能化图书查询系统重新设计,使系统能利用软件开发技术的成果,方便图书的管理。  智能化图书查询系统是典型的信息管理系统,本文系统地介绍了智能化图书查询系统开发所需要用到的技术,和设计中遇到的问题及解决方法以及提高当前应用程序的工作性能。 利用各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后对初始原型系统进行需求迭代,不断修正和改进,直到形成用完整的可行系统。  本次毕业设计利用MyEclipse开发工具和MYSQL数据库来开发这个智能化图书查询系统,使用SSH结构框架,用到了JSP、javascrip等前端技术,该系统要解决提高图书管理效率的问题以及为顾客与读者提供便利的图书检索方式,可以满足图书管理基本要求,包括添加、管理、查询、推荐等功能。该系统能根据用户的需求,快捷方便的为读者提供查询检索与借阅服务。

关键词: 智能化;信息管理;JSP


The intelligent book query system based on J2EE

design and implementation

Abstract

With the development of network technology, computer application level of the expansion of the efficiency of the original system, the correctness of the data, the convenience of operation are insufficient, has affected the normal use of the system.After inspection comparison, decided to use their power to intelligent book query system, the system can use the software development technology the achievement, convenient for the management of the books.Intelligent book query system is a typical application of managing information system, this paper systematically introduces the intelligent book query system development need to use the technology, and the problems in the design and the solution and improve the performance of the current application.Use a variety of object-oriented development tools, first of all, establish a system application prototype in a short time, and then to the initial prototype system needs iteration, constantly revised and improved, until the feasible system formed in full.The graduation design using the MyEclipse development tools and MYSQL database to develop the intelligent query system, using SSH framework structure, use the JSP, javascript, such as front-end technology, the system to solve the problem of improving the efficiency of book management, and provide convenience for customers and readers of books retrieval way, can satisfy the books management essential requirements, including adding, management, query and recommendation, etc.The system can according to user requirements, fast and convenient provide query retrieval and borrowing service for readers.

Key word:  Intelligentize; Information management; JSP


目  录

1 绪  论 1

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数据库 8

3 系统需求分析及设计 9

3.1 可行性研究 9

3.1.1 技术可行性 9

3.1.2 经济上的可行性 9

3.1.3 操作上的可行性 9

3.2 系统分析 10

3.3 总体功能模块 10

3.4 具体功能模块 11

3.5 系统业务描述 11

3.6 程序流程图 13

4 数据库的设计与实现 15

4.1系统和数据库的配置 15

4.2概念模型设计 15

4.3数据库ER 16

4.4数据库表设计及结构 19

5系统功能实现 23

5.1数据库表设计分析 23

5.1.1图书信息表t_Books 23

5.1.2图书借还表t_Borrow 24

5.1.3公告表t_Gonggao 25

5.1.4图书分类表t_Fenlei 25

5.1.5用户表t_User 26

5.1.6用户留言表t_liuyan 26

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

5.2.1 SSH框架 27

5.2.2 hibernate配置文件 27

5.2.3 struts配置文件 27

5.2.4 spring配置文件 28

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

5.3.1 网站登录与注册页面 29

5.3.2 用户管理页面 31

5.3.3 图书管理页面 32

5.3.4 借书管理页面 33

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

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

6系统的调试与测试 38

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

6.2 测试环境 38

6.3 软件测试 38

6.4 本章总结 40

参考文献 41

致谢 42




















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

                 

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

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