书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 7154 个相关结果.
  • Aggregate.prototype.then()

    Aggregate.prototype.then() Parameters Returns: Example: Aggregate.prototype.then() Parameters [resolve] «Function» successCallback [reject] «Function» errorCallback ...
  • 使用 async

    1291 2019-07-16 《快应用教程》
    使用 async 如何配置 async 语法的 babel 编译支持 使用 async, await 语法 在 native 接口中使用 async Native 接口直接返回 Promise 1010+ Native 接口返回 callback 总结 使用 async 使用async 语法开发业务,代码以更整洁优雅的方式替代 Callb...
  • Aggregate.prototype.catch()

    Aggregate.prototype.catch() Parameters Returns: Aggregate.prototype.catch() Parameters [reject] «Function» Returns: «Promise» Executes the query returning a Promise ...
  • 中间件原理

    中间件原理 你好奇为什么是1342 么? 从generator说起 用co简化一下代码 看一下具体的1342 中间件写法 总结 探索中间件原理 v1 v2 v2补充 v3 回形针的实现 koa compose v3 app2 从koa 1.x到koa 2.x的演变 koa源码说明 核心源码 为啥2.x要多出个ctx? 引用ko...
  • SelectFieldConfigSettings

    SelectFieldConfigSettings interface allowCustomValue property getOptions property options property SelectFieldConfigSettings interface Signature export interface Select...
  • doc.update

    doc.update doc.update 解释 :更新指定记录的数据 参数说明 该方法的传入参数为必填参数,参数类型为对象类型,参数格式如下,如传入success 、fail 、complete 三者之一,则表示存在回调函数,否则返回 promise。 字段 类型 必填 默认值 说明 data Object 是 - 更新数据 success...
  • collection.skip

    collection.skip collection.skip 解释 :查询返回结果时从指定序列后的结果开始返回,可用于分页。 参数说明 该方法的传入参数为必填参数,参数类型为数字类型,用来指定查询返回结果开始的序列。 代码示例 1 swan . cloud . init ({ env : 'envId' }); ...
  • checkLogin

    Cloud .checkLogin(options: Object): Promise<Object> 参数 options: Object 返回值 Promise.<Object> 使用说明 示例代码 Cloud .checkLogin(options: Object): Promise<Object> 支持端:Web 1.1.0 ...
  • 2.2 洋葱模型切面

    洋葱模型切面 前言 中间件流程处理 洋葱模型切面 前言 Koa.js 最为人所知的是基于 洋葱模型 的HTTP中间件处理流程。 在此,洋葱模式可以拆解成一下几个元素。 生命周期 中间件 中间件在生命周期中 前置操作 等待其他中间件操作 后置操作 中间件流程处理 举个代码例子 let context = { da...
  • 30. An overview of what’s new in ES6

    1073 2019-05-03 《Exploring ES6》
    30. An overview of what’s new in ES6 30.1 Categories of ES6 features 30.2 New number and Math features 30.2.1 New integer literals 30.2.2 New Number properties 30.2.3 New Math m...