资源简介
商城购物功能,项目代码,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个文件信息
相关资源
- SSH在线考试系统源码(附数据库脚本
- java微服务实战书籍
- javaweb投票系统(源码+数据库脚本)
- java7开发规范
- ssh会议管理系统(源码+数据库+文档
- 种子公司无纸化办公业务系统(静态
- 解决方案:java.security.InvalidKeyExcepti
- java读写csv文件(数据上传匹配)
- [Java网络编程(第3版2004)].(Java.Ne
- ice rpc网络编程(php/java/c#/ruby/等多种
- java struts2 Demo
- 《Java并发编程的艺术》pdf
- httpclient爬取美图
- Java编程思想(中文第4版)
- Java并发编程的艺术
- Java调用腾讯云接口发送短信验证码项
-
AFTER EFFECTS - The Power of ex
pression - java游戏:将GIF转 字符GIF
- 《iText实战(第2版)文字版》pdf
- 编写高质量代码 改善Java程序的151个
- 支付宝手机网站支付SDKDemo(官方)
- 支付宝电脑网站支付 SDK Demo(官方)
- 支付宝当面付SDK Demo(官方)-JAVA版
- Introduction to Neural Networks 2nd edition
- Linux下JAVA程序调用so库的接口函数(
- DJ NativeSwing开源包
- javaTCP模拟多用户服务器
- Guns框架技术文档
- Java常用类 上篇
- Java 解决Gdx游戏引擎中文显示问题 方
评论
共有 条评论