node集群-cluster技术分享 / 2019-07-24 / nodenode为javascript的平台。只支持单线程。启动一个node程序,只会占用一个cpu。浪费服务器性能。 […] node集群-cluster Read More »
mongoose建立连接与关闭连接技术分享 / 2019-04-17 / node连接数据库参数 const options = { autoReconnect: true, poolSize mongoose建立连接与关闭连接 Read More »
mongodb-aggregate聚合操作技术分享 / 2019-03-18 / noderedact redaction 修订/校验,意思是对文档内容进行过滤,选择一些过滤或保留的信息。 $$DES mongodb-aggregate聚合操作 Read More »
Joi验证技术分享 / 2019-03-01 / nodeJoi官网 1、定义 schema 时 Joi.object.keys() 和 Joi.object() 有什 Joi验证 Read More »
eslint 安装及使用技术分享 / 2019-01-24 / node安装 npm install –save-dev eslint npm install –save-dev eslint 安装及使用 Read More »
node+express框架错误处理机制技术分享 / 2019-01-07 / nodeAPIError.js const httpStatus = require(‘http-status’); node+express框架错误处理机制 Read More »