书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 135294 个相关结果.
  • 结构体字段

    结构体字段 结构体字段 结构体字段使用点号来访问。 struct-fields.go package main import "fmt" type Vertex struct { X int Y int } func main () { v := ...
  • 分配字段编号

    分配字段编号 分配字段编号 在NewService所有字段都是标量类型:两个string类型msn 和 streamKey。当然,你也可以为字段指定其他的合成类型,包括枚举(enumerations)或其他消息类型。 正如消息中的结构每个消息定义中的每个字段都有唯一的编号。这些字段编号用于标识消息二进制格式中的字段,并且在使用消息类型后不应更改。这里...
  • 字段(Fields) 简介

    字段(Fields) 简介 字段(Fields) 简介 对象包括不同类型的字段,分为三类:simple types,relation types,functional fields。simple types是integers, floats, booleans, strings, etc …;relation types是表示对象间的关系(one2o...
  • 密码字段

    3.5.2.1.30. 密码字段 3.5.2.1.30. 密码字段 在线示例 API 文档 这是一个将用户输入字符显示为回显字符(echo characters)的字段。 该组件的 XML 名称: passwordField 除了不能设置 datatype ,PasswordField 与 TextField 基本一样。Passwo...
  • 面板字段参考

    面板字段参考 main (String) type (String) title (String) icon (String) resizable (Boolean) width (Integer) height (Integer) min-width (Integer) min-height (Integer) max-width (In...
  • 模型字段参考

    模型字段参考 字段选项 null blank choices 枚举类型 db_column db_index db_tablespace default editable error_messages help_text primary_key unique unique_for_date unique_...
  • 字段分组管理

    创建分组基本信息 查询分组基本信息 修改分组基本信息 删除分组基本信息 删除模型属性分组 创建分组基本信息 API: POST /api/{version}/objectatt/group/new API 名称:create_group 功能说明: 中文: 创建分组 English: create a group for a obje...
  • 面板字段参考

    面板字段参考 main (String) type (String) title (String) icon (String) resizable (Boolean) width (Integer) height (Integer) min-width (Integer) min-height (Integer) max-width (In...
  • 掩码字段

    3.5.2.1.27. 掩码字段 3.5.2.1.27. 掩码字段 在线示例 API 文档 这是一个文本字段控件,其中的数据以预定义格式输入。例如,使用 MaskedField 输入电话号码很方便。 该组件对应的 XML 名称: maskedField MaskedField 基本上复制了 TextField 的功能,但是不能为掩...
  • 属性与字段

    属性和字段 声明属性 Getters 与 Setters 幕后字段 幕后属性 编译期常量 延迟初始化属性与变量 检测一个 lateinit var 是否已初始化(自 1.2 起) 覆盖属性 委托属性 属性和字段 声明属性 Kotlin的类可以有属性。属性可以用关键字var 声明为可变的,否则使用只读关键字val 。 cl...