书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 56540 个相关结果.
  • 创建 OAuth App

    765 2019-10-13 《Vssue 使用指南》
    GitHub OAuth App GitLab Application BitBucket OAuth Consumer Gitee 第三方应用
  • 调试Flutter APP

    2004 2018-12-05 《Flutter 实战》
    调试Flutter应用 Dart 分析器 Dart Observatory (语句级的单步调试和分析器) debugger() 声明 print 、debugPrint 、flutter logs 调试模式断言 调试应用程序层 Widget 层 渲染层 层 语义 调度 可视化调试 调试动画 调试性能问题 衡量应用启动时间 跟踪...
  • Android App Bundle

    Android App Bundle Android App Bundle Android App Bundle是一种全新的应用上传格式(.aab),它包含所有编译代码和资源。当您上传aab文件至Google Play后,Google Play将aab文件拆分成一系列APKs并签名。 此外,您也可以在应用项目中添加dynamic feature...
  • Electron Desktop App

    macOS App Requirements Publishing Windows App Requirements Publishing Building a desktop app with Ionic allows developers to reuse 100% of their code and ship a traditional ...
  • Hello World app

    This page runs through the quick exercise of implementing a “Hello World”application. Let’s start with the myapp project that was created previously . Edit the app/views/App/In...
  • Google App Engine

    Google App Engine Recipe Standalone AppEngine Classic and Managed VMs app.yaml configuration file Router configuration Maintainers Source Code Google App Engine Recipe Go...
  • Version your app

    对您的应用进行版本控制 设置应用版本信息 指定 API 级别要求 对您的应用进行版本控制 版本控制是应用升级和维护策略的关键组成部分。版本控制很重要,因为: 用户需要了解其设备上所安装应用的具体版本信息,以及可供安装的升级版本。 其他应用(包括您作为套件发布的其他应用)需要查询系统获取应用的版本,以确定兼容性和识别依赖关系。 发布应用时所使...
  • Measure app performance

    利用 Android Profiler 测量应用性能 启用高级分析 利用 Android Profiler 测量应用性能 Android Studio 3.0 采用全新的 Android Profiler 窗口取代 Android Monitor 工具。 这些全新的分析工具能够提供关于应用 CPU、内存和网络 Activity 的实时数据。 ...
  • Profile your app

    Profile your app performance Android Studio tools Command line tools Profile your app performance An app is considered to have poor performance if it responds slowly, shows c...
  • Test your app

    测试应用 测试类型和位置 添加一个新测试 创建适用于构建变体的仪器测试 运行测试 更改测试构建类型 测试应用 Android Studio 以简化测试为设计宗旨。 您只需完成几次点击,便可建立一个在本地 JVM 上运行的 JUnit 测试,或建立一个在设备上运行的仪器测试。 当然,您也可以通过集成测试框架来扩展测试能力,例如可以集成 Mo...