会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jzfan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
28
下一页
2017年3月11日
Cors 跨域访问API
摘要: server()['HTTP_ORIGIN'] ?? false; if ($origin && in_array($origin, $domains)) { header('Access-control-Allow-Origin: ' . $origin); header('Access-control-Allow-Headers...
阅读全文
posted @ 2017-03-11 16:18 jzfan
阅读(211)
评论(0)
推荐(0)
编辑
2017年3月10日
多文件上传
摘要: $files = $request->allFiles(); foreach ($files as $file) { $fileName = uniqid() . ‘.’ . $file->getClientOriginalExtension(); $file->move(‘temp_test’, $fileName); }
阅读全文
posted @ 2017-03-10 16:24 jzfan
阅读(124)
评论(0)
推荐(0)
编辑
2017年3月8日
mysql的数据类型int、bigint、smallint 和 tinyint取值范围
摘要: 使用整数数据的精确数字数据类型。 bigint 从 -2^63 (-9223372036854775808) 到 2^63-1 (9223372036854775807) 的整型数据(所有数字)。存储大小为 8 个字节。 int 从 -2^31 (-2,147,483,648) 到 2^31 - 1
阅读全文
posted @ 2017-03-08 15:01 jzfan
阅读(191)
评论(0)
推荐(0)
编辑
2017年2月18日
mockery
摘要: mockery
阅读全文
posted @ 2017-02-18 11:05 jzfan
阅读(423)
评论(0)
推荐(0)
编辑
2017年2月8日
select2 / dropzone
摘要: select2 / dropzone
阅读全文
posted @ 2017-02-08 12:13 jzfan
阅读(203)
评论(0)
推荐(0)
编辑
2017年1月14日
vue http form post
摘要: vue http form post
阅读全文
posted @ 2017-01-14 11:52 jzfan
阅读(825)
评论(0)
推荐(0)
编辑
2017年1月7日
Update Request
摘要: public function update(UpdateAppointmentRequest $request) { try { $data = array_filter($request->only(['user_id','status','note'])); $appointment = $this->appointment->findOrFai...
阅读全文
posted @ 2017-01-07 12:30 jzfan
阅读(669)
评论(0)
推荐(0)
编辑
2017年1月5日
mock the facade
摘要: mock the facade:
阅读全文
posted @ 2017-01-05 15:43 jzfan
阅读(148)
评论(0)
推荐(0)
编辑
2016年12月31日
protected $appends in Laravel
摘要: protected $appends = ['icon']; public function getIconAttribute(){ return Gravatar::src($this->email, 100).'&r=g&d=mm'; }
阅读全文
posted @ 2016-12-31 14:26 jzfan
阅读(784)
评论(0)
推荐(0)
编辑
2016年12月29日
手机号码验证规则
摘要: 手机号码验证规则 扩展
阅读全文
posted @ 2016-12-29 16:43 jzfan
阅读(679)
评论(0)
推荐(0)
编辑
上一页
1
···
5
6
7
8
9
10
11
12
13
···
28
下一页