毕 业 设 计
题 目:
在线图书管理
作 者:
学 号 :
所属学院:
专业年级:
学校导师:
职 称:
班级导师:
职 称:
完成时间:
目 录
摘 要 .....................................................................................................................I
Abstract .................................................................................................................II
第 1 章 前 言 ......................................................................................................3
1.1 研究背景 ....................................................3
1.2 研究现状 ....................................................3
1.3 系统开发目标 ................................................3
第 2 章 系统开发环境 ...........................................................................................5
2.1 java 技术 .................................................................................................................5
2.2 Mysql 数据库 ............................................................................................................6
2.3 B/S 结构 ...................................................................................................................7
2.4 JSP 介绍 .................................................................................................................7
第 3 章 需求分析 ..................................................................................................9
3.1 需求分析 ....................................................9
3.2 系统可行性分析 ..............................................9
3.3 项目设计目标与原则 ..........................................9
3.4 系统流程分析 ...............................................10
第 4 章 架构设计 ................................................................................................12
4.1 系统体系结构 ...............................................12
4.2 数据库实体设计 .............................................13
4.3 数据库表设计 ...............................................15
第 5 章 系统实现 ................................................................................................17
5.1 登陆 .......................................................17
5.2 管理员功能模块 .............................................19
5.3 前台首页功能模块 ...........................................19
5.4 用户功能模块 ...............................................19
第 6 章 系统测试 ................................................................................................23
6.1 测试目的 ...................................................23
6.2 测试方法 ...................................................23
6.3 功能测试 ...................................................24
6.4 测试结论 ...................................................25
第 7 章 结 论 ......................................................................................................26
参考文献 ...............................................................................................................27
致 谢 ...................................................................................................................28
4
摘 要
电 子 商 务 也 由 网 络 的 发 展 产 生 新 的 面 貌 , 在 线 图 书 管 理 发 展 也 已 经 达 到 一
个 较 高 的 水 准 , 现 在 的 在 线 图 书 管 理 实 现 的 功 能 也 非 常 的 多 , 最 重 要 的 当
属 图 书 的 借 阅 , 也 就 是 图 书 馆 中 的 图 书 , 以 及 用 户 的 所 需 书 籍 , 从 而 实 现
借 阅 、归 还 等 一 系 列 功 能 。本 文 就 将 针 对 如 何 建 立 网 络 借 阅 系 统 展 开 研 究 。
在新发展的时代,人们对图书管理越来越重视,写作水平也有所提高,更好的实现
在线图书管理的有效发挥,本文将通过在线图书管理的信息,分析在日常工作中对图书
借阅存在哪些问题探讨出进一步提升工作效率,管理能力的对策。
系统采用了 jsp 技术,将所有模块采用以浏览器交互的模式,选择 MySQL 作为系统
的数据库,开发工具选择 Myeclipse 来进行系统的设计。基本实现了在线图书管理应有
的主要功能模块,本系统有管理员、用户,管理员:主页、个人中心、图书分类管理、
热门图书管理、用户管理、图书借阅管理、图书归还管理、图书入库管理、论坛管理、
系统管理,用户;主页、个人中心、图书借阅管理、图书归还管理、我的收藏管理,前
台首页;首页、热门图书、论坛信息、新闻资讯、我的、跳转到后台、客服等操作。
对系统进行测试后,改善了程序逻辑和代码。同时确保系统中所有的程序都能正常
运行,所有的功能都能操作,本系统的开发获取在线图书管理信息能够更加方便快捷,
同时也使在线图书管理信息变的更加系统化、有序化。系统界面较友好,易于操作。
关键词:在线图书管理;JSP 技术 ;Mysql 数据库;Java 语言
5
Abstract
E-commerce also has a new look from the development of the network, and the
development of the library management system has reached a higher level. Now
the library management system has many functions, the most important of which
is the borrowing of books, that is, the books in the library and the books needed
by users, so as to realize a series of functions such as borrowing and returning.
This paper will focus on how to establish a network borrowing system.
In the new era of development, people pay more and more attention to the book
management, and their writing level is also improved, so as to better realize
the effective play of the book management system. This paper will analyze the
problems existing in the daily work of book borrowing through the information
of the book management system, and explore the countermeasures to further improve
the work efficiency and management ability.
The system uses JSP technology, all modules use the mode of browser interaction,
select MySQL as the database of the system, development tools choose MyEclipse
to design the system. This system has administrator, user, administrator: home
page, personal center, book classification management, popular book management,
user management, book borrowing management, book return management, book storage
management, forum management, system management, user; home page, personal
center, book borrowing management, book return management Management, my
collection management, front page; home page, popular books, forum information,
news information, my, jump to the background, customer service and other
operations.
After testing the system, the program logic and code are improved. At the same
time to ensure that all the programs in the system can run normally, all the
functions can be operated, the development of the system to obtain the
information of the library management system can be more convenient, but also
make the information of the library management system become more systematic
and orderly. The system interface is friendly and easy to operate
Key words: library management system; JSP technology; MySQL database; Java
language