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

    Conclusion Conclusion You’ve successfully completed the last chapter of Learn Swift with Bob. In Lesson 1, you’ve learned how to create nested generic structures as well as the...
  • Kotlin for Native

    Kotlin/Native for Native Why Kotlin/Native? Target Platforms Interoperability Sharing Code between Platforms What’s next? Documentation Tutorials Sample projects Kotlin...
  • Settings

    Settings Displayed attributes Example Distinct attribute Example Filterable attributes Example Ranking rules Custom ranking rule Example Searchable attributes Example S...
  • The Basics

    The Basics Constants and Variables Declaring Constants and Variables Type Annotations Naming Constants and Variables Printing Constants and Variables Comments Semicolons Int...
  • 使用Python实现Slope One算法

    使用Python实现Slope One算法 第一步 第二步 第三步 第四步 加权的Slope One算法:推荐逻辑的实现 MovieLens数据集 使用Python实现Slope One算法 我们将沿用第二章中编写的Python类,重复的代码我不在这里赘述。输入的数据是这样的: users2 = { "Amy" : { "Ta...
  • 3. 更新 UI

    更新用户界面 Update the Android module Work with the iOS module in Xcode Next step Get help 更新用户界面 This is the third part of the Getting started with Kotlin Multiplatform for mobi...
  • 在iOS上使用ML Kit识别人脸

    2027 2018-05-11 《ML Kit 中文文档》
    在iOS上使用ML Kit识别人脸 在开始之前 在设备上识别人脸 设置人脸识别器 运行人脸识别器 获取检测到的面部有关信息 在iOS上使用ML Kit识别人脸 你可以在iOS上使用ML Kit来在图像和视频中识别人脸。 请参阅GitHub上的ML Kit快速入门示例 ,了解正在使用的此API的示例。 在开始之前 如果您还没有将F...
  • Manual Install w/Civetweb

    865 2019-12-29 《Ceph v15.0 Document》
    Install Ceph Object Gateway Execute the Pre-Installation Procedure Install Ceph Object Gateway Create a Gateway Instance Change the Default Port Using SSL with Civetweb Additi...
  • Deleting TripleO

    Deleting TripleO 1. 删除undercloud 删除openstack 包 删除mariadb 数据库文件 删除ovs-port 、ovs bridge 删除/etc/swift 目录 删除undercloud的网络配置 2. 删除overcloud Deleting TripleO 在某些情况下,我们可能会需要删...
  • 在iOS上使用ML Kit识别地标

    1038 2018-05-11 《ML Kit 中文文档》
    在iOS上使用ML Kit识别地标 在您开始之前 配置地标识别器 运行地标识别器 得到一个VisionCloudLandmarkDetector 实例: 使用UIImage 或者CMSampleBufferRef 创建一个VisionImage 对象: 然后,将图像传递给该detect(in:) 方法: 获取著名地标的有关信息 在iOS...