书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 129 个相关结果.
  • Deployment

    Web deployment Building your app Compile using webdev Use dart2js flags to produce better JavaScript Make your app smaller, faster, and more reliable Use the pwa package to make ...
  • 快速开始

    快速开始 下载并运行 Prometheus 配置 Prometheus 监控自身 启动 Prometheus 使用表达式浏览器 使用图形化接口 启动示例目标采集数据 配置 Prometheus 监控示例目标 配置规则将采集的数据汇总到新的时间序列中 快速开始 本指南是一种 “Hello World” 风...
  • 启动

    入门教程 下载和运行Prometheus 配置Prometheus服务监控本身 启动Prometheus服务 使用表达式浏览器 使用图形界面 启动一些样本目标机 配置Prometheus服务,监听样本目标实例 为聚集到抓取的数据,设置规则并写入到新的时间序列中 入门教程 本篇是一篇hello,world 风格的入门指南,使用一个简单...
  • 5. 完整示例代码

    5. 完整示例代码 index.html second.html 5. 完整示例代码 其实执行到上一步我们已经完成了示例的全部开发步骤。但为了清晰和可读性考虑,我们把最终形态的示例代码展示给开发者。 index.html <html> <head> <meta charset = "utf-8" > ...
  • 在线运行 Dart 代码

    DartPad 线上工具 可以在 DartPad 中使用的库 开始体验 打开 DartPad 并运行一些示例 创建一个命令行应用 检查 Dart 版本信息 网页中嵌入 DartPad DartPad 线上工具 DartPad 是一个可以让你在任何现代化的浏览器中体验 Dart 编程语言线上工具,它是开源的。 本网页里一些页面,尤其是 c...
  • 2. 创建一个独立的页面

    2. 创建一个独立的页面 创建页面 填充页面 添加样式 引用样式和脚本 预览效果 2. 创建一个独立的页面 创建一个 MIP 页面和创建一个标准的 HTML 页面是完全相同的,同样是以 .html 作为扩展名。区别仅仅是在 MIP 页面中,您可以编写形如 <mip-xxxx> 这样的自定义标签来使用 MIP 组件。 MIP 提供了一些...
  • Language samples

    Language samples Language tour Library tour Hello World Variables Control flow statements Functions Comments Imports Classes Inheritance Mixins Interfaces and abstract ...
  • Language samples

    Language samples Language tour Library tour Hello World Variables Control flow statements Functions Comments Imports Classes Inheritance Mixins Interfaces and abstract ...
  • 在iOS上使用ML Kit标注图片

    1460 2018-05-11 《ML Kit 中文文档》
    在iOS上使用ML Kit标注图片 在您开始之前 在设备上标注图片 配置图像标注器 运行图片标注器 得到一个VisionTextDetector 实例: 使用UIImage 或者CMSampleBufferRef 创建一个VisionImage 对象: 然后,将图像传递给该detect(in:) 方法: 从标注过的对象中获取信息 基于云端的图...