yeeling 最近的时间轴更新
yeeling

yeeling

V2EX 第 166572 号会员,加入于 2016-04-05 18:07:34 +08:00
yeeling 最近回复了
2019-06-09 14:14:20 +08:00
回复了 iamcookie 创建的主题 PHP 谁熟悉 lumen 框架,父类控制器怎么得到请求对象? request
```
if (! function_exists('request')) {
/**
* Get an instance of the current request or an input item from the request.
*
* @param string $key
* @param mixed $default
* @return \Illuminate\Http\Request|string|array
*/
function request($key = null, $default = null)
{
if (is_null($key)) {
return app('request');
}

return app('request')->input($key, $default);
}
}
```
2018-03-17 19:11:16 +08:00
回复了 koplyp 创建的主题 Python 求助各位大神, 如何将(a,(b,(c,(d,(e,(f))))))转换为(f,(e,(d,(c,(b,(a))))))
let a = '(a,(b,(c,(d,(e,(f))))))';
rst = a.substr(0,a.indexOf(')')).split(',').reverse().join(',') + a.substr(a.indexOf(')'));
console.log(rst);
这样呢
2017-03-27 20:42:44 +08:00
回复了 yeeling 创建的主题 问与答 [求助] PHP LARAVEL JSON POST Validation 非 required 字段如何获取
已解决,自己失误导致。当 bar=undefined 的时候,后台才会获取不到 key 。我一直以为 bar 是有值的。
2016-07-28 09:45:15 +08:00
回复了 likai 创建的主题 小米 小米还真发笔记本了
习惯就好,发帖、回帖更多的时候并不是为了讨论问题得出结论,而是为了获得认同感或者优越感而已,本能的需要,大家都一样。
看了一下简历页面源码
2016-05-07 20:42:15 +08:00
回复了 yeeling 创建的主题 问与答 PHP 正则匹配求解
已解决:"/\{DOO\}([^{]+?)\{DOOEND\}/";
2016-05-07 20:21:32 +08:00
回复了 qgy18 创建的主题 Kindle 不知道有多少人喜欢用 kindle 阅读
kindle dxg ,用来看原版 O 社的 pdf......
2016-04-27 08:15:50 +08:00
回复了 MeggeryWang 创建的主题 推广 机械键盘指南(一)纵览与轴
<img alt="modelM" src="http://7sbrzy.com1.z0.glb.clouddn.com/IMG_20160427_080242.jpg">
家里还有把 ModelM
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3034 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 12:47 · PVG 20:47 · LAX 05:47 · JFK 08:47
Developed with CodeLauncher
♥ Do have faith in what you're doing.