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

文件名称:houserent

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

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

使用struts2 完成的 增删改房屋管理系统配套数据库也有-CRUD using struts2 complete housing management system supporting databases too. .
(系统自动生成,下载前可以参看下载内容)

下载文件列表

houserent/.classpath
houserent/.project
houserent/.settings/.jsdtscope
houserent/.settings/org.eclipse.core.resources.prefs
houserent/.settings/org.eclipse.jdt.core.prefs
houserent/.settings/org.eclipse.wst.common.component
houserent/.settings/org.eclipse.wst.common.project.facet.core.xml
houserent/.settings/org.eclipse.wst.jsdt.ui.superType.container
houserent/.settings/org.eclipse.wst.jsdt.ui.superType.name
houserent/bin/META-INF/MANIFEST.MF
houserent/bin/META-INF/web-fragment.xml
houserent/build/classes/cn/jbit/houserent/action/Add.class
houserent/build/classes/cn/jbit/houserent/action/Add.properties
houserent/build/classes/cn/jbit/houserent/action/Default.class
houserent/build/classes/cn/jbit/houserent/action/DetailAction.class
houserent/build/classes/cn/jbit/houserent/action/EditAction.class
houserent/build/classes/cn/jbit/houserent/action/EditdeAction.class
houserent/build/classes/cn/jbit/houserent/action/HouseAction.class
houserent/build/classes/cn/jbit/houserent/action/Login.class
houserent/build/classes/cn/jbit/houserent/action/Manage.class
houserent/build/classes/cn/jbit/houserent/action/ModifyAction.class
houserent/build/classes/cn/jbit/houserent/bean/District.class
houserent/build/classes/cn/jbit/houserent/bean/District.hbm.xml
houserent/build/classes/cn/jbit/houserent/bean/House.class
houserent/build/classes/cn/jbit/houserent/bean/House.hbm.xml
houserent/build/classes/cn/jbit/houserent/bean/Street.class
houserent/build/classes/cn/jbit/houserent/bean/Street.hbm.xml
houserent/build/classes/cn/jbit/houserent/bean/Type.class
houserent/build/classes/cn/jbit/houserent/bean/Type.hbm.xml
houserent/build/classes/cn/jbit/houserent/bean/User.class
houserent/build/classes/cn/jbit/houserent/bean/User.hbm.xml
houserent/build/classes/cn/jbit/houserent/biz/HouseBiz.class
houserent/build/classes/cn/jbit/houserent/biz/impl/HouseBizImpl.class
houserent/build/classes/cn/jbit/houserent/biz/impl/StreetBizImpl.class
houserent/build/classes/cn/jbit/houserent/biz/impl/TypeBizImpl.class
houserent/build/classes/cn/jbit/houserent/biz/impl/UserBizImpl.class
houserent/build/classes/cn/jbit/houserent/biz/StreetBiz.class
houserent/build/classes/cn/jbit/houserent/biz/TypeBiz.class
houserent/build/classes/cn/jbit/houserent/biz/UserBiz.class
houserent/build/classes/cn/jbit/houserent/dao/BaseDao.class
houserent/build/classes/cn/jbit/houserent/dao/BaseHibernateDAO.class
houserent/build/classes/cn/jbit/houserent/dao/DistrictDao.class
houserent/build/classes/cn/jbit/houserent/dao/hibimpl/DistrictDaoHibImpl.class
houserent/build/classes/cn/jbit/houserent/dao/hibimpl/HouseDaoHibImpl.class
houserent/build/classes/cn/jbit/houserent/dao/hibimpl/StreetDaoHibImpl.class
houserent/build/classes/cn/jbit/houserent/dao/hibimpl/TypeDaoHibImpl.class
houserent/build/classes/cn/jbit/houserent/dao/hibimpl/UserDaoHibImpl.class
houserent/build/classes/cn/jbit/houserent/dao/HouseDao.class
houserent/build/classes/cn/jbit/houserent/dao/StreetDao.class
houserent/build/classes/cn/jbit/houserent/dao/TypeDao.class
houserent/build/classes/cn/jbit/houserent/dao/UserDao.class
houserent/build/classes/cn/jbit/houserent/filter/CharacterEncodingFilter$HttpRequestWrapper.class
houserent/build/classes/cn/jbit/houserent/filter/CharacterEncodingFilter.class
houserent/build/classes/cn/jbit/houserent/interceptor/AuthorizationInterceptor.class
houserent/build/classes/cn/jbit/houserent/interceptor/TimeInterceptor.class
houserent/build/classes/cn/jbit/houserent/util/DateConverter.class
houserent/build/classes/cn/jbit/houserent/util/HibernateUtil.class
houserent/build/classes/cn/jbit/houserent/util/QueryProperties.class
houserent/build/classes/cn/jbit/houserent/util/QueryUser.class
houserent/build/classes/hibernate.cfg.xml
houserent/build/classes/log4j.properties
houserent/build/classes/message.properties
houserent/build/classes/META-INF/MANIFEST.MF
houserent/build/classes/META-INF/web-fragment.xml
houserent/build/classes/struts.xml
houserent/build/classes/xwork-conversion.properties
houserent/sql/create.sql
houserent/sql/init.sql
houserent/src/cn/jbit/houserent/action/Add.java
houserent/src/cn/jbit/houserent/action/Add.properties
houserent/src/cn/jbit/houserent/action/Default.java
houserent/src/cn/jbit/houserent/action/DetailAction.java
houserent/src/cn/jbit/houserent/action/EditAction.java
houserent/src/cn/jbit/houserent/action/EditdeAction.java
houserent/src/cn/jbit/houserent/action/HouseAction.java
houserent/src/cn/jbit/houserent/action/Login.java
houserent/src/cn/jbit/houserent/action/Manage.java
houserent/src/cn/jbit/houserent/action/ModifyAction.java
houserent/src/cn/jbit/houserent/bean/District.hbm.xml
houserent/src/cn/jbit/houserent/bean/District.java
houserent/src/cn/jbit/houserent/bean/House.hbm.xml
houserent/src/cn/jbit/houserent/bean/House.java
houserent/src/cn/jbit/houserent/bean/Street.hbm.xml
houserent/src/cn/jbit/houserent/bean/Street.java
houserent/src/cn/jbit/houserent/bean/Type.hbm.xml
houserent/src/cn/jbit/houserent/bean/Type.java
houserent/src/cn/jbit/houserent/bean/User.hbm.xml
houserent/src/cn/jbit/houserent/bean/User.java
houserent/src/cn/jbit/houserent/biz/HouseBiz.j

相关说明

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

相关评论

暂无评论内容.

发表评论

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