文件名称:LibraryManage
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2015-09-17
- 文件大小:
- 5.96mb
- 下载次数:
- 0次
- 提 供 者:
- JonJ*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
图书管理系统是一个典型的数据库应用系统,主要完成图书的借阅、归还、续借和图书分类等一系列的管理方案。
本设计采用了MVC设计模式下的Struts框架开发技术,结合Web开发中的JSP技术以及MySQL数据库技术,在MyEclips+MySQL+Tomcat平台下开发完成的。
系统主要由系统设置、读者管理、图书管理、图书借还、系统查询、更改口令等几个管理模块组成的。通过本系统将会使图书馆的日常管理工作规范化、系统化、程序化,避免管理的随意性,提高信息处理的速度和准确性,能够及时、准确、有效地查询图书借还情况。从而使图书的管理更加人性化、智能化。-Library management system is a typical application system, mainly to complete the book lending, return, renewal and the classification of the books and a series of management plan.
This design uses the MVC design pattern of Struts fr a mework development technology, combined with the development of JSP Web technology and MySQL technology, the development of the MyEclips+MySQL+Tomcat platform.
System mainly by the system settings, the reader management, library management, books by the system, system query, change passwords, and other management module. Through this system will make the daily management of the library work standardization, system, procedure, avoid the randomness of management, improve the speed and accuracy of information processing, can timely, accurate and effective query books borrow also situation. So that the management of books more humane, intelligent.
本设计采用了MVC设计模式下的Struts框架开发技术,结合Web开发中的JSP技术以及MySQL数据库技术,在MyEclips+MySQL+Tomcat平台下开发完成的。
系统主要由系统设置、读者管理、图书管理、图书借还、系统查询、更改口令等几个管理模块组成的。通过本系统将会使图书馆的日常管理工作规范化、系统化、程序化,避免管理的随意性,提高信息处理的速度和准确性,能够及时、准确、有效地查询图书借还情况。从而使图书的管理更加人性化、智能化。-Library management system is a typical application system, mainly to complete the book lending, return, renewal and the classification of the books and a series of management plan.
This design uses the MVC design pattern of Struts fr a mework development technology, combined with the development of JSP Web technology and MySQL technology, the development of the MyEclips+MySQL+Tomcat platform.
System mainly by the system settings, the reader management, library management, books by the system, system query, change passwords, and other management module. Through this system will make the daily management of the library work standardization, system, procedure, avoid the randomness of management, improve the speed and accuracy of information processing, can timely, accurate and effective query books borrow also situation. So that the management of books more humane, intelligent.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LibraryManage\.classpath
.............\.mymetadata
.............\.project
.............\.settings\.jsdtscope
.............\.........\com.genuitec.eclipse.migration.prefs
.............\.........\org.eclipse.jdt.core.prefs
.............\.........\org.eclipse.wst.jsdt.ui.superType.container
.............\.........\org.eclipse.wst.jsdt.ui.superType.name
.............\Database\db_library\db.opt
.............\........\..........\tb_bookcase.frm
.............\........\..........\tb_bookcase.MYD
.............\........\..........\tb_bookcase.MYI
.............\........\..........\tb_bookinfo.frm
.............\........\..........\tb_bookinfo.MYD
.............\........\..........\tb_bookinfo.MYI
.............\........\..........\tb_booktype.frm
.............\........\..........\tb_booktype.MYD
.............\........\..........\tb_booktype.MYI
.............\........\..........\tb_borrow.frm
.............\........\..........\tb_borrow.MYD
.............\........\..........\tb_borrow.MYI
.............\........\..........\tb_giveback.frm
.............\........\..........\tb_giveback.MYD
.............\........\..........\tb_giveback.MYI
.............\........\..........\tb_library.frm
.............\........\..........\tb_library.MYD
.............\........\..........\tb_library.MYI
.............\........\..........\tb_manager.frm
.............\........\..........\tb_manager.MYD
.............\........\..........\tb_manager.MYI
.............\........\..........\tb_parameter.frm
.............\........\..........\tb_parameter.MYD
.............\........\..........\tb_parameter.MYI
.............\........\..........\tb_publishing.frm
.............\........\..........\tb_publishing.MYD
.............\........\..........\tb_publishing.MYI
.............\........\..........\tb_purview.frm
.............\........\..........\tb_purview.MYD
.............\........\..........\tb_purview.MYI
.............\........\..........\tb_reader.frm
.............\........\..........\tb_reader.MYD
.............\........\..........\tb_reader.MYI
.............\........\..........\tb_readertype.frm
.............\........\..........\tb_readertype.MYD
.............\........\..........\tb_readertype.MYI
.............\src\com\action\Book.java
.............\...\...\......\BookCase.java
.............\...\...\......\BookType.java
.............\...\...\......\Borrow.java
.............\...\...\......\Library.java
.............\...\...\......\Manager.java
.............\...\...\......\Parameter.java
.............\...\...\......\Publishing.java
.............\...\...\......\Reader.java
.............\...\...\......\ReaderType.java
.............\...\...\......Form\BookCaseForm.java
.............\...\...\..........\BookForm.java
.............\...\...\..........\BookTypeForm.java
.............\...\...\..........\BorrowForm.java
.............\...\...\..........\LibraryForm.java
.............\...\...\..........\ManagerForm.java
.............\...\...\..........\ParameterForm.java
.............\...\...\..........\PublishingForm.java
.............\...\...\..........\ReaderForm.java
.............\...\...\..........\ReaderTypeForm.java
.............\...\...\core\ChStr.java
.............\...\...\....\ConnDB.class
.............\...\...\....\ConnDB.java
.............\...\...\dao\BookCaseDAO.java
.............\...\...\...\BookDAO.java
.............\...\...\...\BookTypeDAO.java
.............\...\...\...\BorrowDAO.java
.............\...\...\...\LibraryDAO.java
.............\...\...\...\ManagerDAO.java
.............\...\...\...\ParameterDAO.java
.............\...\...\...\PublishingDAO.java
.............\...\...\...\ReaderDAO.java
.............\...\...\...\ReaderTypeDAO.java
.............\...\...\...\RequestEncodingFilter.java
.............\...\META-INF\MANIFEST.MF
.............\...\Proxool.properties
.............\WebRoot\book.jsp
.............\.......\bookBack.jsp
.............\.......\bookBack_ok.jsp
.............\.......\bookBorrow.jsp
.............\.......\bookBorrow_ok.jsp
.............\.......\bookcase.jsp
.............\.......\bookcase_add.jsp
.............\.......\bookCase_Modify.jsp
.......