计算机科学与技术学院
毕业设计(论文)
论文题目 基于B/S模式的图书管理系统设计与实现 指导教师 学生姓名 专 业 系 主 任 起止时间
网络工程
职 称 学 号 班 级 院 长
讲师
2013年10月11日至2014年5月23日
2014年5月23日
南华大学计算机科学与技术学院毕业设计(论文)
目 录
摘要:.............................................................. I Abstract:.......................................................... II 引 言:........................................................... III 第一章 绪论......................................................... 1
1.1 课题研究的背景和意义................................................................................. 1
1.1.1 课题研究的背景 ................................................................................................... 1 1.1.2 课题研究的意义 ................................................................................................... 2
1.2 图书管理系统的现状..................................................................................... 2 第二章 开发平台与使用技术.......................................... 4
2.1 B/S模式的定义:.......................................................................................... 4 2.2 B/S模式的发展历史及前景.......................................................................... 4 2.3 JSP+MySQL+tomcat开发模式简介................................................................ 5 2.4 开发环境简介............................................................................................... 6
2.4.1 JSP简介 ................................................................................................................ 6 2.4.2 MySQL简介 ............................................................................................................ 6 2.4.3 tomcat简介 .......................................................................................................... 6
第三章 图书管理系统的设计与实现.................................... 8
3.1 系统E-R图 .................................................. 8 3.2 系统功能与结构 .............................................. 8 3.3 图书管理系统业务流程图 ...................................... 9
3.3.1 学生业务分析 ..................................................................................................... 10 3.3.2 管理员业务分析 ................................................................................................. 11 3.3.3 学生借书信息流分析 ......................................................................................... 11 3.3.4 学生借书验证分析 ............................................................................................. 12 3.3.5 图书归还分析 ..................................................................................................... 13 3.3.6 学生查询信息分析 ............................................................................................. 13 3.3.7 高级权限管理员操作分析 ................................................................................. 14
3.4 系统数据库设计 ............................................. 14
南华大学计算机科学与技术学院毕业设计(论文)
3.4.1 数据库图表设计 ................................................................................................. 14 3.4.2 数据库链接设计 ................................................................................................. 16
3.5 系统前台设计 ............................................... 20 3.6 系统权限设置 ............................................... 20 第四章 系统测试................................................... 23
4.1 系统测试方法简介 ........................................... 23 4.2 系统测试方法 ............................................... 23
4.2.1恢复测试 ................................................................................................................ 23 4.2.2安全测试 ................................................................................................................ 24 4.2.3强度测试 ................................................................................................................ 25 4.2.4 性能测试 ............................................................................................................... 25
4.3 系统调试 ................................................... 26 4.4 系统存在问题 ............................................... 27 4.5 系统部分实现截图 ........................................... 28 总结与展望:....................................................... 32 谢辞:............................................................. 33
南华大学计算机科学与技术学院毕业设计(论文)
基于B/S模式的图书管理系统设计与实现
摘要:随着信息时代的到来,计算机在各行各业有着极大的用途,伴随着计算机的应用,是活动效率增加了很多。在图书管理方面,告别了以前全部用人力管理的方法,使用计算机使图书馆的人力资源得到了大规模的缩减,提高了图书管理的效率,计算机以其独有的高速,精准,质量高的特性,越来越为人们所喜欢。以前图书管理全部通过人力管理,数据量较大,容易出错。并且每个图书馆需要大量的人来管理。到了二十世纪,计算机快速的应用到各行各业,图书馆也不例外,人们开始开发出各种各样的系统来为图书馆节约资源,数据库在其中得到了巨大的应用,mysql以其快速查找,简单的操作性,和占用更少的资源得到大多数人的青睐,小型的系统越来越多的使用MySQL搭配一些其他的网络开发软件进行.
本次毕业设计我使用b/s模式进行开发图书管理系统,首先实现前台页面的开发,之后进行后台数据库的开发,前台页面包括登陆页面,管理员页面,超级管理员页面,以及一些调整页面,后台数据库开发,进行了数据库表格设计,图书馆内部数据添加,其中添加了部分JavaBean让数据库能够和前台进行通信,同时进行了系统的检测,让系统更加的完美,实用性更加的增强了。
这次毕业设计我主要实现图书管理系统,实现图书馆的图书借阅,归还,记录的网络实现,通过设计的图书管理系统使整个图书馆内部能够减少图书管理人员的数量,让图书馆变得更加轻松。这次的图书管理系统我采用MySQL+MyEclipse的开发环境进行开发。
关键词:图书管理系统;b/s模式 ;网络
I
南华大学计算机科学与技术学院毕业设计(论文)
Design and realization of book management system based on B/S
Abstract: With the advent of the information age, the computer is of great use in many fields, along with the computer application, the efficiency is increased a lot. In the library management, bid farewell to the past with all the methods of human resource management, using the computer to make the library human resources have been large-scale reduction, improve the efficiency of library management, computer with high speed, its unique characteristics of precision, high quality, more and more people like. Before the library management all through human resource management, a large amount of data, error prone. And each library needs a large number of people to manage.In twentieth Century, the application of computer quickly to all walks of life, the library is not exceptional also, people began to develop a variety of systems to save resources for the library, database has great application in the mysql, with its fast, operation simple, and use fewer resources to get the majority of people of all ages, more and more system small to use MySQL with some other web development software, the books management system management system that I use the MySQL+MyEclipse development environment for the development of.
Key word: Books Management System; B/s mode; network
II