书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 7154 个相关结果.
  • 屏幕亮度

    屏幕亮度 Taro.setScreenBrightness(OBJECT) Taro.getScreenBrightness(OBJECT) Taro.setKeepScreenOn(OBJECT) 屏幕亮度 Taro.setScreenBrightness(OBJECT) 使用方式同 wx.setScreenBrightness ,支持...
  • 类:Cookies

    类:Cookies 实例事件 Event: ‘changed’ 实例方法 cookies.get(filter) cookies.set(details) cookies.remove(url, name) cookies.flushStore() 类:Cookies 查询和修改一个会话的cookies 进程:主...
  • An Async Example

    .resolves async/await 错误处理 .rejects 首先, 像 Getting Started 里面所说的那样, 启用babel的支持 Let's implement a module that fetches user data from an API and returns the user name. // user...
  • 类:Cookies

    类:Cookies 事件 Event: ‘changed’ 实例方法 cookies.get(filter) cookies.set(details) cookies.remove(url, name) cookies.flushStore() 类:Cookies 查询和修改一个会话的cookies 进程:主进程 通...
  • class: JSHandle

    2040 2018-06-19 《Puppeteer中文文档》
    class: JSHandle jsHandle.asElement() jsHandle.dispose() jsHandle.executionContext() jsHandle.getProperties() jsHandle.getProperty(propertyName) jsHandle.jsonValue() class:...
  • ES6 系列之异步处理实战

    前言 API 介绍 fs.readdir fs.stat 思路分析 回调函数 Promise Generator Async ES6 系列 前言 我们以查找指定目录下的最大文件 为例,感受从 回调函数 -> Promise -> Generator -> Async 异步处理方式的改变。 API 介绍 为了实现这个功能,我...
  • downloadFile

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

    Taro.uploadFile(param) 参数 object param 返回值 Promise<object res> promise 示例代码 API支持度 Taro.uploadFile(param) 将本地资源上传到服务器。客户端发起一个 HTTPS POST 请求,其中 content-type 为 multipart/fo...
  • 图像字符识别(OCR)

    图像字符识别(OCR) 某些Windows对象上的OCR方法 1. getVisualText方法 2. clickVisualText方法 Ocr库函数 模型管理器中的OCR 更多语言支持 其它控件的OCR支持 图像字符识别(OCR) 本自动化工具支持通过OCR识别控件中的文字。 OCR的支持体现在以下方面: 某些Window...
  • async/await support in ES6 targets (Node v4+)

    async/await support in ES6 targets (Node v4+) Example async/await support in ES6 targets (Node v4+) TypeScript now supports asynchronous functions for engines that have native...