分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.024
秒,为您找到
7201
个相关结果.
搜书籍
搜文档
BannerAd.show
433
2019-12-08
《微信小游戏API文档(201912)》
Promise BannerAd.show() 返回值 Promise Promise BannerAd.show() 显示 banner 广告。 返回值 Promise banner 广告显示操作的结果
区块(block)
1037
2019-09-02
《AMS v0.13 接入文档》
区块(block) 注册 block 使用 block 子 blocks 插入指定位置的具名插槽 block 异步 block actions events operations props 属性、on 事件、style 样式的定制 通用配置 区块(block) 区块是AMS的基础组成单元,整个页面由多个 block 组合嵌套组...
8.2 async/await封装使用mysql
847
2018-04-17
《Koa2进阶学习笔记》
async/await封装使用mysql 前言 Promise封装mysql模块 Promise封装 ./async-db async/await使用 async/await封装使用mysql 前言 由于mysql模块的操作都是异步操作,每次操作的结果都是在回调函数中执行,现在有了async/await,就可以用同步的写法去操作数据库 ...
与其他异步处理方法的比较
5183
2020-06-04
《阮一峰 ECMAScript 6 (ES6) 标准入门教程 第三版》
与其他异步处理方法的比较 与其他异步处理方法的比较 我们通过一个例子,来看 async 函数与 Promise、Generator 函数的比较。 假定某个 DOM 元素上面,部署了一系列的动画,前一个动画结束,才能开始后一个。如果当中有一个动画出错,就不再往下执行,返回上一个成功执行的动画的返回值。 首先是 Promise 的写法。 funct...
useMutation
358
2021-02-02
《Blitz v0.29.7 Fullstack Framework Document》
useMutation Example API Arguments Options Returns invoke: Function(inputArguments, { onSuccess, onSettled, onError, throwOnError }) => Promise mutationExtras: Object u...
并发
889
2018-11-01
《代码整洁的 JavaScript》
并发 使用 Promises, 不要使用回调 回调不够简洁, 因为他们会产生过多的嵌套。 在 ES2015/ES6 中, Promises 已经是内置的全局类型了,使用它们吧! 不好的: require ( 'request' ). get ( 'https://en.wikipedia.org/wiki/Robert_Cecil_Marti...
contentTracing
118
2023-10-19
《Electron 27.0 Documentation》
contentTracing Methods contentTracing.getCategories() contentTracing.startRecording(options) contentTracing.stopRecording([resultFilePath]) contentTracing.getTraceBufferUsage...
contentTracing
193
2023-02-14
《Electron 20.0 Documentation》
contentTracing Methods contentTracing.getCategories() contentTracing.startRecording(options) contentTracing.stopRecording([resultFilePath]) contentTracing.getTraceBufferUsage...
对象操作API
588
2021-04-19
《零基础实现BDD自动化测试(CukeTest v1.6使用手册)》
对象操作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
152
2024-01-15
《Jest 29.7 Documentation》
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...
1..
«
40
41
42
43
»
..100