alsotang

Results 123 comments of alsotang

make test 能过吗? 你用的是什么系统? 2015-04-19 21:39 GMT+08:00 wy19901227 [email protected]: > — > Reply to this email directly or view it on GitHub > https://github.com/alsotang/node-lessons/issues/33.

是的。不过那个地方说多了难理解,有相应好文章的话,在那里挂个链接应该不错。

pr 就是 pull request > 在 2014年10月27日,16:56,zhuangzhuang [email protected] 写道: > > 欢迎 pr 是个啥意思 > > — > Reply to this email directly or view it on GitHub https://github.com/alsotang/node-lessons/issues/15#issuecomment-60564071.

这issue对应哪个lesson? 2017-02-14 23:05 GMT+08:00 xiaoC : > 同样的代码,为什么我一直运行的是+最快,是因为node和浏览器运行方式不一样的缘故吗? > > - x 67,830,632 ops/sec ±2.27% (82 runs sampled) > parseInt x 48,760,129 ops/sec ±2.45% (77 runs sampled) > Number x...

可能当时 node 0.12 版本跟现在的版本有差异吧。 https://github.com/alsotang/fast-js 根据我这里的数据来看,`+`会更快。

并没有计划更新。。。 2016-08-29 0:16 GMT+08:00 guanMac [email protected]: > 这个是目前见到比较快速了解node的教程,请问还会更新吗? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view...

nodejs 的版本升级基本没有带来什么变化,内容还是没过期的 2016-09-01 10:46 GMT+08:00 征哥 [email protected]: > 额 刚开始学 感觉版本已经不一样了啊 > > — > You are receiving this because you commented. > Reply to this email directly, view it...

这个就要使用那种涉及 headless browser 的技术来抓页面了,superagent 抓了页面之后,js 是不执行的。

@elrrrrrrr 就爬虫来说,我应该会用 phantomjs 先渲染页面,然后再静态地去捕获想要的字段。或者干脆直接偷它们 ajax api 来用。