会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bug_x
导航
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
···
13
14
15
16
17
18
19
20
21
···
43
下一页
2019年8月23日
python 有用的库
摘要: 1、Faker sfd
阅读全文
posted @ 2019-08-23 10:20 bug_x
阅读(190)
评论(0)
推荐(0)
编辑
js node 节点 原生遍历 createNodeIterator
摘要: 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日
nodejs fs copy本地文件src dst
摘要: 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日
axios 请求常用组件,及其错误
摘要: 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)
编辑
postman 请求
摘要: 1、设置File ->setting -> General 2、设置header 3、填写参数body
阅读全文
posted @ 2019-08-12 15:00 bug_x
阅读(390)
评论(0)
推荐(0)
编辑
2019年7月26日
laravel5.8 eloquent
摘要: https://learnku.com/docs/laravel/5.8/eloquent/3931 示例1: 示例2: 以上都是最基本的 eloquent 的优雅性,以后再写
阅读全文
posted @ 2019-07-26 09:36 bug_x
阅读(218)
评论(0)
推荐(0)
编辑
laravel5.8 Auth::guide
摘要: 控制器会去寻找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日
laravel5.8 表单验证
摘要: 源码 vendor\laravel\framework\src\Illuminate\Validation\Validator.php eg
阅读全文
posted @ 2019-07-25 20:22 bug_x
阅读(167)
评论(0)
推荐(0)
编辑
laravel5.8 Models
摘要: <?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)
编辑
php 中英文混合字符串长度计算
摘要: (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
下一页