用railwayjs作的股票跟踪系统,支持接入新浪微博,支持简单爬虫获取股票数据。
演进: connect->express->ejs->railway js+css->jquery+boottrap…>Highstock-1.2.4+datatables
网站放在appfog上,支持顶级域名解析. http://song3p.com
代码放在github,欢迎一起玩:) https://github.com/philsong/o2o-stock
顶卤煮,请问卤煮怎么处理爬下来的页面文件呢?比如我想解析百度首页,有什么常用的module吗?
NODEGRASS is your need
sorry, misundersand u , if u would like to parse the page, i don’t know which module can fit your requirment…
thx, @TearY told me that cheerio can fit my need http://cnodejs.org/topic/5034b141f767cc9a51baf9b0
数据从哪里来啊
挂了。AppFog 404 Not Found
404…
appfog太慢了。。。
找到原因了, 因为用了 http.get这个函数,我测试只在node0.8版本上运行正常,0.6运行不正常,appfog切换到node0.84版本即可。