CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称: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...
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com