摘要: WIN7 环境下搭建 PHP7(64 位)操作步骤 一、安装与配置 Apache 1、下载 Apache下载地址:https://www.apachelounge.com/download/ 2、安装 ApacheA、将压缩包解压到 D:\ 目录下,并且命名为 Apache24; B、启动 Wind 阅读全文
posted @ 2018-07-12 20:23 super久违 阅读(731) 评论(0) 推荐(0) 编辑
摘要: use Illuminate\Http\Request; function fun(Request $request){ //获取修改的数据 $arr = $request->all(); //清空令牌 unset($arr['_token']); //清空前台穿过来的id unset($arr['id']); } 阅读全文
posted @ 2018-07-12 11:32 super久违 阅读(482) 评论(0) 推荐(0) 编辑
摘要: API 接口返回值 https://blog.csdn.net/baple/article/details/52925772 阅读全文
posted @ 2018-07-12 09:55 super久违 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 序列化serialize($array) 反序列化 unserialize 阅读全文
posted @ 2018-07-12 09:45 super久违 阅读(86) 评论(0) 推荐(0) 编辑
摘要: cookie 和 session 阅读全文
posted @ 2018-07-12 09:41 super久违 阅读(87) 评论(0) 推荐(0) 编辑
摘要: document.getElementById('ECS_FORMBUY').submit(); 阅读全文
posted @ 2018-07-12 09:34 super久违 阅读(249) 评论(0) 推荐(0) 编辑
摘要: ① 购入车数据如何存放? 创建数据表 用户ID 购物时间 缺点: 对服务器有压力. 方案: 定时删除 coolie中: 缺点: 数据不能跨客户端 优点:不会对服务器产生压力 放东西和数量 显示购物车 修改数量和删除商品 阅读全文
posted @ 2018-07-12 09:27 super久违 阅读(947) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-12 08:51 super久违 阅读(119) 评论(0) 推荐(0) 编辑