bug_x

导航

 
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 43 下一页

2019年8月23日

摘要: 1、Faker sfd 阅读全文
posted @ 2019-08-23 10:20 bug_x 阅读(190) 评论(0) 推荐(0) 编辑
 
摘要: 1、createIterator msn: https://developer.mozilla.org/en-US/docs/Web/API/Document/createNodeIterator var filter = function(node){ 1、nodeFilter msn: http 阅读全文
posted @ 2019-08-23 10:07 bug_x 阅读(838) 评论(0) 推荐(0) 编辑
 

2019年8月14日

摘要: 1、 // fs.writeFileSync(pathNewFile, fs.readFileSync(fileName)); 2、 fs.createReadStream(fileName).pipe(fs.createWriteStream(pathNewFile)); 3、 1 fs.read 阅读全文
posted @ 2019-08-14 09:19 bug_x 阅读(1259) 评论(0) 推荐(0) 编辑
 

2019年8月12日

摘要: 1、 1 2 var nodeModules = path.join(processPath, 'node_modules') 3 var querystring = require(nodeModules + '/querystring'); 4 var axios = require(nodeM 阅读全文
posted @ 2019-08-12 15:53 bug_x 阅读(633) 评论(0) 推荐(0) 编辑
 
摘要: 1、设置File ->setting -> General 2、设置header 3、填写参数body 阅读全文
posted @ 2019-08-12 15:00 bug_x 阅读(390) 评论(0) 推荐(0) 编辑
 

2019年7月26日

摘要: https://learnku.com/docs/laravel/5.8/eloquent/3931 示例1: 示例2: 以上都是最基本的 eloquent 的优雅性,以后再写 阅读全文
posted @ 2019-07-26 09:36 bug_x 阅读(218) 评论(0) 推荐(0) 编辑
 
摘要: 控制器会去寻找Auth::guard(), 那这个Auth::guard()是个什么东西呢, 首先 Auth 是系统的单例,原型在 顾名思义,是一个Auth管理模块,实现了认证工厂模式接口guards(), 接下来看看配置文件 auth.php 也就是说终归到底,Auth::guard(), 在默认 阅读全文
posted @ 2019-07-26 08:27 bug_x 阅读(197) 评论(0) 推荐(0) 编辑
 

2019年7月25日

摘要: 源码 vendor\laravel\framework\src\Illuminate\Validation\Validator.php eg 阅读全文
posted @ 2019-07-25 20:22 bug_x 阅读(167) 评论(0) 推荐(0) 编辑
 
摘要: <?phpnamespace App\Models;use Illuminate\Notifications\Notifiable;use Illuminate\Contracts\Auth\MustVerifyEmail;use Illuminate\Foundation\Auth\User as 阅读全文
posted @ 2019-07-25 19:01 bug_x 阅读(356) 评论(0) 推荐(0) 编辑
 
摘要: (strlen($string) + mb_strlen($string,'UTF8')) / 2;tw 这样计算的 阅读全文
posted @ 2019-07-25 16:43 bug_x 阅读(368) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 43 下一页