书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 7201 个相关结果.
  • BannerAd.show

    Promise BannerAd.show() 返回值 Promise Promise BannerAd.show() 显示 banner 广告。 返回值 Promise banner 广告显示操作的结果
  • 区块(block)

    区块(block) 注册 block 使用 block 子 blocks 插入指定位置的具名插槽 block 异步 block actions events operations props 属性、on 事件、style 样式的定制 通用配置 区块(block) 区块是AMS的基础组成单元,整个页面由多个 block 组合嵌套组...
  • 8.2 async/await封装使用mysql

    async/await封装使用mysql 前言 Promise封装mysql模块 Promise封装 ./async-db async/await使用 async/await封装使用mysql 前言 由于mysql模块的操作都是异步操作,每次操作的结果都是在回调函数中执行,现在有了async/await,就可以用同步的写法去操作数据库 ...
  • 与其他异步处理方法的比较

    与其他异步处理方法的比较 与其他异步处理方法的比较 我们通过一个例子,来看 async 函数与 Promise、Generator 函数的比较。 假定某个 DOM 元素上面,部署了一系列的动画,前一个动画结束,才能开始后一个。如果当中有一个动画出错,就不再往下执行,返回上一个成功执行的动画的返回值。 首先是 Promise 的写法。 funct...
  • useMutation

    useMutation Example API Arguments Options Returns invoke: Function(inputArguments, { onSuccess, onSettled, onError, throwOnError }) => Promise mutationExtras: Object u...
  • 并发

    并发 使用 Promises, 不要使用回调 回调不够简洁, 因为他们会产生过多的嵌套。 在 ES2015/ES6 中, Promises 已经是内置的全局类型了,使用它们吧! 不好的: require ( 'request' ). get ( 'https://en.wikipedia.org/wiki/Robert_Cecil_Marti...
  • contentTracing

    contentTracing Methods contentTracing.getCategories() contentTracing.startRecording(options) contentTracing.stopRecording([resultFilePath]) contentTracing.getTraceBufferUsage...
  • contentTracing

    contentTracing Methods contentTracing.getCategories() contentTracing.startRecording(options) contentTracing.stopRecording([resultFilePath]) contentTracing.getTraceBufferUsage...
  • 对象操作API

    对象操作API 阅读API文档前… API语法说明 各个类的关系 通用的API click(x, y, mousekey): Promise<void> dblClick(x, y, mousekey): Promise<void> wheel(value): Promise<void> moveMouse(x, y): Promise<void...
  • An Async Example

    An Async Example .resolves async /await Error handling .rejects An Async Example First, enable Babel support in Jest as documented in the Getting Started guide. Let’s i...