-
大小: 24.78MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2023-08-01
- 語言: JavaScript
- 標簽: spring??struts2??hibernate??mysql??
資源簡介
對ssh框架簡單整合,配合javascript完成幾個簡單的前端頁面,實現(xiàn)基礎的增刪改查功能,僅供初學者學習,不適合深入研究
代碼片段和文件信息
package?com.ssh.action;
import?com.opensymphony.xwork2.ActionSupport;
import?com.ssh.entity.Paper;
import?com.ssh.service.PaperService;
public?class?AddPaper?extends?ActionSupport?{
private?Paper?papers;
private?PaperService?paperserv;
public?Paper?getPapers()?{
return?papers;
}
public?void?setPapers(Paper?papers)?{
this.papers?=?papers;
}
public?PaperService?getPaperserv()?{
return?paperserv;
}
public?void?setPaperserv(PaperService?paperserv)?{
this.paperserv?=?paperserv;
}
public?String?execute()?throws?Exception{
this.paperserv.daveo(papers);
return?SUCCESS;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????858??2018-06-22?17:44??ssh\news\.classpath
?????文件????????907??2018-06-25?20:46??ssh\news\.project
?????文件????????567??2018-06-22?13:30??ssh\news\.settings\.jsdtscope
?????文件????????364??2018-06-22?13:30??ssh\news\.settings\org.eclipse.jdt.core.prefs
?????文件????????473??2018-06-25?20:46??ssh\news\.settings\org.eclipse.wst.common.component
?????文件????????345??2018-06-21?17:42??ssh\news\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2018-06-22?13:30??ssh\news\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2018-06-22?13:30??ssh\news\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1091??2018-06-26?20:39??ssh\news\build\classes\com\ssh\action\AddPaper.class
?????文件???????1089??2018-06-26?20:39??ssh\news\build\classes\com\ssh\action\Deletepaper.class
?????文件???????1685??2018-06-26?23:53??ssh\news\build\classes\com\ssh\action\Loagin.class
?????文件???????1274??2018-06-26?20:39??ssh\news\build\classes\com\ssh\action\RegisterAction.class
?????文件???????1169??2018-06-26?20:39??ssh\news\build\classes\com\ssh\action\SelectAll.class
?????文件???????1514??2018-06-26?20:39??ssh\news\build\classes\com\ssh\action\SelectbyId.class
?????文件???????1420??2018-06-26?20:39??ssh\news\build\classes\com\ssh\action\Updatepaper.class
?????文件???????1901??2018-06-26?20:39??ssh\news\build\classes\com\ssh\dao\impl\PaperDaoImpl.class
?????文件???????1492??2018-06-26?20:39??ssh\news\build\classes\com\ssh\dao\impl\UserDaoImpl.class
?????文件???????1468??2018-06-26?20:39??ssh\news\build\classes\com\ssh\entity\Paper.class
?????文件????????884??2018-06-25?22:25??ssh\news\build\classes\com\ssh\entity\Paper.hbm.xm
?????文件???????1277??2018-06-26?20:39??ssh\news\build\classes\com\ssh\entity\Users.class
?????文件????????824??2018-06-24?20:12??ssh\news\build\classes\com\ssh\entity\Users.hbm.xm
?????文件???????1605??2018-06-26?20:39??ssh\news\build\classes\com\ssh\service\impl\PaperServiceImpl.class
?????文件???????1250??2018-06-26?20:39??ssh\news\build\classes\com\ssh\service\impl\UserServiceImpl.class
?????文件????????403??2018-06-26?20:39??ssh\news\build\classes\com\ssh\service\PaperService.class
?????文件????????346??2018-06-26?20:39??ssh\news\build\classes\com\ssh\service\UsersService.class
?????文件????????394??2018-06-26?20:39??ssh\news\build\classes\som\ssh\dao\PaperDao.class
?????文件????????333??2018-06-26?20:39??ssh\news\build\classes\som\ssh\dao\UsersDAo.class
?????文件???????1356??2018-06-26?22:00??ssh\news\build\classes\struts.xm
?????文件????????641??2018-06-26?14:17??ssh\news\src\com\ssh\action\AddPaper.java
?????文件????????624??2018-06-25?23:42??ssh\news\src\com\ssh\action\Deletepaper.java
............此處省略170個文件信息
評論
共有 條評論