資源簡介
商城購物功能,項目代碼,mysql腳本,html等靜態資源在壓縮包里面
代碼片段和文件信息
package?com.shop.controller;
import?java.util.List;
import?javax.servlet.http.HttpSession;
import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.stereotype.Controller;
import?org.springframework.ui.Model;
import?org.springframework.web.bind.annotation.PathVariable;
import?org.springframework.web.bind.annotation.RequestMapping;
import?org.springframework.web.bind.annotation.RequestParam;
import?com.shop.entity.Cart;
import?com.shop.entity.Customer;
import?com.shop.service.impl.CartServiceImpl;
@Controller
public?class?CartAction?{
@Autowired
private?CartServiceImpl?cartServiceImpl;
???
/**
?*?加入購物車
?*?@param?pid
?*?@param?num
?*?@param?session
?*?@return
?*/
@RequestMapping(“/cart“)
public?String?cart(@Request
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-12-24?17:50??shop\
?????文件????????1768??2019-11-23?01:29??shop\.classpath
?????文件????????1440??2019-11-23?01:17??shop\.project
?????目錄???????????0??2019-12-24?17:49??shop\.settings\
?????文件?????????639??2019-11-22?23:06??shop\.settings\.jsdtscope
?????文件?????????191??2019-11-25?20:19??shop\.settings\org.eclipse.core.resources.prefs
?????文件?????????616??2019-11-22?23:06??shop\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2019-11-22?23:06??shop\.settings\org.eclipse.m2e.core.prefs
?????文件?????????665??2019-11-22?23:06??shop\.settings\org.eclipse.wst.common.component
?????文件?????????252??2019-11-22?23:06??shop\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2019-11-22?23:06??shop\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2019-11-22?23:06??shop\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件??????????50??2019-11-22?23:06??shop\.settings\org.eclipse.wst.validation.prefs
?????目錄???????????0??2019-12-24?17:50??shop\html模板\
?????文件????????8196??2019-08-20?00:11??shop\html模板\.DS_Store
?????文件???????26157??2016-01-04?06:17??shop\html模板\address.html
?????文件???????24593??2016-01-04?06:17??shop\html模板\address_edit.html
?????文件???????25599??2016-01-04?06:17??shop\html模板\comment.html
?????目錄???????????0??2019-12-24?17:50??shop\html模板\css\
?????文件????????3581??2016-01-04?06:17??shop\html模板\css\ba
?????文件?????????298??2016-01-04?06:17??shop\html模板\css\global.css
?????文件????????3808??2016-01-04?06:17??shop\html模板\css\login-register.css
?????文件?????????249??2016-01-04?06:17??shop\html模板\css\shop_common.css
?????文件?????????719??2016-01-04?06:17??shop\html模板\css\shop_form.css
?????文件????????1504??2016-01-04?06:17??shop\html模板\css\shop_goodPic.css
?????文件????????2499??2016-01-04?06:17??shop\html模板\css\shop_goods.css
?????文件????????4460??2016-01-04?06:17??shop\html模板\css\shop_gouwuche.css
?????文件????????6784??2016-01-04?06:17??shop\html模板\css\shop_header.css
?????文件????????8985??2016-01-04?06:17??shop\html模板\css\shop_home.css
?????文件????????5615??2016-01-04?06:17??shop\html模板\css\shop_list.css
?????文件????????4095??2016-01-04?06:17??shop\html模板\css\shop_manager.css
............此處省略513個文件信息
評論
共有 條評論