书栈网 · BookStack 本次搜索耗时 0.216 秒,为您找到 30684 个相关结果.
  • Model Data for Atomic Operations

    451 2019-12-01 《MongoDB v4.2 Manual》
    Model Data for Atomic Operations Pattern Model Data for Atomic Operations Although MongoDB supports multi-document transactions for replica sets (starting in version 4.0) and...
  • PostgreSQL specific model fields

    PostgreSQL specific model fields Indexing these fields ArrayField Querying ArrayField contains contained_by overlap len Index transforms Slice transforms CIText fie...
  • Model Instances - 模型实例

    Model Instances - 模型实例 创建实例 非常有用的捷径: create 方法 注意: 实例记录 默认值 更新实例 删除实例 重载实例 仅保存部分字段 Change-awareness of save 递增和递减整数值 Model Instances - 模型实例 如你所知,模型是 ES6 类 . 类的实例表示该...
  • Model Basics - 模型基础

    Model Basics - 模型基础 概念 模型定义 使用 sequelize.define : 扩展 Model 表名推断 强制表名称等于模型名称 直接提供表名 模型同步 一次同步所有模型 删除表 数据库安全检查 生产环境同步 时间戳 列声明简写语法 默认值 数据类型 字符串 布尔 数字 无符号和零填充整数 - 仅...
  • 2. Domain Model

    2. Domain Model 2.1. Mapping types 2.1.1. Value types 2.1.2. Entity types 2.2. Naming strategies 2.2.1. ImplicitNamingStrategy 2.2.2. PhysicalNamingStrategy 2.3. Basic types ...
  • Narrow data-model

    Narrow-table model Narrow-table model Most time-series databases would represent this data in the following way: Represent each metric as a separate entity (e.g., represent cp...
  • 5. Execution Model

    As an extension of the FAQ, this document answers some important questionsabout the execution model of GoConvey, like: How do I define a "Setup" method to be run before each tes...
  • 进程模型(process model)

    2080 2018-09-20 《RT-Thread编程手册》
    进程模型(process model) 进程模型(process model) 以下将process翻译为“进程”只是便于说明问题,在不同的OS中也可能会是线程。 TCP/IP的进程模型可以被设计为以下两种:(当然也可以是其他的模型)1. 每层的协议都作为一个独立的进程在运行,这种方式的好处在于代码易于理解和调试;同样也有不好之处,每数据报文经过每...
  • Model.prototype.remove()

    Model.prototype.remove() Parameters Returns: Example: Example: Model.prototype.remove() Parameters [options] «Object» [options.session=null] «Session» the session as...
  • Model.prototype.deleteOne()

    Model.prototype.deleteOne() Parameters Returns: Example: Model.prototype.deleteOne() Parameters [fn] «function(err|product)» optional callback Returns: «Promise» Pro...