node.js
banxi
一般使用ubuntu系统.一般习惯C语言的思考方式,一般使用Java.目前是一名软件工程专业的学生!.目前对很多方向有兴趣!
展开
-
我的Node.Js学习记录-安装
之前在很多地方听说过,今天再次感觉,要试用下了。 通过官网 :nodejs.org来到如下地址: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager 看到如下内容: [code="shell"] sudo apt-get install python-software-properties ...2012-03-03 22:00:13 · 183 阅读 · 0 评论 -
nodejs全局对象
下面的东西基本是翻译自以下地址: http://nodejs.org/docs/latest/api/globals.html 翻译当作学习吧! 全局对象: 原文:These objects are available in all modules. Some of these objects aren't actually in the global scope but in the ...2012-03-06 18:36:40 · 179 阅读 · 0 评论