书栈网 · BookStack 本次搜索耗时 0.327 秒,为您找到 580 个相关结果.
  • Migration Guides

    Mongoose 4.x to 5.x Mongoose 3.x to 4.x
  • 总结

    1224 2018-05-23 《mongoose入门》
    总结 其他 总结 从mongoose是什么,到如何使用,以及核心概念(orm以及schema、model、entity),最后给出CRUD操作,希望读者能够认真体会orm和具体分层含义。 本节以最简单的user,结合ava完成单元测试,我们测试数据库代码并不一定要在koa或其他框架内部,最小化问题,mongoose它只是一个node模块,这样对于...
  • 使用 ServerLess, Nodejs, MongoDB Atlas cloud 构建 REST API

    1593 2020-01-02 《Node.js技术栈》
    使用 ServerLess, Nodejs, MongoDB Atlas cloud 构建 REST API 通过本文你能学到什么? MongoDB Atlas cloud 什么是 MongoDB Atlas cloud? 集群创建 链接到集群 开启一个 Serverless Function 链接到 DB 什么是 Serverless? 1. ...
  • Query.prototype.replaceOne()

    Query.prototype.replaceOne() Parameters Returns: Example: Query.prototype.replaceOne() Parameters [filter] «Object» [doc] «Object» the update command [options] «Object...
  • Connection.prototype.models

    Connection.prototype.models Type: Example Connection.prototype.models Type: «property» A POJO containing a map from model names to models. Contains all models that have...
  • Schema

    1300 2018-05-23 《mongoose入门》
    Schema Everything in Mongoose starts with a Schema. Each schema maps to a MongoDB collection and defines the shape of the documents within that collection. Schema是一种以文件形式存储的数据库模...
  • API docs

    Mongoose#_applyPlugins(schema ) Parameters: Mongoose#Aggregate() Mongoose#CastError(type , value , path , [reason] ) Parameters: MongooseThenable#catch(onFulfilled , onReje...
  • queries

    Queries References to other documents Streaming Next Up Queries Documents can be retrieved through several static helper methods of models . Any model method which involve...
  • 正常关机

    1296 2019-01-21 《PM2教程》
    正常关机 正常关机 超时终止 windows的正常关机 正常启动 群集模式下的正常启动 正常关机 您的应用将在其整个生命周期中重启几次,无论是在部署中还是更糟糕的情况,应用崩溃。 但在重启时,用户可能面临两个问题: 一段停机时间 ,服务器返回到“503服务不可用”响应 一个失败请求 ,如果重启时请求正在进行使用PM2群集模式和重载操作...
  • Model.validate()

    Model.validate() Parameters Returns: Example: Model.validate() Parameters obj «Object» pathsToValidate «Array» [context] «Object» [callback] «Function» Returns: «Pro...