摘要:
notes1.StormJs这个是用来干什么的?2.SIGINT(signal interapt)3.编译nodejs时,加上 -j 8(表示开启8个make的job?) 编译速度很快4.用NodeJs抓取非utf-8字符网页5.HTML5 canvas编程6.用递归的方式创建多级目录var http = require('http');// 创建所有目录var mkdirs = module.exports.mkdirs = function(dirpath, mode, callback) { path.exists(dirpath, function(exists) { 阅读全文
摘要:
javascript 的特性Null is objectNaN is number[] == falseundefined can be defined火狐返回rgb颜色资源:1.Ten Oddities And Secrets About JavaScript2.也谈谈Javascript中的几个"怪异"特性(上) 阅读全文