MONGODB两个报错处理方法 技术分享 / 2019-03-14 / 数据库 报错: rico@ubuntu:~$ mongo MongoDB shell version: 3.2.17 […] MONGODB两个报错处理方法 Read More »
nginx配置socket 技术分享 / 2019-03-12 / 中间件 location /socket.io/ { proxy_pass http://192.168.0.106: nginx配置socket Read More »
Joi验证 技术分享 / 2019-03-01 / node Joi官网 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 »
mongodb shell脚本(2) 技术分享 / 2019-01-14 / 数据库 聚合 db.sampleapplications.aggregate({ $match: { ‘approva mongodb shell脚本(2) Read More »
node+express框架错误处理机制 技术分享 / 2019-01-07 / node APIError.js const httpStatus = require(‘http-status’); node+express框架错误处理机制 Read More »
mongodb字段添加修改删除 技术分享 / 2019-01-02 / 数据库 mongodb添加字段 i=1 db.suppliers.find({}).forEach(function( mongodb字段添加修改删除 Read More »
mongodb修改字段类型 技术分享 / 2018-12-26 / 数据库 mongo 可以通过ind(…).forEach(function(x) {})语法来修改coll mongodb修改字段类型 Read More »