資源簡介
通用用java語言編寫的基于SSH框架的省市區級聯,通過該demo可以明白的整個SSH的執行過程的和使用 .
代碼片段和文件信息
package?Action;
import?java.util.List;
import?java.util.Map;
import?org.apache.struts2.ServletActionContext;
import?Entity.Provice;
import?Entity.to_json;
import?Service.areaService;
import?Service.cityService;
import?Service.proviceService;
public?class?areaAction?{
private?areaService?as;
public?areaService?getAs()?{
return?as;
}
public?void?setAs(areaService?as)?{
this.as?=?as;
}
public?void?selectAllArea(){
String?cid=ServletActionContext.getRequest().getParameter(“cid“);
List
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5494??2017-10-15?13:57??SSH的省市區級聯\shqld\.classpath
?????文件????????539??2017-10-15?13:52??SSH的省市區級聯\shqld\.myhibernatedata
?????文件????????288??2017-10-15?22:41??SSH的省市區級聯\shqld\.myme
?????文件????????240??2017-10-15?13:53??SSH的省市區級聯\shqld\.mystrutsdata
?????文件???????1771??2017-10-15?13:58??SSH的省市區級聯\shqld\.project
?????文件????????109??2017-10-15?13:47??SSH的省市區級聯\shqld\.settings\com.genuitec.eclipse.ws.prefs
?????文件????????330??2017-10-15?13:47??SSH的省市區級聯\shqld\.settings\org.eclipse.jdt.core.prefs
?????文件????????462??2017-10-15?13:52??SSH的省市區級聯\shqld\.springBeans
?????文件????????284??2017-10-15?18:00??SSH的省市區級聯\shqld\src\.struts.mex
?????文件????????760??2017-10-15?18:08??SSH的省市區級聯\shqld\src\Action\areaAction.java
?????文件????????727??2017-10-15?17:32??SSH的省市區級聯\shqld\src\Action\cityAction.java
?????文件????????614??2017-10-15?16:07??SSH的省市區級聯\shqld\src\Action\proviceAction.java
?????文件???????3069??2017-10-15?20:06??SSH的省市區級聯\shqld\src\applicationContext.xm
?????文件????????185??2017-10-15?17:33??SSH的省市區級聯\shqld\src\Dao\areaDao.java
?????文件????????187??2017-10-15?17:10??SSH的省市區級聯\shqld\src\Dao\cityDao.java
?????文件???????1169??2017-10-15?17:35??SSH的省市區級聯\shqld\src\Dao\impl\areaDaoImpl.java
?????文件???????1148??2017-10-15?17:12??SSH的省市區級聯\shqld\src\Dao\impl\cityDaoImpl.java
?????文件???????1585??2017-10-15?17:08??SSH的省市區級聯\shqld\src\Dao\impl\proviceDaoImpl.java
?????文件????????257??2017-10-15?17:08??SSH的省市區級聯\shqld\src\Dao\proviceDao.java
?????文件????????386??2017-10-15?18:43??SSH的省市區級聯\shqld\src\Entity\Area.hbm.xm
?????文件????????446??2017-10-15?18:11??SSH的省市區級聯\shqld\src\Entity\Area.java
?????文件????????389??2017-10-15?17:05??SSH的省市區級聯\shqld\src\Entity\City.hbm.xm
?????文件????????467??2017-10-15?17:29??SSH的省市區級聯\shqld\src\Entity\City.java
?????文件????????362??2017-10-15?15:09??SSH的省市區級聯\shqld\src\Entity\Provice.hbm.xm
?????文件????????310??2017-10-15?15:56??SSH的省市區級聯\shqld\src\Entity\Provice.java
?????文件????????715??2017-10-15?15:46??SSH的省市區級聯\shqld\src\Entity\to_json.java
?????文件????????189??2017-10-15?17:37??SSH的省市區級聯\shqld\src\Service\areaService.java
?????文件????????189??2017-10-15?17:16??SSH的省市區級聯\shqld\src\Service\cityService.java
?????文件????????665??2017-10-15?18:03??SSH的省市區級聯\shqld\src\Service\Impl\areaServiceImpl.java
?????文件????????673??2017-10-15?17:57??SSH的省市區級聯\shqld\src\Service\Impl\cityServiceImpl.java
............此處省略112個文件信息
評論
共有 條評論