資源簡介
商品銷售后臺管理系統的設計與實現 包括(商品的增刪改查,用戶的留言,用戶信息查詢)
代碼片段和文件信息
package?Action;
import?java.util.List;
import?Dao.TbProductinfoDao;
import?po.TbProductinfo;
public?class?AddGoodAction?{
????private?TbProductinfo?tbproductinfo;
public?TbProductinfo?getTbproductinfo()?{
return?tbproductinfo;
}
public?void?setTbproductinfo(TbProductinfo?tbproductinfo)?{
this.tbproductinfo?=?tbproductinfo;
}
public?String?execute()?throws?Exception?{
TbProductinfoDao?dao?=?new?TbProductinfoDao();
String?message?=?“input“;
boolean?save?=?dao.saveInfo(tbproductinfo);
if?(save)?{
message?=?“success“;
}
return?message;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4195??2018-06-02?21:39??后臺管理可以運行的文件20180621\jyy\.classpath
?????文件????????540??2016-12-20?16:42??后臺管理可以運行的文件20180621\jyy\.myhibernatedata
?????文件????????282??2018-06-20?17:27??后臺管理可以運行的文件20180621\jyy\.myme
?????文件????????240??2016-12-19?09:05??后臺管理可以運行的文件20180621\jyy\.mystrutsdata
?????文件???????1971??2016-12-19?11:05??后臺管理可以運行的文件20180621\jyy\.project
?????文件????????658??2016-12-19?09:05??后臺管理可以運行的文件20180621\jyy\.settings\.jsdtscope
?????文件????????175??2016-12-19?09:10??后臺管理可以運行的文件20180621\jyy\.settings\com.genuitec.eclipse.core.prefs
?????文件????????142??2018-06-20?17:33??后臺管理可以運行的文件20180621\jyy\.settings\org.eclipse.core.resources.prefs
?????文件????????108??2016-12-19?09:05??后臺管理可以運行的文件20180621\jyy\.settings\org.eclipse.jdt.core.prefs
?????文件????????163??2016-12-19?09:05??后臺管理可以運行的文件20180621\jyy\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2016-12-19?09:05??后臺管理可以運行的文件20180621\jyy\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2016-12-19?09:05??后臺管理可以運行的文件20180621\jyy\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????609??2018-06-21?08:17??后臺管理可以運行的文件20180621\jyy\src\Action\AddGoodAction.java
?????文件????????492??2018-06-21?08:17??后臺管理可以運行的文件20180621\jyy\src\Action\DeleteGoodAction.java
?????文件????????467??2018-06-21?08:18??后臺管理可以運行的文件20180621\jyy\src\Action\DeleteLiuyanAction.java
?????文件????????479??2016-12-19?10:44??后臺管理可以運行的文件20180621\jyy\src\Action\DeleteUserAction.java
?????文件????????581??2018-06-21?08:18??后臺管理可以運行的文件20180621\jyy\src\Action\FindGoodAction.java
?????文件????????645??2017-01-01?19:46??后臺管理可以運行的文件20180621\jyy\src\Action\goWuAction0.java
?????文件???????1859??2016-12-19?12:21??后臺管理可以運行的文件20180621\jyy\src\Action\LoginAction.java
?????文件????????664??2016-12-19?10:34??后臺管理可以運行的文件20180621\jyy\src\Action\LookGoodAction.java
?????文件????????651??2016-12-19?10:45??后臺管理可以運行的文件20180621\jyy\src\Action\LookLiuyanAction.java
?????文件????????643??2016-12-19?10:42??后臺管理可以運行的文件20180621\jyy\src\Action\LookUserAction.java
?????文件????????985??2016-12-20?13:57??后臺管理可以運行的文件20180621\jyy\src\Action\RegisterAction.java
?????文件?????????60??2016-12-19?10:12??后臺管理可以運行的文件20180621\jyy\src\Action\TbProductinfoAction.java
?????文件????????656??2016-12-19?10:38??后臺管理可以運行的文件20180621\jyy\src\Action\UpdateGoodAction.java
?????文件???????2267??2016-12-19?10:49??后臺管理可以運行的文件20180621\jyy\src\Dao\TbLiuyanDao.java
?????文件???????2529??2016-12-20?13:06??后臺管理可以運行的文件20180621\jyy\src\Dao\TbManagerDao.java
?????文件???????2313??2016-12-19?15:17??后臺管理可以運行的文件20180621\jyy\src\Dao\TbProductinfoDao.java
?????文件???????2966??2016-12-19?12:21??后臺管理可以運行的文件20180621\jyy\src\Dao\TbUserDao.java
?????文件???????3186??2016-12-19?09:21??后臺管理可以運行的文件20180621\jyy\src\hib\HibernateSessionFactory.java
............此處省略244個文件信息
評論
共有 條評論