Tekkaman

导航

 

2017年3月18日

摘要: 【fs.watchFile】 fs.watchFile(filename[, options], listener) Watch for changes on filename. The callback listener will be called each time the file is a 阅读全文
posted @ 2017-03-18 23:52 Tekkaman 阅读(1056) 评论(0) 推荐(0)
 
摘要: 【nimble】 series方法用于串行执行多个异步任务,通过npm可安装nimble。 Series works similarly to parallel, only it runs each function only once the previous has finished. Agai 阅读全文
posted @ 2017-03-18 23:28 Tekkaman 阅读(131) 评论(0) 推荐(0)