yimin

Results 9 comments of yimin

![_20180703210215](https://user-images.githubusercontent.com/14964790/42221389-6fac4ebe-7f04-11e8-8bf9-430321c14da2.png) 运行了 `ykit s -p 4000` 全是这种错,不知道什么情况。。。

这里主要是请求,回应的异常处理。那么,我写一个函数,出错了,node爆炸,这该如何处理

@hustxiaoc 那这个是加入了cluster模块的吧,就这么直接启动node,不能直接fork个进程

发现个问题,这个 clearTimeout() 直接让 setTimeout() 中的函数不执行,而不是调用 clearTimeout 之后立即执行里面的函数。也就是说,setTimeout() 的回调会在最后一次执行 debounce() 后起作用。这样就保证了只执行一次,就是节流啊。。。

我的安全证书是配好的。头脑王者改成 知乎答题王 了,我用这个测的,你要不要试试。

这个有个问题,如何 result === false,那不就返回 defaultValue 了吗

my code ```js function _get (source, path, defaultValue = undefined) { // translate array case to dot case, then split witth . // a[0].b -> a.0.b -> ['a', '0', 'b']...