书栈网 · BookStack 本次搜索耗时 0.120 秒,为您找到 588 个相关结果.
  • 开发 Express 应用

    1399 2018-03-17 《Node.js 实战》
    开发Express应用 定义路由 MongoDB 参考 开发Express应用 MVC 是很多应用开发时都会采用的一种「架构模式」,会把一个应用分成 Model-View-Controller,每一部分各自负责: Model - 应用的功能实现、数据库相关操作等 Controller - 负责转发请求,对请求进行处理等 View - 应用的...
  • 连接数据库

    1467 2018-03-01 《一起学 Node.js》
    4.6.1 为什么使用 Mongolass node-mongodb-native: Mongoose: Mongolass 扩展阅读 我们使用 Mongolass 这个模块操作 mongodb 进行增删改查。在 myblog 下新建 lib 目录,在该目录下新建 mongo.js,添加如下代码: lib/mongo.js const ...
  • API

    API Docs Mongoose() Parameters Example: Mongoose.prototype.Aggregate() Mongoose.prototype.CastError() Parameters Mongoose.prototype.Collection() Mongoose.prototype.Connecti...
  • Model.populate()

    Model.populate() Parameters Returns: Available top-level options: Examples: Model.populate() Parameters docs «Document|Array» Either a single document or array of docum...
  • Model.geoSearch()

    Model.geoSearch() Parameters Returns: Example: Options: Model.geoSearch() Parameters conditions «Object» an object that specifies the match condition (required) optio...
  • Custom SchemaTypes

    Custom Schema Types Creating a Basic Custom Schema Type Custom Schema Types Creating a Basic Custom Schema Type New in Mongoose 4.4.0: Mongoose supports custom types. Before y...
  • Error

    Error Error() Parameters Inherits: Example: Error.CastError Type: Error.DivergentArrayError Type: Error.DocumentNotFoundError Type: Error.MissingSchemaError Type: Erro...
  • Virtualtype

    Virtualtype VirtualType() Parameters Example: VirtualType.prototype.applyGetters() Parameters Returns: VirtualType.prototype.applySetters() Parameters Returns: VirtualTyp...
  • 随堂练习:完成登录、注册功能

    随堂练习:完成登录、注册功能 学习mongodb 添加mongoose 配置 创建models/user.js 测试user.js 在路由里增加user创建和api测试 登录 随堂练习:完成登录、注册功能 学习mongodb http://nodeonly.com/nodesang/#/4 https://github.com/...
  • SSL Connections

    SSL Connections SSL Validation SSL Connections Sponsor #native_company# — #native_desc# Mongoose supports connecting to MongoDB clusters that require SSL connections . Setti...