书栈网 · BookStack 本次搜索耗时 0.061 秒,为您找到 129 个相关结果.
  • HTTP 客户端和服务端应用

    编写 HTTP 客户端和服务器 重点是什么? Get the source code Run the hello world server A quick glance at the code Binding a server to a host and port Hostname Port Listening for requests U...
  • Write HTTP clients & servers

    Write HTTP clients & servers What's the point? Get the source code Run the hello world server A quick glance at the code Binding a server to a host and port Hostname Port Li...
  • Fetch data dynamically

    Fetch data dynamically What's the point? About JSON Setting up the HttpRequest object Sending the request Handling the response Populating the UI from JSON Other resources ...
  • Write HTTP clients & servers

    Write HTTP clients & servers What’s the point? Get the source code Run the hello world server A quick glance at the code Binding a server to a host and port Hostname Port Li...
  • 在安卓上通过ML Kit使用TensorFlow Lite模型进行推理

    1994 2018-05-11 《ML Kit 中文文档》
    在安卓上通过ML Kit使用TensorFlow Lite模型进行推理 在你开始之前 托管或捆绑您的模型 模型安全 在Firebase上托管的模型 使模型可在本地使用 加载模型 指定模型的输入和输出 对输入数据进行推理 在安卓上通过ML Kit使用TensorFlow Lite模型进行推理 您可以通过ML Kit使用TensorFlo...
  • 动态获取数据

    动态获取数据 What's the point? About JSON Setting up the HttpRequest object Sending the request Handling the response Populating the UI from JSON Other resources 动态获取数据 Wha...
  • 语言概览

    Dart 编程语言概览 语言概览 库概览 你好,世界! 变量 流程控制语句 函数 注释 导入( Import ) 类( Class ) 扩展类(继承) Mixins 接口和抽象类 异步 异常 其他资源 Dart 编程语言概览 本文向你展示的 Dart 语言用法并不全面—这里只是对那些喜欢通过示例了解语言的人提供一个简单的...
  • 在您开始之前

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