【未解决】如何在Azure上面,安装Node.js的(比如restify,mysqL等)模块
crifan 12年前 (2012-11-15) 2661浏览 0评论
貌似是去参考: Node.js Web Application using the Windows Azure SQL Database 一点点操作,就可以了。 这个帖子: Windows Azure PowerShell for No...
crifan 12年前 (2012-11-15) 2661浏览 0评论
貌似是去参考: Node.js Web Application using the Windows Azure SQL Database 一点点操作,就可以了。 这个帖子: Windows Azure PowerShell for No...
crifan 12年前 (2012-11-15) 5395浏览 0评论
【问题】 通过参考官网的: How to: Connect to a SQL Database instance 去写的代码: //https://www.windowsazure.com/en-us/develop/nodejs/how-to-gu...
crifan 12年前 (2012-11-15) 3963浏览 0评论
在Azure主页 http://www.windowsazure.com/en-us/develop/nodejs/ 看到: Node.js Developer Center Windows Azure SDK for Node.js 0.6.7 ...
crifan 12年前 (2012-11-14) 4530浏览 0评论
1.别人已经帮忙建立好了Node.js 2.在微软的Azure上找了半天,找到了: http://www.windowsazure.com/en-us/develop/nodejs/tutorials/create-a-website-%28mac%...
crifan 12年前 (2012-11-10) 16929浏览 1评论
npm安装restify好像没成功,所以运行restify的示例代码,结果说找不到restify模块。 所以又去重新安装restify,结果中间有错误: E:\Dev_Root\freelance\Elance\projects\GordonHo\n...
crifan 12年前 (2012-11-10) 3853浏览 0评论
1.想要参考: Node-restify 简介 去试试其: https://github.com/roymax/moquery/tree/master 可惜结果安装hiredis就出错了: CLi@PC-CLI-1 /cygdrive/d/tmp/t...
crifan 12年前 (2012-11-09) 6128浏览 2评论
【问题】 折腾: 【记录】折腾Node.js + mysql + restify 的过程中,在Node.js中安装了mysql: CLi@PC-CLI-1 /cygdrive/d/tmp/tmp_dev_root/node.js $ npm inst...
crifan 12年前 (2012-11-09) 3402浏览 0评论
参考: 深入浅出Node.js(二):Node.js&NPM的安装与配置 去下载并安装Node.js。 1.去Node.js主页: http://nodejs.org/ 下载了最新版本的Node.js: http://nodejs.org/d...
crifan 12年前 (2012-11-09) 8288浏览 4评论
【问题】 Win7下,折腾Node.js过程中,运行服务器,其中内部调用相关代码: function show(response) { console.log("Request handler 'show' was called.&qu...
crifan 12年前 (2012-11-09) 3598浏览 0评论
【问题】 参考: http://www.infoq.com/cn/articles/nodejs-npm-install-config?utm_source=infoq&utm_medium=related_content_link&...