书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 966 个相关结果.
  • 打包和发布为 Android 应用

    打包和发布到 Android 平台 添加启动图标 为 app 签名 创建一个密钥库 从 app 中引用密钥库 在 gradle 中配置签名 启用混淆器 步骤 1 - 配置 Proguard 步骤 2 - 启用混淆以及/或压缩 检查 app manifest 文件 检查构建配置 为发布构建应用程序 构建一个 app bundle 测试 a...
  • 十三、全面深入触摸和滑动原理

    文章汇总地址: 1、事件流程 1.1 、hitTest 1.2、RendererBinding.hitTest 1.3、GestureBinding.hitTest 1.4、dispatchEvent 2、事件竞争 2.1、PointerDownEvent 2.2 开始竞争 普通按下: 长按之后抬起: 竞技失败: 2.3 滑动事件 ...
  • 渲染 Web Components 到 Native 方案

    1524 2018-12-04 《Omi v5.x 文档》
    渲染 Web Components 到 Native 方案 行业现状 预研 模拟 HTMLElement 生命周期 事件绑定 渲染 Web Components 到 Native 方案 怎么渲染 Web Components 到 Native?这里拿 Omi 框架 为例,因为 Omi 是基于 Web Components 设计的。 ...
  • 交互添加

    为你的 Flutter 应用加入交互体验 你会学到什么 有状态和无状态的 widgets 创建一个有状态的 widget 重点是什么? 步骤 0: 开始 Step 1: 决定哪个对象管理 widget 的状态 Step 2: 创建 StatefulWidget 的子类 Step 3: 创建 State 的子类 Step 4: 将有 stat...
  • Authentication

    Overview Supported auth mechanisms Authentication API Credential types Using client-side SSL/TLS Using Google token-based authentication Extending gRPC to support other authen...
  • 创建 Future/Promise 对象

    创建 Future/Promise 对象 使用 Future 构造器 创建一个待定(pending)状态 promise 对象 创建一个成功(fulfilled)状态的 promise 对象 创建一个失败(rejected)状态的 promise 对象 使用 Future 上的工厂方法 创建一个成功(fulfilled)状态的 promise 对象 ...
  • 打包和发布为 iOS 应用

    打包和发布到 iOS 平台 预先准备 在 App Store Connect 上注册你的 App 登记套装 ID 在 App Store Connect 创建一个应用记录 检查 Xcode 项目设置 更新应用版本号 添加应用图标 创建一个构建归档(build archive) 发布你的 app 到 TestFlight 发布你的 app 到...
  • 一、项目搭建

    electron-vue跨平台桌面应用开发实战教程(一)——项目搭建 1 创建项目 1.1 安装vue-cli 1.2 使用vue-cli创建项目 1.3 使用electron-builder集成electron 1.4 运行程序 electron-vue跨平台桌面应用开发实战教程(一)——项目搭建 版权声明:本文为博主原创文章,遵循 CC...
  • Indexes

    Indexes Example Index creation Example Index UID Primary key Relevancy rules Synonyms Stop words Field properties Indexes An index is an entity that gathers a set of do...
  • 设置项目

    将 Flutter module 集成到 Android 项目 Using Android Studio Manual integration Create a Flutter module Java 8 requirement Add the Flutter module as a dependency Option A - Depend on th...