随笔分类 - nodejs
[node.js]开放平台接口调用测试
摘要:遇到的问题:Node.js JSON parsing error,syntax error unexpect end of input测试代码//测试/statuses/public_timeline接口 个人应用未审核会受限。使用SDK示例keyvar json_sans_eval = require('./json_sans_eval');var http = require('http');var options = { host: 'api.weibo.com', port: 80, path: '/statuses/public
阅读全文
node.js学习与应用
摘要:学习资料入门:小白篇http://samsungapps.csdn.net/text.html?arcid=311044了解了 npm,类似于python的easy_install 把依赖的模块安装到node.js默认的lib目录中(其实大部分就是copy)进阶:进阶篇http://archive.cnblogs.com/a/2127237/把the node beginner book 读一遍会对事件模型 函数参数传递有个大概了解深入:http://www.cnblogs.com/phphuaibei/archive/2011/09/03/2165437.htmleclipse js 插件下
阅读全文
浙公网安备 33010602011771号