91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫,采用spring+struts2+hibernate POI技術(shù)完成,附加數(shù)據(jù)庫源碼,Q

資源截圖

代碼片段和文件信息

package?com.bdqn.house.action;

import?java.util.ArrayList;
import?java.util.HashMap;
import?java.util.List;
import?java.util.Map;

import?com.bdqn.house.biz.HouseBiz;
import?com.bdqn.house.entity.District;
import?com.bdqn.house.entity.House;
import?com.bdqn.house.entity.Street;
import?com.bdqn.house.entity.Type;
import?com.bdqn.house.entity.User;
import?com.bdqn.house.util.Pagnation;
import?com.opensymphony.xwork2.ActionContext;

public?class?HouseAction?{

private?HouseBiz?housebiz;?
public?void?setHousebiz(HouseBiz?housebiz)?{
this.housebiz?=?housebiz;
}

private?List?houses?=?new?ArrayList();

public?void?setHouses(List?houses)?{
this.houses?=?houses;
}

public?List?getHouses()?{
return?houses;
}

//?房屋查詢條件參數(shù)
private?String?title;
private?String?price;
private?Integer?type_id;
private?String?floorage;
private?Integer?street_id;
private?Integer?pageIndex;

public?void?setPageIndex(Integer?pageIndex)?{
this.pageIndex?=?pageIndex;
}

public?Integer?getPageIndex()?{
return?pageIndex;
}

public?String?gettitle()?{
return?title;
}

public?void?settitle(String?title)?{
this.title?=?title;
}

public?String?getPrice()?{
return?price;
}

public?void?setPrice(String?price)?{
this.price?=?price;
}

public?Integer?getType_id()?{
return?type_id;
}

public?void?setType_id(Integer?type_id)?{
this.type_id?=?type_id;
}

public?String?getFloorage()?{
return?floorage;
}

public?void?setFloorage(String?floorage)?{
this.floorage?=?floorage;
}

public?Integer?getStreet_id()?{
return?street_id;
}

public?void?setStreet_id(Integer?street_id)?{
this.street_id?=?street_id;
}

private?Pagnation?pagnations;

public?void?setPagnations(Pagnation?pagnations)?{
this.pagnations?=?pagnations;
}

public?Pagnation?getPagnations()?{
return?pagnations;
}

public?String?search()?{

int?pageSize?=?4;
//?房屋大小
int?beginSize?=?0;
int?endSize?=?0;
if?(floorage?!=?null?&&?!floorage.equals(““))?{
String[]?floorSize?=?floorage.split(“-“);
beginSize?=?Integer.parseInt(floorSize[0]);
endSize?=?Integer.parseInt(floorSize[1]);
}
//?房屋價(jià)格
Double?beginPrice?=?0.0;
Double?endPrice?=?0.0;

if?(price?!=?null?&&?!price.equals(““))?{
String[]?strPrice?=?price.split(“-“);
beginPrice?=?Double.parseDouble(strPrice[0]);
endPrice?=?Double.parseDouble(strPrice[1]);
}

pagnations?=?housebiz.findAllHousesByCondition(title?beginPrice
endPrice?type_id?beginSize?endSize?street_id?pageIndex
pageSize);
return?“l(fā)ist“;
}

//?去添加頁面
private?List?types;
public?void?setTypes(List?types)?{
this.types?=?types;
}?
public?List?getTypes()?{
return?types;
}
private?List?districts;
public?void?setDistricts(List?districts)?{
this.districts?=?districts;
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????8346??2018-10-08?10:43??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\house.sql

?????文件????????574??2018-08-03?13:46??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.classpath

?????文件????????300??2018-08-11?13:51??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.mymetadata

?????文件???????1752??2018-08-03?15:22??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.project

?????文件????????500??2018-08-03?13:42??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.settings\.jsdtscope

?????文件?????????71??2018-08-07?09:41??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.settings\org.eclipse.core.resources.prefs

?????文件????????364??2018-08-03?13:42??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.settings\org.eclipse.jdt.core.prefs

?????文件????????542??2018-08-03?13:46??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.settings\org.eclipse.wst.common.component

?????文件????????252??2018-08-03?13:42??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.settings\org.eclipse.wst.common.project.facet.core.xml

?????文件?????????49??2018-08-03?13:42??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.settings\org.eclipse.wst.jsdt.ui.superType.container

?????文件??????????6??2018-08-03?13:42??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件???????3095??2018-08-11?15:12??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\source\applicationContext.xml

?????文件???????2006??2018-08-11?14:29??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\source\applicationContext1.xml

?????文件????????102??2018-08-11?13:59??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\source\datasource.properties

?????文件???????1147??2018-08-03?15:35??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\source\hibernate.cfg.xml

?????文件????????947??2018-08-03?13:46??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\source\log4j.properties

?????文件???????1790??2018-08-11?14:36??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\source\struts.xml

?????文件???????5449??2018-08-08?10:18??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\action\HouseAction.java

?????文件????????888??2018-08-07?09:45??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\action\LoginAction.java

?????文件????????877??2018-08-08?08:59??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\biz\HouseBiz.java

?????文件???????4132??2018-08-08?09:14??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\biz\impl\HouseBizImpl.java

?????文件????????455??2018-08-03?14:09??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\biz\impl\UserBizImpl.java

?????文件????????156??2018-08-03?14:05??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\biz\IUserBiz.java

?????文件????????841??2018-08-08?09:00??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\dao\HouseDao.java

?????文件???????2769??2018-08-08?09:13??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\dao\impl\HouseDaoImpl.java

?????文件????????600??2018-08-03?14:21??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\dao\impl\UserDaoImpl.java

?????文件????????167??2018-08-03?14:07??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\dao\UserDao.java

?????文件????????956??2018-08-03?15:12??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\entity\District.hbm.xml

?????文件????????786??2018-08-03?15:11??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\entity\District.java

?????文件???????1718??2018-08-04?13:38??ssh租房系統(tǒng)項(xiàng)目源碼-附數(shù)據(jù)庫\SSH-House\src\com\bdqn\house\entity\House.hbm.xml

............此處省略157個(gè)文件信息

評論

共有 條評論