书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 7154 个相关结果.
  • 2.10. then or catch?

    2.10. then or catch? 2.10.1. 不能进行错误处理的onRejected 2.10.2. 总结 2.10. then or catch? 在 上一章 里,我们说过 .catch 也可以理解为 promise.then(undefined, onRejected) 。 在本书里我们还是会将 .catch 和 .the...
  • 定义Request Action

    定义Request Action Reducer事件 Promise 终止请求 定义Request Action 请求Action本质也是一个action,唯一区别就是它是异步的。 import { Model } from '@redux-model/web' ; import { $api } from ...
  • downloadFile

    Taro.downloadFile(param) 参数 object param 返回值 Promise<object res> promise 示例代码 API支持度 Taro.downloadFile(param) 下载文件资源到本地。客户端直接发起一个 HTTPS GET 请求,返回文件的本地临时路径。使用前请注意阅读相关说明。 ...
  • TypeScript 3.4

    TypeScript 3.4 顶级 this 现在有类型了 泛型参数的传递 上下文返回类型作为上下文参数类型传入 在 strictFunctionTypes 之外一致性推断优先 参考 TypeScript 3.4 顶级 this 现在有类型了 顶级 this 的类型现在被分配为 typeof globalThis 而不是 any ...
  • TypeScript 3.4

    TypeScript 3.4 顶级 this 现在有类型了 泛型参数的传递 上下文返回类型作为上下文参数类型传入 在 strictFunctionTypes 之外一致性推断优先 参考 TypeScript 3.4 顶级 this 现在有类型了 顶级 this 的类型现在被分配为 typeof globalThis 而不是 an...
  • Executing Tests Asynchronously

    Executing Tests Asynchronously Executing Tests Asynchronously Since services operate in an asynchronous manner it may be useful to execute a service's entire unit test asynchro...
  • 第14章 异步编程

    1492 2019-01-30 《Node.js 入门教程》
    第14章 异步编程 回调函数概念 JavaScript 回调函数 示例:封装原生的 ajax 操作 示例:实现拷贝方法 示例:读取文件中的 todos 列表数据 示例:把任务持久化保存到文件中 异常处理 try-catch 处理异常 Callback 处理异常 回调地狱 Promise 概念 Promise 基本用法 几个例子 错...
  • AggregationCursor

    AggregationCursor AggregationCursor() Parameters Inherits: AggregationCursor.prototype.Symbol.asyncIterator() Example AggregationCursor.prototype.addCursorFlag() Parameters ...
  • 错误处理

    错误处理 错误页面 错误类型 400 403 404 500 503 扩展错误类型 1、添加 _600Action 2、添加错误页面 3、显示错误页面 修改错误页面样式 错误处理 系统在处理用户请求时,会遇到各种各样的错误情况。如:系统内部错误,url 不存在,没有权限,服务不可用等,这些情况下需要给用户显示对应的错误页面。 ...
  • iBeacon

    iBeacon Taro.startBeaconDiscovery(OBJECT) Taro.stopBeaconDiscovery(OBJECT) Taro.getBeacons(OBJECT) Taro.onBeaconUpdate(CALLBACK) Taro.onBeaconServiceChange(CALLBACK) iBeac...