基于jsp技术的图书馆管理系统的设计与实现.rar
基于jsp技术的图书馆管理系统的设计与实现,本论文部分攻击30页,1.7万余字主要包含下属几部分:工作计划.doc开题报告表.doc论文(定稿).doc任务书.doc图片,代码.doc文献综述.doc选题审批表.doc基于jsp技术的图书馆管理系统源代码包含文件夹:database;library;安装说明.txt;lib.sql;以及完整源代码程序【摘 要】图...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 baobee 发布
本论文部分攻击30页,1.7万余字
主要包含下属几部分:
工作计划.doc
开题报告表.doc
论文(定稿).doc
任务书.doc
图片,代码.doc
文献综述.doc
选题审批表.doc
基于JSP技术的图书馆管理系统源代码
包含文件夹:database;library;安装说明.txt;lib.sql;以及完整源代码程序
【摘 要】
图书馆管理系统是一种典型的信息管理系统,其开发主要包括后台的数据库的建立、维护以及前端的相应应用程序的开发。在图书馆管理系统中,对读者来说,他们关心的问题其实是如何方便的查询到图书馆中的书籍以及自己正在借阅或是已经借阅过些什么书,所借的书是否到期等,对管理员来说,他所关心的问题是图书馆中有些什么书,它们都存放在那里,是不是可以被借阅,发放的的读者证有那些,如何管理这些读者证等。因此本系统主要实现了五个模块的功能:图书查询、借阅管理、图书管理、借阅证管理、读者规则管理。
本文介绍了图书馆管理系统的设计与实现过程,包括数据库、应用服务器、Web服务器的设计与实现。本系统是基于B/S结构下开发的,采用的是WindowsXP操作系统用Java、JSP、Dreamweaver+Mysql Server开发。系统前台开发页面用Dreamweaver设计,当网页页面元素需要调用数据库的数据时,通过JSP服务器调用JavaBean组件提取数据库数据返回前台显示。
关键字:图书馆、数据库、B/S、JSP、JavaBean
【Abstract】
The administrative system of the library is a kind of typical information management system ,which mail development includ setting-up and database in backstage, and the development application program in front stage. In the administrative system of the library, to the reader how to inquiry the books in the library in convenient and what books they are inquriying or have borrowed already,and the have borrowed is expire. These issues are most cared about to them.For administrator, what issues he care about includeing what books library have, where are they deposit in, if they can be borrowed, is there any reader card have granted, how to manage these reader cards ,etc.So this system has realized the function of five pieces of module mainly: Books inquire , borrow management , taking care of books , borrow card management , reader's rule manage.
This text has introduced the design and of realize the administrative system of the library , including the design and realize of the database , the application server, , Web server and realizing. This system is developed under B/S structure, and using Java,JSP,Dreamweaver and Mysql server in windowsXP operating system. We used Dreamweaver to design the systematic front dest develops pages,and We used JSP server to callback the JavaBean package to get data in the library and return to front desk.When the page element of the webpage needs to transfer the data of the database.
Key word: Library , database , B/S , JSP , JavaBean
目 录
【摘 要】 I
【Abstract】 II
一、前言 1
二、关键技术 2
(一)、JSP技术 2
(二)、JavaBean 2
(三)、JDBC 3
(四)、Servlet 3
三、系统概述 3
(一)、系统描述 3
(二)、系统任务 3
(三)、设计目标 3
四、需求分析 3
(一)、功能需求 3
(二)、环境需求 3
(三)、数据要求 3
(四)、功能模块划分 3
五、概要设计 3
(一)、设计思想 3
(二)、各个数据表的结构表 3
(三)、模块设计及功能 3
六、详细设计 3
(一)、详细设计概述 3
(二)、数据库连接组件 3
1.图书数据组件 3
2.馆藏数据组件 3
3.借阅数据组件 3
4.读者数据组件 3
(三)、设计与编写各模块 3
七、系统测试 3
(一)、测试目的 3
(二)、测试环境 3
(三)、测试方案 3
(四)、设计测试用例 3
八、总结 3
九、参考文献 3
十、致谢 3
附表1:毕业论文(设计)任务书
附表2:文献综述
附表3:毕业论文(设计)开题报告表
附表4:毕业论文工作计划
附录:图片,代码
九、参考文献
[1]孙东升,侯翠兰 《网络环境下图书馆建筑思考》 清华大学出版社
[2]王世伟 论网络环境下图书馆的六大重建
[3]黄卫伟 《管理学》第四版 中国人民大学出版社 2004年10月
[4]杨立文,向涛 对图书馆业务流程重组的思考.图书情报工作,2004(1):63~66
[5]缪其浩.“业务流程重组(BPR)”与图书馆改革.中国图书馆学报,2003(2):15~19
[6]陈大广 编制图书馆计划和规则的一些思考 2004年4月
[7]王克宏,柳西玲,丁峰. 《Java技术教程(中级篇)》 清华大学出版社2003年11月
[8] [美] David M.Geary,贺民 译. <> 北京大学出版社 2003年
[9] 林上杰,林康司 <> 电子工业出版社
[10]王磊 <<网站JSP后台解决方案[M]>> 人民邮电出版社
[12] Thinking in java, Bruce Eckel, 3nd Editon.
主要包含下属几部分:
工作计划.doc
开题报告表.doc
论文(定稿).doc
任务书.doc
图片,代码.doc
文献综述.doc
选题审批表.doc
基于JSP技术的图书馆管理系统源代码
包含文件夹:database;library;安装说明.txt;lib.sql;以及完整源代码程序
【摘 要】
图书馆管理系统是一种典型的信息管理系统,其开发主要包括后台的数据库的建立、维护以及前端的相应应用程序的开发。在图书馆管理系统中,对读者来说,他们关心的问题其实是如何方便的查询到图书馆中的书籍以及自己正在借阅或是已经借阅过些什么书,所借的书是否到期等,对管理员来说,他所关心的问题是图书馆中有些什么书,它们都存放在那里,是不是可以被借阅,发放的的读者证有那些,如何管理这些读者证等。因此本系统主要实现了五个模块的功能:图书查询、借阅管理、图书管理、借阅证管理、读者规则管理。
本文介绍了图书馆管理系统的设计与实现过程,包括数据库、应用服务器、Web服务器的设计与实现。本系统是基于B/S结构下开发的,采用的是WindowsXP操作系统用Java、JSP、Dreamweaver+Mysql Server开发。系统前台开发页面用Dreamweaver设计,当网页页面元素需要调用数据库的数据时,通过JSP服务器调用JavaBean组件提取数据库数据返回前台显示。
关键字:图书馆、数据库、B/S、JSP、JavaBean
【Abstract】
The administrative system of the library is a kind of typical information management system ,which mail development includ setting-up and database in backstage, and the development application program in front stage. In the administrative system of the library, to the reader how to inquiry the books in the library in convenient and what books they are inquriying or have borrowed already,and the have borrowed is expire. These issues are most cared about to them.For administrator, what issues he care about includeing what books library have, where are they deposit in, if they can be borrowed, is there any reader card have granted, how to manage these reader cards ,etc.So this system has realized the function of five pieces of module mainly: Books inquire , borrow management , taking care of books , borrow card management , reader's rule manage.
This text has introduced the design and of realize the administrative system of the library , including the design and realize of the database , the application server, , Web server and realizing. This system is developed under B/S structure, and using Java,JSP,Dreamweaver and Mysql server in windowsXP operating system. We used Dreamweaver to design the systematic front dest develops pages,and We used JSP server to callback the JavaBean package to get data in the library and return to front desk.When the page element of the webpage needs to transfer the data of the database.
Key word: Library , database , B/S , JSP , JavaBean
目 录
【摘 要】 I
【Abstract】 II
一、前言 1
二、关键技术 2
(一)、JSP技术 2
(二)、JavaBean 2
(三)、JDBC 3
(四)、Servlet 3
三、系统概述 3
(一)、系统描述 3
(二)、系统任务 3
(三)、设计目标 3
四、需求分析 3
(一)、功能需求 3
(二)、环境需求 3
(三)、数据要求 3
(四)、功能模块划分 3
五、概要设计 3
(一)、设计思想 3
(二)、各个数据表的结构表 3
(三)、模块设计及功能 3
六、详细设计 3
(一)、详细设计概述 3
(二)、数据库连接组件 3
1.图书数据组件 3
2.馆藏数据组件 3
3.借阅数据组件 3
4.读者数据组件 3
(三)、设计与编写各模块 3
七、系统测试 3
(一)、测试目的 3
(二)、测试环境 3
(三)、测试方案 3
(四)、设计测试用例 3
八、总结 3
九、参考文献 3
十、致谢 3
附表1:毕业论文(设计)任务书
附表2:文献综述
附表3:毕业论文(设计)开题报告表
附表4:毕业论文工作计划
附录:图片,代码
九、参考文献
[1]孙东升,侯翠兰 《网络环境下图书馆建筑思考》 清华大学出版社
[2]王世伟 论网络环境下图书馆的六大重建
[3]黄卫伟 《管理学》第四版 中国人民大学出版社 2004年10月
[4]杨立文,向涛 对图书馆业务流程重组的思考.图书情报工作,2004(1):63~66
[5]缪其浩.“业务流程重组(BPR)”与图书馆改革.中国图书馆学报,2003(2):15~19
[6]陈大广 编制图书馆计划和规则的一些思考 2004年4月
[7]王克宏,柳西玲,丁峰. 《Java技术教程(中级篇)》 清华大学出版社2003年11月
[8] [美] David M.Geary,贺民 译. <
[9] 林上杰,林康司 <
[10]王磊 <<网站JSP后台解决方案[M]>> 人民邮电出版社
[12] Thinking in java, Bruce Eckel, 3nd Editon.