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

    Database .startTransaction(): Promise< Transaction > 返回值 Promise.< Transaction > 限制 示例代码 Database .startTransaction(): Promise<Transaction > 支持端:云函数 开始事务,另一个同样可以使用的发...
  • update

    Document.update(options: Object): Promise<Object> 参数 options: Object 返回值 Promise.<Object> 示例代码 小程序端兼容支持回调风格 Document.update(options: Object): Promise<Object> 支持端:小程序 , 云函...
  • update

    Document.update(options: Object): Promise<Object> 参数 options: Object 返回值 Promise.<Object> 示例代码 小程序端兼容支持回调风格 Document.update(options: Object): Promise<Object> 支持端:小程序 , 云函...
  • Get started

    Get started Installation Usage Component scope Import methods API Track multiple accounts Use functions or/and Promises Get started Installation npm install vue - anal...
  • update

    Document .update(options: Object): Promise<Object> 参数 options: Object 返回值 Promise.<Object> 示例代码 小程序端兼容支持回调风格 Document .update(options: Object): Promise<Object> 支持端:小程序 ...
  • collection.update

    Collection.update / Query.update Collection.update / Query.update 更新多条记录 函数签名如下: function update ( options : object ): Promise < Result > 参数说明 字段名 类型 必...
  • collection.count

    Collection.count / Query.count Collection.count / Query.count 统计集合记录数或统计查询语句对应的结果记录数,云函数端因属于管理端,因此可以统计所有集合的记录数(小程序端统计会受限于权限,可见小程序端的 count ) 函数签名如下: function count ( ): ...
  • Iterable Sequences

    Iterable Sequences Iterable Sequences The normal paradigm for a sequence is that each step is responsible for completing itself, which is what advances the sequence. Promises w...
  • 简单做法async模块

    async.js async.js 仓库 https://github.com/caolan/async 文档 http://caolan.github.io/async/ 比如each方法,依次完成 async . each ( openFiles , saveFile , function ( err ){ // if ...
  • zip Zip 操作

    zip Zip 操作 依赖 代码演示 API ZipService zip Zip 操作 一个基于 jszip 的Zip文件操作。 依赖 yarn add file - saver 由于 jszip 脚本大小以及对 Zip 的操作并不是刚需的原因,因此采用一种延迟加载脚本的形式,可以通过全局配置 配置来改变默认 CDN 路径(或...