书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 1180 个相关结果.
  • interface

    2906 2018-02-08 《Go Web 编程》
    2.6 interface interface 什么是interface interface类型 interface值 空interface interface函数参数 interface变量存储的类型 嵌入interface 反射 links 2.6 interface interface Go语言里面设计最精妙的应该算in...
  • $multiply

    $multiply 语法 说明 示例 $multiply 语法 { <字段名>: { $multiply : <值> } } 说明 返回字段值与某个数值相乘的结果。原始值为数组类型时对每个数组元素执行该操作,非数字类型返回 null 。 示例 在集合 sample.employee 插入1条记录: >...
  • Classes

    Introduction Classes Inheritance Public, private, and protected modifiers Public by default Understanding private Understanding protected Readonly modifier Parameter propert...
  • Classes

    Introduction Classes Inheritance Public, private, and protected modifiers Public by default ECMAScript Private Fields Understanding TypeScript’s private Understanding protect...
  • Retrieving Scalar Values

    Retrieving Scalar Values Retrieving Scalar Values You can retrieve scalar values by calling Query.scalar() . Forinstance: >>> PageView . select ( fn . Count ( fn . Distinct ...
  • 迪米特原则

    迪米特原则( Law of Demeter) 简介 实例 迪米特原则( Law of Demeter) 简介 得墨忒耳定律(Law of Demeter,缩写LoD)亦稱為“最少知识原则(Principle of Least Knowledge)”,是一种软件开发的设计指導原則,特别是面向对象的程序设计。得墨忒耳定律是松耦合的一种具體案例。該...
  • $substr

    $substr 语法 说明 格式 示例 $substr 语法 { <字段名>: { $substr : <值> } } 说明 返回字符串的子串。原始值为数组类型时对每个数组元素执行该操作,非字符串类型返回 null 。 格式 find ({},{< fieldName >:{< $substr :[ ...
  • 定义变量

    定义变量 变量声明 变量作用域 定义变量 介绍PL/SQL中变量的声明,以及该变量在代码中的作用域。 变量声明 变量声明语法请参见图1 。 图 1 declare_variable::= 对以上语法格式的解释如下: variable_name:变量名。 type:变量类型。 value:该变量的初始值(如果不给定初始值,则初始为NUL...
  • $abs

    $abs 语法 说明 示例 $abs 语法 { <字段名>: { $abs : 1 } } 说明 返回数字的绝对值。原始值为数组类型时对每个数组元素执行该操作,其它非数字类型返回 null 。 Note: { $abs: 1 } 中1没有特殊含义,仅作为占位符出现。 示例 在集合 sampl...
  • Classes

    Classes Inheritance Public, private, and protected modifiers Public by default ECMAScript Private Fields Understanding TypeScript’s private Understanding protected Readonl...