书栈网 · BookStack 本次搜索耗时 0.045 秒,为您找到 275989 个相关结果.
  • BrowserWindowProProxy对象

    类: BrowserWindowProxy 实例方法 win.blur() win.close() win.eval(code) win.focus() win.print() win.postMessage(message, targetOrigin) 实例属性 win.closed 类: BrowserWindow...
  • 对象变体

    对象变体 对象变体 在需要简单变体类型的某些情况下,对象层次结构通常有点过了。 对象变体是通过用于运行时类型灵活性的枚举类型区分的标记联合,对照如在其他语言中找到的 sum类型 和 代数数据类型(ADT) 的概念。 一个示例: # 这是一个如何在Nim中建模抽象语法树的示例 type NodeKind = enum # 不...
  • 对象构造

    对象构造 对象构造 对象也可以使用 对象构造表达式 创建, 具有语法 T(fieldA:valueA,fieldB:valueB,…) 其中 T 是 object 类型或 ref object 类型: var student = Student ( name : "Anton" , age : 5 , id : 3 ...
  • 连接对象

    基本介绍 使用示例 gudp 模块提供了非常简便易用的gudp.Conn 链接操作对象。 使用方式 : import "github.com/gogf/gf/net/gudp" 接口文档 : https://godoc.org/github.com/gogf/gf/net/gudp type Conn func Ne...
  • UploadFile 对象

    UploadFile 对象 UploadFile 对象 type String - blob . filePath String - 准备上传的文件的路径 offset Integer - 默认值 0 . length Integer - Number of bytes to read from offset . Defaults to 0...
  • Size 对象

    Size 对象 Size 对象 width Number height Number
  • ProcessMemoryInfo 对象

    ProcessMemoryInfo 对象 ProcessMemoryInfo 对象 residentSet Integer Linux Windows - The amount of memory currently pinned to actual physical RAM in Kilobytes. private Integer - Th...
  • JumpListCategory 对象

    JumpListCategory 对象 JumpListCategory 对象 type String (optional) - One of the following: tasks -此类别中的项目将放在标准 tasks 类别中。 只能有一个这样的类别, 它将始终显示在跳转列表的底部。 frequent -显示应用程序经常打开的文件列表, ...
  • IOCounters 对象

    IOCounters 对象 IOCounters 对象 readOperationCount Number - I/O读取操作的数量 writeOperationCount Number - I/O写入操作的数量. otherOperationCount Number - 其他I/O操作的数量. readTransferCount Numb...
  • Display对象

    Display对象 Display对象 id 数字-与显示相关联的唯一的标志符。 rotation 数字 - 可以是 0, 90, 180, 270, 代表屏幕旋转角度。 scaleFactor 数字-输出设备的像素比例因子。 touchSupport 字符串—可以是 available 、unavailable 、unknown 。 monoch...