文件名称:OnlineLibrarySystem
-
所属分类:
- 标签属性:
- 上传时间:2013-11-19
-
文件大小:20.22mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个在线图书馆系统(SSH框架)。角色分为普通用户与管理员,管理员又可根据权限细分。管理员可根据权限进行各种操作,用户只能查询同自己相关的信息。
附带了数据库建表及测试数据插入sql。
环境:
IDE--Eclipse J2EE
数据库--MySql
Web容器--Tomcat
主要技术:
Web方面--JSP、Javascr ipt、CSS
框架方面--Spring、Struts、Hibernate-An online library system (SSH framework). Role divided into ordinary users and administrators, but also under the authority subdivision. Administrators can perform various operations under the authority, users can check with their related information.
Sqls for creating tables and inserting entries for testing has been attached.
Environment:
IDE- Eclipse J2EE
Database- MySql
Web Container- Tomcat
Key technologies:
Web aspect- JSP, Javascr ipt, CSS
Frameworks- Spring, Struts, Hibernate...
附带了数据库建表及测试数据插入sql。
环境:
IDE--Eclipse J2EE
数据库--MySql
Web容器--Tomcat
主要技术:
Web方面--JSP、Javascr ipt、CSS
框架方面--Spring、Struts、Hibernate-An online library system (SSH framework). Role divided into ordinary users and administrators, but also under the authority subdivision. Administrators can perform various operations under the authority, users can check with their related information.
Sqls for creating tables and inserting entries for testing has been attached.
Environment:
IDE- Eclipse J2EE
Database- MySql
Web Container- Tomcat
Key technologies:
Web aspect- JSP, Javascr ipt, CSS
Frameworks- Spring, Struts, Hibernate...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OnlineLibrarySystem/
OnlineLibrarySystem/BookMS/
OnlineLibrarySystem/BookMS/.classpath
OnlineLibrarySystem/BookMS/.project
OnlineLibrarySystem/BookMS/.settings/
OnlineLibrarySystem/BookMS/.settings/.jsdtscope
OnlineLibrarySystem/BookMS/.settings/org.eclipse.jdt.core.prefs
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.common.component
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.common.project.facet.core.xml
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.jsdt.ui.superType.container
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.jsdt.ui.superType.name
OnlineLibrarySystem/BookMS/build/
OnlineLibrarySystem/BookMS/conf/
OnlineLibrarySystem/BookMS/conf/struts.xml
OnlineLibrarySystem/BookMS/src/
OnlineLibrarySystem/BookMS/src/beans.xml
OnlineLibrarySystem/BookMS/src/com/
OnlineLibrarySystem/BookMS/src/com/bankht/
OnlineLibrarySystem/BookMS/src/com/bankht/dao/
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BookCaseDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BookDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BookTypeDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BorrowDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BookCaseDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BookDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BookTypeDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BorrowDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/LibraryDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ManagerDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/PaperTypeDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ParameterDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/PublishingDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/PurviewDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ReaderDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ReaderTypeDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/LibraryDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ManagerDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/PaperTypeDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ParameterDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/PublishingDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/PurviewDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ReaderDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ReaderTypeDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/
OnlineLibrarySystem/BookMS/src/com/bankht/service/BookCaseService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/BookService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/BookTypeService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/BorrowService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BookCaseServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BookServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BookTypeServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BorrowServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/LibraryServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ManagerServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/PaperTypeServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ParameterServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/PublishingServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/PurviewServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ReaderServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ReaderTypeServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/LibraryService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ManagerService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/PaperTypeService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ParameterService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/PublishingService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/PurviewService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ReaderService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ReaderTypeService.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBook.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBookCase.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBookType.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBorrow.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestLibrary.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestManager.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestPaperType.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestParameter.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestPublishing.java
OnlineLibrarySystem/BookMS/s
OnlineLibrarySystem/BookMS/
OnlineLibrarySystem/BookMS/.classpath
OnlineLibrarySystem/BookMS/.project
OnlineLibrarySystem/BookMS/.settings/
OnlineLibrarySystem/BookMS/.settings/.jsdtscope
OnlineLibrarySystem/BookMS/.settings/org.eclipse.jdt.core.prefs
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.common.component
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.common.project.facet.core.xml
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.jsdt.ui.superType.container
OnlineLibrarySystem/BookMS/.settings/org.eclipse.wst.jsdt.ui.superType.name
OnlineLibrarySystem/BookMS/build/
OnlineLibrarySystem/BookMS/conf/
OnlineLibrarySystem/BookMS/conf/struts.xml
OnlineLibrarySystem/BookMS/src/
OnlineLibrarySystem/BookMS/src/beans.xml
OnlineLibrarySystem/BookMS/src/com/
OnlineLibrarySystem/BookMS/src/com/bankht/
OnlineLibrarySystem/BookMS/src/com/bankht/dao/
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BookCaseDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BookDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BookTypeDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/BorrowDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BookCaseDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BookDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BookTypeDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/BorrowDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/LibraryDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ManagerDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/PaperTypeDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ParameterDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/PublishingDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/PurviewDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ReaderDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/impl/ReaderTypeDAOImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/LibraryDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ManagerDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/PaperTypeDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ParameterDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/PublishingDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/PurviewDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ReaderDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/dao/ReaderTypeDAO.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/
OnlineLibrarySystem/BookMS/src/com/bankht/service/BookCaseService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/BookService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/BookTypeService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/BorrowService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BookCaseServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BookServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BookTypeServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/BorrowServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/LibraryServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ManagerServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/PaperTypeServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ParameterServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/PublishingServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/PurviewServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ReaderServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/impl/ReaderTypeServiceImpl.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/LibraryService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ManagerService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/PaperTypeService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ParameterService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/PublishingService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/PurviewService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ReaderService.java
OnlineLibrarySystem/BookMS/src/com/bankht/service/ReaderTypeService.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBook.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBookCase.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBookType.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestBorrow.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestLibrary.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestManager.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestPaperType.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestParameter.java
OnlineLibrarySystem/BookMS/src/com/bankht/test/TestPublishing.java
OnlineLibrarySystem/BookMS/s
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.