上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页

2017年10月15日

(二十五)后台开发-分类信息的curd -展示所有实现

摘要: /store/WebContent/admin/left.jsp /store/WebContent/WEB-INF/web.xml com.louis.web.servlet.AdminCategoryServlet /store/WebContent/admin/category/list.js 阅读全文

posted @ 2017-10-15 16:51 Michael2397 阅读(501) 评论(0) 推荐(0) 编辑

第四天

摘要: 第四天由(二十一)——(二十四)组成 自己写的代码地址:http://pan.baidu.com/s/1bpLaNJh 教程:http://pan.baidu.com/s/1dFtSxLv 阅读全文

posted @ 2017-10-15 15:58 Michael2397 阅读(116) 评论(0) 推荐(0) 编辑

(二十四)权限控制(粗粒度)-通过filter

摘要: com.louis.web.filter.PrivilegeFilter /store/WebContent/WEB-INF/web.xml 阅读全文

posted @ 2017-10-15 15:44 Michael2397 阅读(190) 评论(0) 推荐(0) 编辑

(二十三)在线支付

摘要: /store/WebContent/jsp/order_info.jsp com.louis.web.servlet.OrderServlet /store/src/merchantInfo.properties com.louis.service.impl.OrderServiceImpl com 阅读全文

posted @ 2017-10-15 10:13 Michael2397 阅读(213) 评论(0) 推荐(0) 编辑

(二十二)查询订单的详情

摘要: /store/WebContent/jsp/order_list.jsp com.louis.web.servlet.OrderServlet com.louis.service.impl.OrderServiceImpl com.louis.dao.impl.OrderDaoImpl 阅读全文

posted @ 2017-10-15 10:09 Michael2397 阅读(562) 评论(0) 推荐(0) 编辑

(二十一)查询我的订单

摘要: /store/WebContent/jsp/head.jsp com.louis.web.servlet.OrderServlet com.louis.service.impl.OrderServiceImpl com.louis.dao.impl.OrderDaoImpl /store/WebCo 阅读全文

posted @ 2017-10-15 01:12 Michael2397 阅读(1300) 评论(0) 推荐(0) 编辑

第三天

摘要: 第三天由十七-二十组成 自己写的代码:http://pan.baidu.com/s/1i5RAjqP 教程地址:http://pan.baidu.com/s/1slHk8Kd 阅读全文

posted @ 2017-10-15 00:40 Michael2397 阅读(104) 评论(0) 推荐(0) 编辑

2017年10月14日

(二十)生成订单

摘要: 需要在order实体提供 user对象和list<OrderItem> 需要在orderItem实体中提供 product对象和order对象 步骤分析: 点击生成订单: /store/order?method=add 创建OrderServlet add方法中: 1.判断用户是否登录, 2.封装数 阅读全文

posted @ 2017-10-14 19:45 Michael2397 阅读(890) 评论(0) 推荐(0) 编辑

(十九)清空购物车

摘要: /store/WebContent/jsp/cart.jsp <c:if test="${empty cart.map }"> <h1>购物车空空如也~~赶紧逛逛去!!</h1> </c:if> <c:if test="${not empty cart.map }"></> com.louis.we 阅读全文

posted @ 2017-10-14 19:10 Michael2397 阅读(1807) 评论(0) 推荐(0) 编辑

(十八)移除购物车中的商品

摘要: /store/WebContent/jsp/cart.jsp com.louis.web.servlet.CartServlet 问题 1、javascript:void(0) 2、confirm("您确认狠心要丢弃我吗?") 3、location.href 阅读全文

posted @ 2017-10-14 19:01 Michael2397 阅读(1094) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页

导航