发布时间:2013-06-02 17:17:44
HTTP HTTP模块http://docs.cnodejs.net/cman/http.htmlhttp://nodejs.org/api/http.htmlTable Of ContentsHTTP HTTP模块http.ServerEvent: 'request' 事件:'request'Event: 'connection' 事件.........【阅读全文】
发布时间:2013-06-02 12:56:31
http://docs.cnodejs.net/cman/fs.htmlFile System 文件系统模块File I/O is provided by simple wrappers around standard POSIX functions. To use this module do require('fs'). All the methods have asynchronous and synchronous forms.文件的I/O是由标准POSIX函数封装而成。需要使用require('fs')访问这.........【阅读全文】
发布时间:2013-06-02 12:31:11
events参考:http://docs.cnodejs.net/cman/events.html#events.EventEmitterhttp://nodejs.org/api/events.htmlevents参考:http://docs.cnodejs.net/cman/events.html#events.EventEmitterhttp://nodejs.org/api/events.html Many objects in Node emit events: a net.Ser.........【阅读全文】
发布时间:2013-06-02 00:05:59
util58 /home/taohx/scripts/study/nodejshttp://docs.cnodejs.net/cman/util.html结果:node util_demo.jsDEBUG: message on stderr1 Jun 23:44:59 - message on stderr{ [Function] [name]: '', [length]: 2, [caller]: null, [prototype]: {.........【阅读全文】
发布时间:2013-05-22 23:37:57
来源:http://www.cnblogs.com/itech/archive/2011/02/13/1953268.html一 setuptools 和easy_install setuptools:setuptools 是一组由PEAK(Python Enterprise Application Kit)开发的 Python 的 distutils 工具的增强工具,可以让程序员更方便的创建和发布 Python的egg 包,特别是那些对其它包具有依赖.........【阅读全文】