摘要:
转载原文:http://www.csdn.net/article/2013-08-28/2816731-absolute-beginners-guide-to-nodejsNode.js的教程并不缺乏,但有大部分教程针对已有Node.js基础的开发者。“我已下载了Node.js,可我如何开始呢?”以... 阅读全文
posted @ 2014-10-27 16:04
lizihong
阅读(242)
评论(0)
推荐(0)
摘要:
1、下载node.exe放到任意目录,假设E:\nodejs\2、在E:\nodejs\下新建helloworld.js,输入以下内容,保存关闭var http = require('http'); http.createServer(function (req, res) { res.write... 阅读全文
posted @ 2014-10-27 15:42
lizihong
阅读(208)
评论(0)
推荐(0)
摘要:
JSON JS 阅读全文
posted @ 2014-10-27 13:52
lizihong
阅读(120)
评论(0)
推荐(0)