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

文件名称:mytest

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    21.25mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

一个简单的增删改查,自己学习做的。用的是ssh架构。很简单,初学。-A simple CRUD, learning to do
(系统自动生成,下载前可以参看下载内容)

下载文件列表

mytest/
mytest/.classpath
mytest/.myeclipse/
mytest/.myhibernatedata
mytest/.mymetadata
mytest/.project
mytest/.settings/
mytest/.settings/org.springframework.ide.eclipse.core.prefs
mytest/.springBeans
mytest/src/
mytest/src/com/
mytest/src/com/test/
mytest/src/com/test/action/
mytest/src/com/test/action/sectors/
mytest/src/com/test/action/sectors/ListSectorsAction.java
mytest/src/com/test/action/sectors/RemoveSectorsAction.java
mytest/src/com/test/action/sectors/SaveSectorsAction.java
mytest/src/com/test/action/sectors/UpdatePSectorsAction.java
mytest/src/com/test/action/sectors/UpdateSectorsAction.java
mytest/src/com/test/action/user/
mytest/src/com/test/action/user/GenerateExcelAction.java
mytest/src/com/test/action/user/ListUserAction.java
mytest/src/com/test/action/user/RemoveUserAction.java
mytest/src/com/test/action/user/SaveUserAction-validation.xml
mytest/src/com/test/action/user/SaveUserAction.java
mytest/src/com/test/action/user/UpdatePUserAction.java
mytest/src/com/test/action/user/UpdateUserAction-validation.xml
mytest/src/com/test/action/user/UpdateUserAction.java
mytest/src/com/test/bean/
mytest/src/com/test/bean/Sectors.hbm.xml
mytest/src/com/test/bean/Sectors.java
mytest/src/com/test/bean/User-user-validation.xml
mytest/src/com/test/bean/User.hbm.xml
mytest/src/com/test/bean/User.java
mytest/src/com/test/dao/
mytest/src/com/test/dao/impl/
mytest/src/com/test/dao/impl/SectorsDAOImpl.java
mytest/src/com/test/dao/impl/UserDAOImpl.java
mytest/src/com/test/dao/SectorsDAO.java
mytest/src/com/test/dao/UserDAO.java
mytest/src/com/test/service/
mytest/src/com/test/service/impl/
mytest/src/com/test/service/impl/SectorsServiceImpl.java
mytest/src/com/test/service/impl/UserServiceImpl.java
mytest/src/com/test/service/SectorsService.java
mytest/src/com/test/service/UserService.java
mytest/src/globalMessages_en.properties
mytest/src/globalMessages_zh.properties
mytest/src/hibernate.cfg.xml
mytest/src/struts.properties
mytest/src/struts.xml
mytest/WebRoot/
mytest/WebRoot/index.jsp
mytest/WebRoot/list.jsp
mytest/WebRoot/META-INF/
mytest/WebRoot/META-INF/MANIFEST.MF
mytest/WebRoot/sectorslist.jsp
mytest/WebRoot/sectorssave.jsp
mytest/WebRoot/sectorsupdate.jsp
mytest/WebRoot/update.jsp
mytest/WebRoot/usersave.jsp
mytest/WebRoot/WEB-INF/
mytest/WebRoot/WEB-INF/applicationContext.xml
mytest/WebRoot/WEB-INF/classes/
mytest/WebRoot/WEB-INF/classes/com/
mytest/WebRoot/WEB-INF/classes/com/test/
mytest/WebRoot/WEB-INF/classes/com/test/action/
mytest/WebRoot/WEB-INF/classes/com/test/action/sectors/
mytest/WebRoot/WEB-INF/classes/com/test/action/sectors/ListSectorsAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/sectors/RemoveSectorsAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/sectors/SaveSectorsAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/sectors/UpdatePSectorsAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/sectors/UpdateSectorsAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/user/
mytest/WebRoot/WEB-INF/classes/com/test/action/user/GenerateExcelAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/user/ListUserAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/user/RemoveUserAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/user/SaveUserAction-validation.xml
mytest/WebRoot/WEB-INF/classes/com/test/action/user/SaveUserAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/user/UpdatePUserAction.class
mytest/WebRoot/WEB-INF/classes/com/test/action/user/UpdateUserAction-validation.xml
mytest/WebRoot/WEB-INF/classes/com/test/action/user/UpdateUserAction.class
mytest/WebRoot/WEB-INF/classes/com/test/bean/
mytest/WebRoot/WEB-INF/classes/com/test/bean/Sectors.class
mytest/WebRoot/WEB-INF/classes/com/test/bean/Sectors.hbm.xml
mytest/WebRoot/WEB-INF/classes/com/test/bean/User-user-validation.xml
mytest/WebRoot/WEB-INF/classes/com/test/bean/User.class
mytest/WebRoot/WEB-INF/classes/com/test/bean/User.hbm.xml
mytest/WebRoot/WEB-INF/classes/com/test/dao/
mytest/WebRoot/WEB-INF/classes/com/test/dao/impl/
mytest/WebRoot/WEB-INF/classes/com/test/dao/impl/SectorsDAOImpl.class
mytest/WebRoot/WEB-INF/classes/com/test/dao/impl/UserDAOImpl.class
mytest/WebRoot/WEB-INF/classes/com/test/dao/SectorsDAO.class
mytest/WebRoot/WEB-INF/classes/com/test/dao/UserDAO.class
mytest/WebRoot/WEB-INF/classes/com/test/service/
mytest/WebRoot/WEB-INF/classes/com/test/service/impl/
mytest/WebRoot/WEB-INF/classes/com/test/service/impl/SectorsServiceImpl.class
mytest/WebRoot/WEB-INF/classes/com/test/service/impl/UserServiceImpl.class
mytest/WebRoot/WEB-INF/classes/com/test/service/SectorsService.class
mytest/WebRoot/WEB-INF/classes/com/test/service/UserService.class
mytest/WebRoot/WEB-INF/classes/globalMessages_en.properties
mytest/WebRoot/WEB-INF/classes/globalMessages_zh.properties
mytest/WebRoot/WEB-INF/classes/hibernate.cfg.xml
mytest/WebRoot/WEB-INF/classes/struts.properties
mytest/WebRoot/WEB-INF/classes/struts.xml
mytest/WebRoot/WEB-INF/lib/
mytest/WebRoot/WEB-INF/lib/antlr-2.7.6.jar
mytest/WebRoot/WEB-INF/lib/aopalliance.jar
mytest/WebRoot/WEB-INF/lib/asm-attrs.jar
mytest/

相关说明

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

相关评论

暂无评论内容.

发表评论

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