資源簡(jiǎn)介
jsp 初學(xué)者 不錯(cuò)的資料 源碼,結(jié)賬,清空,繼續(xù)購(gòu)物。不可不看,代碼齊全、實(shí)現(xiàn)簡(jiǎn)單,絕對(duì)適合在大型網(wǎng)站上直接應(yīng)用。
代碼片段和文件信息
package?com.restrant.biz;
import?java.util.HashMap;
import?java.util.Map;
import?javax.servlet.http.HttpSession;
import?com.restrant.dao.FoodInfoDao;
import?com.restrant.dao.impl.FoodInfoImpl;
import?com.restrant.entity.FoodInfo;
import?com.restrant.entity.FoodInfoCar;
import?com.sun.org.apache.regexp.internal.recompile;
/**
?*?購(gòu)物車實(shí)現(xiàn)類
?*?@author?Administrator
?*
?*/
public?class?ShoppingCarBiz?{
/**
?*?添加商品
?*?@param?id
?*?@param?session
?*/
public?void?addCard(String?idHttpSession?session){
//獲取ID
FoodInfoDao?foodInfoDao=new?FoodInfoImpl();
FoodInfo?foodInfo=foodInfoDao.getFoodInfoById(id);
//創(chuàng)建購(gòu)物車
FoodInfoCar?foodInfoCar=new?FoodInfoCar();
//將餐品實(shí)體添加到購(gòu)物車
foodInfoCar.setFoodInfo(foodInfo);
//設(shè)置初始購(gòu)買數(shù)量為1
foodInfoCar.setCount(1);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????548??2011-03-16?14:25??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.classpath
?????文件????????319??2011-03-20?20:54??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.myme
?????文件?????????66??2011-03-15?21:59??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.myumldata
?????文件???????1421??2011-03-15?22:02??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.project
?????文件????????500??2011-03-03?15:46??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.settings\.jsdtscope
?????文件????????104??2011-03-05?09:54??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.settings\com.genuitec.eclipse.core.prefs
?????文件???????1040??2011-03-15?22:03??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.settings\com.genuitec.eclipse.j2eedt.core.prefs
?????文件?????????49??2011-03-03?15:46??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2011-03-03?15:46??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????2031616??2011-03-07?09:51??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\restrant_Data.MDF
?????文件????3932160??2011-03-07?09:51??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\restrant_Log.LDF
?????文件???????2029??2011-03-20?17:51??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\biz\ShoppingCarBiz.java
?????文件????????717??2011-03-20?19:35??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\biz\UserInfoBiz.java
?????文件???????3669??2011-03-20?21:03??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\dao\DBHelpDao.java
?????文件????????641??2011-03-16?14:44??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\dao\FoodInfoDao.java
?????文件???????3983??2011-03-20?21:12??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\dao\impl\FoodInfoImpl.java
?????文件???????1243??2011-03-17?19:04??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\dao\impl\UserInfoImpl.java
?????文件???????2232??2011-03-10?14:34??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\dao\RestrantDao.java
?????文件????????246??2011-03-05?16:13??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\dao\UserInfoDao.java
?????文件???????2620??2011-03-15?21:26??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\entity\FodOrderInfo.java
?????文件???????1807??2011-03-15?21:26??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\entity\FoodInfo.java
?????文件????????819??2011-03-15?21:26??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\entity\FoodInfoCar.java
?????文件???????1520??2011-03-15?21:10??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\entity\FoodOrder.java
?????文件???????1478??2011-03-15?21:26??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\entity\SellDetails.java
?????文件????????741??2011-03-15?21:26??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\entity\UserInfo.java
?????文件???????3988??2011-03-15?22:06??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\servlet\web\FodOrderInfoServelet.java
?????文件???????2377??2011-03-16?14:53??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\servlet\web\FoodInfoAllServelet.java
?????文件???????2535??2011-03-10?20:29??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\servlet\web\FoodInfoServlet.java
?????文件???????2541??2011-03-20?17:52??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\servlet\web\ShoppingCarServelet.java
?????文件???????3050??2011-03-20?19:35??jsp購(gòu)物車源碼?實(shí)現(xiàn)結(jié)賬\restrant_source\src\com\restrant\servlet\web\WelcomenServlet.java
............此處省略105個(gè)文件信息
- 上一篇:org.apache.http jar包
- 下一篇:Java Socket傳輸文件
評(píng)論
共有 條評(píng)論