会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
OpenERP 学习笔记
记录学习过程中的心得体会,整理开发过程中的典型代码,备查。
博客园
首页
新随笔
联系
订阅
管理
01 2017 档案
nodejs 并发控制
摘要:1.用 eventproxy 实现控制并发: 2.使用 async.mapLimit 控制并发 3.async.queue 非常合适用来控制并发
阅读全文
posted @
2017-01-11 13:36
cnshen
阅读(4681)
评论(0)
推荐(0)
nodejs 常用模块
摘要:推荐的入门教程: 《七天学会NodeJS》 https://github.com/nqdeng/7-days-nodejs 《Node.js 包教不包会》 https://github.com/alsotang/node-lessons 常用内置模块: fs 提供对文件的操作。http://node
阅读全文
posted @
2017-01-11 10:10
cnshen
阅读(9038)
评论(0)
推荐(1)
公告