yeeling's recent timeline updates
yeeling

yeeling

V2EX member #166572, joined on 2016-04-05 18:07:34 +08:00
yeeling's recent replies
@kang666 那时候止盈止损策略都没有 小白一个
@falcon05 当时不懂 就是看的支付宝上面的热门基金 上面的截图只是其中一只 我当时持仓基金的走势和操作都差不多
@JiHuGeek 主要是当时越高投得越多
```
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);
}
}
```
let a = '(a,(b,(c,(d,(e,(f))))))';
rst = a.substr(0,a.indexOf(')')).split(',').reverse().join(',') + a.substr(a.indexOf(')'));
console.log(rst);
这样呢
已解决,自己失误导致。当 bar=undefined 的时候,后台才会获取不到 key 。我一直以为 bar 是有值的。
Jul 28, 2016
Replied to a topic by likai 小米 小米还真发笔记本了
习惯就好,发帖、回帖更多的时候并不是为了讨论问题得出结论,而是为了获得认同感或者优越感而已,本能的需要,大家都一样。
看了一下简历页面源码
May 7, 2016
Replied to a topic by yeeling 问与答 PHP 正则匹配求解
已解决:"/\{DOO\}([^{]+?)\{DOOEND\}/";
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   938 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 19:46 · PVG 03:46 · LAX 12:46 · JFK 15:46
♥ Do have faith in what you're doing.