学 士 学 位 论 文
JSP 私人书店管理系统设计与实现
学院名称:
专业班级:
用户姓名:
学 号:
指导员工:
完成日期: 年 月 日
I
摘 要
电子商务在近些年来已经成为了我国重要的第三产业之一,电子商务成为了我国经
济增速中一个不可缺少的组成部分,而随着互联网技术的不断发展,现在的电子商务也
已经日趋成熟,不仅仅是在技术层面实现了线上商品展示、线上咨询以及线上支付等功
能,更是通过战略发展的角度进一步的完善了该行业的发展空间,使得其能够长期处于
健康发展的状态。互联网的思维模式下,虚拟网络带给人们全新的生活体验,而电子商
务的出现更是极大的方便了人们的日常生活,带动着全球化的深度改革。而随着网络化
的不断发展,当下任何商品、服务都可以通过网络来实现销售,图书作为最为传统的一
项商品也能够实现在网络的销售、借阅管理等功能。利用计算机手段可以从功能和技术
两个方面按照图书销售的要求来开发必须的功能模块。
本次是通过以 JSP 技术为主要的开发技术,结合了 MySQL 数据库来打造一款私人书
店管理系统,该系统是基于 B/S 结构打造的系统,本次的系统开发能够实现图书的网络
展示、销售、借阅等功能,利用线上化的功能来进行图书推广。
关键词:私人书店;管理系统;JSP;Mysql 数据库
II
Abstract
In recent years, electronic business had become one of the important third industries in
our country, and it had become an indispensable part of our country's economic growth. With
the continuous development of the Internet technology, the current electronic business had
become more and more mature, not only in the technical aspect of display of goods, online
consulting and online payment, In addition, from the perspective of strategic development, the
industry's development space was further improved, so that it could develop in a healthy state
for a long time. In the thinking mode of the Internet, virtual network brought people a new life
experience, and the appearance of electronic business was very convenient for people's daily
life, driving the deep reform of the world. With the constant development of the Internet, all
goods and services could be sold through the Internet. As the most traditional goods, books
could also be sold, borrowed and managed on the Internet. With the help of computer, the
necessary functions could be developed according to the requirements of book sales in two
aspects, including functions and techniques.
This time, a private bookstore management system was developed based on JSP and
MySQL. The system was built based on B/S structure. This system could achieve network
display, sales, borrowing and other functions of the books, and promote the books online.
Key words: private bookstore; Management system; JSP; Mysql
III
目 录
摘 要 ...........................................................................................................I
Abstract ........................................................................................................II
目 录 .........................................................................................................III
第一章 绪论 ................................................................................................1
1.1 开发背景.............................................................................................................1
1.2 当前发展状况......................................................................................................1
1.3 研究的意义..........................................................................................................2
1.4 开发工具及技术..................................................................................................2
1.4.1 网站开发环境.................................................................................................2
1.4.2 Mysql 数据库.................................................................................................2
1.4.3 JSP 技术.........................................................................................................2
第二章 需求分析 ........................................................................................3
2.1 需求调研..............................................................................................................3
2.2 可行性分析..........................................................................................................3
2.2.1 技术的可行性...........................................................................................3
2.2.2 经济的可行性...........................................................................................3
2.2.3 操作可行性...............................................................................................3
2.3 用户用例图..........................................................................................................4
2.3.1 管理员用例图...........................................................................................4
2.3.2 用户用例图...............................................................................................4
2.4 功能模块需求分析..............................................................................................5
2.5 性能需求..............................................................................................................5
第三章 数据库设计 ....................................................................................5
3.1 数据库的分析与设计..........................................................................................5
3.1.1 数据库的概念结构设计...........................................................................5
3.1.2 数据表的逻辑结构设计...........................................................................6
第四章 网站功能实现 ................................................................................8
4.1 系统后台主页.....................................................................................................8
IV
4.2 图书信息管理......................................................................................................9
4.3 图书借阅管理......................................................................................................9
4.4 图书归还管理....................................................................................................10
4.5 用户界面............................................................................................................10
第五章 系统测试 ......................................................................................11
5.1 系统测试的意义...............................................................................................12
5.3 系统测试的内容...............................................................................................12
5.4 系统测试结果....................................................................................................12
总结 ............................................................................................................13
致 谢 ..........................................................................................................14
参考文献 ....................................................................................................15