摘要:
1、安装和配置 参考 http://symfony.cn/docs/book/installation.html 使用安装工具: windows系统 Open your command console and execute the following command: c:\> php -r "r 阅读全文
摘要:
var EventEmitter = require('events').EventEmitter;var emitter = new EventEmitter();console.log(emitter.getMaxListeners());//设置可监听事件的最大个数emitter.setMax... 阅读全文