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

文件名称:Strut2_Example

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-12-08
  • 文件大小:
    5.04mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

用JAVA2EE编写的一个图书管理系统实现了基本的结束还书功能-Written by JAVA2EE a library management system to achieve the basic function of the end of books
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Strut2_Example/
Strut2_Example/.classpath
Strut2_Example/.mymetadata
Strut2_Example/.project
Strut2_Example/.settings/
Strut2_Example/.settings/.jsdtscope
Strut2_Example/.settings/org.eclipse.jdt.core.prefs
Strut2_Example/.settings/org.eclipse.wst.common.component
Strut2_Example/.settings/org.eclipse.wst.common.project.facet.core.xml
Strut2_Example/.settings/org.eclipse.wst.jsdt.ui.superType.container
Strut2_Example/.settings/org.eclipse.wst.jsdt.ui.superType.name
Strut2_Example/WebRoot/
Strut2_Example/WebRoot/META-INF/
Strut2_Example/WebRoot/META-INF/MANIFEST.MF
Strut2_Example/WebRoot/WEB-INF/
Strut2_Example/WebRoot/WEB-INF/classes/
Strut2_Example/WebRoot/WEB-INF/classes/org/
Strut2_Example/WebRoot/WEB-INF/classes/org/action/
Strut2_Example/WebRoot/WEB-INF/classes/org/action/BookAction-validation.xml
Strut2_Example/WebRoot/WEB-INF/classes/org/action/BookAction.class
Strut2_Example/WebRoot/WEB-INF/classes/org/action/GivebackAction.class
Strut2_Example/WebRoot/WEB-INF/classes/org/action/LendAction.class
Strut2_Example/WebRoot/WEB-INF/classes/org/action/LoginAction.class
Strut2_Example/WebRoot/WEB-INF/classes/org/dao/
Strut2_Example/WebRoot/WEB-INF/classes/org/dao/BookDao.class
Strut2_Example/WebRoot/WEB-INF/classes/org/dao/GivebackDao.class
Strut2_Example/WebRoot/WEB-INF/classes/org/dao/LendDao.class
Strut2_Example/WebRoot/WEB-INF/classes/org/dao/LoginDao.class
Strut2_Example/WebRoot/WEB-INF/classes/org/dao/StudentDao.class
Strut2_Example/WebRoot/WEB-INF/classes/org/db/
Strut2_Example/WebRoot/WEB-INF/classes/org/db/DBConn.class
Strut2_Example/WebRoot/WEB-INF/classes/org/model/
Strut2_Example/WebRoot/WEB-INF/classes/org/model/Book.class
Strut2_Example/WebRoot/WEB-INF/classes/org/model/Giveback.class
Strut2_Example/WebRoot/WEB-INF/classes/org/model/Lend.class
Strut2_Example/WebRoot/WEB-INF/classes/org/model/Login.class
Strut2_Example/WebRoot/WEB-INF/classes/org/model/Student.class
Strut2_Example/WebRoot/WEB-INF/classes/org/tool/
Strut2_Example/WebRoot/WEB-INF/classes/org/tool/Pager.class
Strut2_Example/WebRoot/WEB-INF/classes/struts.xml
Strut2_Example/WebRoot/WEB-INF/lib/
Strut2_Example/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
Strut2_Example/WebRoot/WEB-INF/lib/commons-io-1.4.jar
Strut2_Example/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
Strut2_Example/WebRoot/WEB-INF/lib/freemarker-2.3.8.jar
Strut2_Example/WebRoot/WEB-INF/lib/ognl-2.6.11.jar
Strut2_Example/WebRoot/WEB-INF/lib/sqljdbc.jar
Strut2_Example/WebRoot/WEB-INF/lib/struts2-core-2.0.14.jar
Strut2_Example/WebRoot/WEB-INF/lib/xwork-2.0.7.jar
Strut2_Example/WebRoot/WEB-INF/web.xml
Strut2_Example/WebRoot/about.jsp
Strut2_Example/WebRoot/bookmanage.jsp
Strut2_Example/WebRoot/giveback.jsp
Strut2_Example/WebRoot/head.jsp
Strut2_Example/WebRoot/images/
Strut2_Example/WebRoot/images/about.jpg
Strut2_Example/WebRoot/images/bookmanage.jpg
Strut2_Example/WebRoot/images/bookmanage1.jpg
Strut2_Example/WebRoot/images/booksearch.jpg
Strut2_Example/WebRoot/images/booksearch1.jpg
Strut2_Example/WebRoot/images/giveback.jpg
Strut2_Example/WebRoot/images/giveback1.jpg
Strut2_Example/WebRoot/images/head.jpg
Strut2_Example/WebRoot/images/left.jpg
Strut2_Example/WebRoot/images/lend.jpg
Strut2_Example/WebRoot/images/lend1.jpg
Strut2_Example/WebRoot/images/lendsearch.jpg
Strut2_Example/WebRoot/images/lendsearch1.jpg
Strut2_Example/WebRoot/images/login.jpg
Strut2_Example/WebRoot/images/middle.jpg
Strut2_Example/WebRoot/images/password.jpg
Strut2_Example/WebRoot/images/studentmanage.jpg
Strut2_Example/WebRoot/images/studentmanage1.jpg
Strut2_Example/WebRoot/images/title.jpg
Strut2_Example/WebRoot/index.jsp
Strut2_Example/WebRoot/lend.jsp
Strut2_Example/src/
Strut2_Example/src/org/
Strut2_Example/src/org/action/
Strut2_Example/src/org/action/BookAction-validation.xml
Strut2_Example/src/org/action/BookAction.java
Strut2_Example/src/org/action/GivebackAction.java
Strut2_Example/src/org/action/LendAction.java
Strut2_Example/src/org/action/LoginAction.java
Strut2_Example/src/org/dao/
Strut2_Example/src/org/dao/BookDao.java
Strut2_Example/src/org/dao/GivebackDao.java
Strut2_Example/src/org/dao/LendDao.java
Strut2_Example/src/org/dao/LoginDao.java
Strut2_Example/src/org/dao/StudentDao.java
Strut2_Example/src/org/db/
Strut2_Example/src/org/db/DBConn.java
Strut2_Example/src/org/model/
Strut2_Example/src/org/model/Book.java
Strut2_Example/src/org/model/Giveback.java
Strut2_Example/src/org/model/Lend.java
Strut2_Example/src/org/model/Login.java
Strut2_Example/src/org/model/Student.java
Strut2_Example/src/org/tool/
Strut2_Example/src/org/tool/Pager.java
Strut2_Example/src/struts.xml
easyui-dms/
easyui-dms/.classpath
easyui-dms/.project
easyui-dms/.settings/
easyui-dms/.settings/.jsdtscope
easyui-dms/.settings/org.eclipse.jdt.core.prefs
easyui-dms/.settings/org.eclipse.wst.common.component
easyui-dms/.settings/org.eclipse.wst.common.project.facet.core.xml
easyui-dms/.settings/org.eclipse.wst.jsdt.ui.superType.container
easyui-dms/.settings/org.eclipse.wst.jsdt.ui.superType.name
easyui-dms/build/
easyui-dms/build/classes/
easyui-dms/build/classes/controllers/
easyui-dms/build/classes/controllers/Applic

相关说明

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

相关评论

暂无评论内容.

发表评论

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

浏览历史记录

关闭