书栈网 · BookStack 本次搜索耗时 0.059 秒,为您找到 272553 个相关结果.
  • 事务对象

    事务对象 事务对象 transactionIdentifier String - 成功加入队列的事务的唯一标识 transactionDate String - 事务被加入队列的时间 originalTransactionIdentifier String - App Store恢复的事务的标识符 transactionState Str...
  • ThumbarButton 对象

    ThumbarButton 对象 ThumbarButton 对象 icon NativeImage - 显示在缩略图工具栏中的图标. click Function tooltip String (可选) - 按钮的提示文本. flags String[] (optional) - Control specific states and...
  • Product 对象

    Product 对象 Product 对象 productIdentifier String - 用于苹果应用商店标识产品的字符串。 localizedDescription String - 产品的描述。 localizedTitle String - 产品的名称。 contentVersion String - 标识产品的版本的字符串...
  • Point 对象

    Point 对象 Point 对象 x Number 类型 y Number 类型 Note: Both x and y must be whole integers, when providing a point object as input to an Electron API we will automatically rou...
  • MemoryInfo 对象

    MemoryInfo 对象 MemoryInfo 对象 workingSetSize Integer- 当前占用的物理内存RAM总量 peakWorkingSetSize Integer - 已被占用的物理内存最大值。 privateBytes Integer (optional) Windows - 独占的内存,不被其他进程(如JavaS...
  • JumpListCategory 对象

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

    Cookie 对象 Cookie 对象 name String - cookie 的名称。 value String - cookie 的值。 domain String (可选) - cookie所在域名,通常使用点号开头,以使其对子域名可用。 hostOnly Boolean (可选) - cookie 是否仅匹配主机头;此项仅在未设...
  • 进程对象

    进程 Sandbox 事件 事件: ‘loaded’ 属性 process.defaultApp Readonly process.isMainFrame Readonly process.mas Readonly process.noAsar process.noDeprecation process.resource...
  • Atomics 对象

    Atomics 对象 Atomics 对象 多线程共享内存,最大的问题就是如何防止两个线程同时修改某个地址,或者说,当一个线程修改共享内存以后,必须有一个机制让其他线程同步。SharedArrayBuffer API 提供Atomics 对象,保证所有共享内存的操作都是“原子性”的,并且可以在所有线程内同步。 什么叫“原子性操作”呢?现代编程语言中...
  • Table对象

    Table对象 Table.list Table.defaults Table.columnDefaults Table.config Table.button Table.api Table.api.formatter Table对象 我们引入表格依赖后table 后,我们就可以通过Table 来进行相关表格的初始化和绑定相关事件。返...