上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 567 下一页
摘要: https://blog.csdn.net/qq_22823581/article/details/79081497 hinkphp 清理runtime缓存的方法, 清理指定目录 阅读全文
posted @ 2018-08-15 14:51 码农编程进阶笔记 阅读(1838) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_22823581/article/details/79081497 hinkphp 清理runtime缓存的方法, 清理指定目录 function delFileByDir($dir) { $... 阅读全文
posted @ 2018-08-15 14:51 码农编程进阶笔记 阅读(128) 评论(0) 推荐(0)
摘要: 后台控制器: https://blog.csdn.net/qq_36892798/article/details/64441754 阅读全文
posted @ 2018-08-15 14:49 码农编程进阶笔记 阅读(763) 评论(0) 推荐(0)
摘要: 后台控制器: _deleteDir($R.'/'.$item); }else{ if(!unlink($R.'/'.$item)) die('error!')... 阅读全文
posted @ 2018-08-15 14:49 码农编程进阶笔记 阅读(54) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u013372487/article/details/79461730 前提: 开启Laravel 的用户认证功能 1、安装 Captcha 2、使用 Captcha 为 auth 组件添加验证码功能 在登录视图中增加验证码的选项,可以加到密码和 reme 阅读全文
posted @ 2018-08-14 17:09 码农编程进阶笔记 阅读(917) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u013372487/article/details/79461730 前提: 开启Laravel 的用户认证功能 1、安装 Captcha 安装 Captcha+$ composer require... 阅读全文
posted @ 2018-08-14 17:09 码农编程进阶笔记 阅读(87) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/chen529834149/article/details/75244718 概述 Cookie的添加其实很简单,直接使用Cookie::make(),在使用方法前,需要引入Cookie的门面use Illuminate\Support\Facades\C 阅读全文
posted @ 2018-08-14 16:32 码农编程进阶笔记 阅读(1424) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/chen529834149/article/details/75244718 概述 Cookie的添加其实很简单,直接使用Cookie::make(),在使用方法前,需要引入Cookie的门面use Illu... 阅读全文
posted @ 2018-08-14 16:32 码农编程进阶笔记 阅读(140) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jijm123/p/7623928.html 在php持术或其他语言中我们经常会看到感叹号的用法,有一定程序语言基础的朋友都知道单个感叹号的作用是取反的意思,也就是取当前结果的反面,如: <?php $a=true; var_dump(!$a); ?> 阅读全文
posted @ 2018-08-14 13:25 码农编程进阶笔记 阅读(881) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jijm123/p/7623928.html 在php持术或其他语言中我们经常会看到感叹号的用法,有一定程序语言基础的朋友都知道单个感叹号的作用是取反的意思,也就是取当前结果的反面,如: ... 阅读全文
posted @ 2018-08-14 13:25 码农编程进阶笔记 阅读(128) 评论(0) 推荐(0)
上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 567 下一页
返回顶部 有事您Q我