文件名称:ZBHouses
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-04-14
- 文件大小:
- 1.5mb
- 下载次数:
- 0次
- 提 供 者:
- zha****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计两张表,区(编号,名称)和房屋(ID,房主姓名,房屋描述,价格,所属区)
使用SSH方案,实现如下功能:
A. 列表显示区和该区下的房屋列表(分页可选)
B. 房屋登记
C. 根据房主姓名,查询该房主的房屋信息-Design of two tables, area (number, name) and housing (ID, owner name, house descr iption, price, to your region) using SSH programs to achieve the following functions: A. The list displays a list of housing area and the area under (tab optional) B. Housing C. according to the owner name registration, the owner of housing information query
使用SSH方案,实现如下功能:
A. 列表显示区和该区下的房屋列表(分页可选)
B. 房屋登记
C. 根据房主姓名,查询该房主的房屋信息-Design of two tables, area (number, name) and housing (ID, owner name, house descr iption, price, to your region) using SSH programs to achieve the following functions: A. The list displays a list of housing area and the area under (tab optional) B. Housing C. according to the owner name registration, the owner of housing information query
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ZBHouses\.classpath
........\.mymetadata
........\.project
........\.settings\.jsdtscope
........\.........\org.eclipse.jdt.core.prefs
........\.........\org.eclipse.wst.jsdt.ui.superType.container
........\.........\org.eclipse.wst.jsdt.ui.superType.name
........\src\applicationContext.xml
........\...\com\icss\zb\filter\CharacterEncodingFilter.java
........\...\...\....\..\house\biz\HouseBiz.java
........\...\...\....\..\.....\...\SpringContext.java
........\...\...\....\..\.....\control\HouseAction.java
........\...\...\....\..\.....\dao\HouseDao.java
........\...\...\....\..\.....\.to\AllHouseInfo.java
........\...\...\....\..\.....\entity\Tdistrict.hbm.xml
........\...\...\....\..\.....\......\Tdistrict.java
........\...\...\....\..\.....\......\Thouse.hbm.xml
........\...\...\....\..\.....\......\Thouse.java
........\...\hibernate.cfg.xml
........\...\struts.xml
........\WebRoot\error.jsp
........\.......\getAllHouses.jsp
........\.......\index.jsp
........\.......\inquery.jsp
........\.......\META-INF\MANIFEST.MF
........\.......\register.jsp
........\.......\WEB-INF\classes\applicationContext.xml
........\.......\.......\.......\com\icss\zb\filter\CharacterEncodingFilter.class
........\.......\.......\.......\...\....\..\house\biz\HouseBiz.class
........\.......\.......\.......\...\....\..\.....\...\SpringContext.class
........\.......\.......\.......\...\....\..\.....\control\HouseAction.class
........\.......\.......\.......\...\....\..\.....\dao\HouseDao.class
........\.......\.......\.......\...\....\..\.....\.to\AllHouseInfo.class
........\.......\.......\.......\...\....\..\.....\entity\Tdistrict.class
........\.......\.......\.......\...\....\..\.....\......\Tdistrict.hbm.xml
........\.......\.......\.......\...\....\..\.....\......\Thouse.class
........\.......\.......\.......\...\....\..\.....\......\Thouse.hbm.xml
........\.......\.......\.......\hibernate.cfg.xml
........\.......\.......\.......\struts.xml
........\.......\.......\lib\commons-io.jar
........\.......\.......\...\ojdbc14.jar
........\.......\.......\web.xml
........\.......\.......\classes\com\icss\zb\house\biz
........\.......\.......\.......\...\....\..\.....\control
........\.......\.......\.......\...\....\..\.....\dao
........\.......\.......\.......\...\....\..\.....\dto
........\.......\.......\.......\...\....\..\.....\entity
........\.......\.......\.......\...\....\..\filter
........\.......\.......\.......\...\....\..\house
........\src\com\icss\zb\house\biz
........\...\...\....\..\.....\control
........\...\...\....\..\.....\dao
........\...\...\....\..\.....\dto
........\...\...\....\..\.....\entity
........\WebRoot\WEB-INF\classes\com\icss\zb
........\src\com\icss\zb\filter
........\...\...\....\..\house
........\WebRoot\WEB-INF\classes\com\icss
........\src\com\icss\zb
........\WebRoot\WEB-INF\classes\com
........\src\com\icss
........\WebRoot\WEB-INF\classes
........\.......\.......\lib
........\src\com
........\WebRoot\META-INF
........\.......\WEB-INF
........\.myeclipse
........\.settings
........\src
........\WebRoot
ZBHouses