文件名称:Strut2_Example
-
所属分类:
- 标签属性:
- 上传时间:2013-12-08
-
文件大小:5.04mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用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
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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
