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

    Use InfluxDB client libraries Use InfluxDB client libraries InfluxDB client libraries are language-specific packages that integrate with the InfluxDB v2 API. The following Influ...
  • Introduction

    Introduction Introduction V is a statically typed compiled programming language designed for building maintainable software. It’s similar to Go and its design has also been inf...
  • Computed Property

    Computed Property Introduction Problem Atrocious Code Introducing Computed Property Gettable Property Gettable and Settable Property Applications Source Code Conclusion ...
  • 内存安全

    内存安全 理解内存访问冲突 内存访问性质 In-Out 参数的访问冲突 方法里 self 的访问冲突 属性的访问冲突 内存安全 默认情况下,Swift 会阻止你代码里不安全的行为。例如,Swift 会保证变量在使用之前就完成初始化,在内存被回收之后就无法被访问,并且数组的索引会做越界检查。 Swift 也保证同时访问同一块内存时不会冲突,通...
  • Dumps

    Dumps Create a dump Example Response: 202 Accepted Get dump status Example Response: 200 Ok Dumps The dumps route allows the creation of database dumps. Dumps are .dump...
  • 并发

    并发 定义和调用异步函数 异步序列 并行的调用异步方法 任务和任务组 非结构化并发 任务取消 Actors 并发 Swift 对于结构化的编写异步和并行代码有着原生的支持。异步代码可以被挂起并在之后继续执行,同一时间只能有一段代码被执行。代码支持挂起和继续执行,就可以在执行耗时很长的任务时抽空执行一些快速的操作,比如在下载文件、解析文件的...
  • v13.2.8 Mimic

    524 2019-12-29 《Ceph v15.0 Document》
    v13.2.8 Mimic Notable Changes Changelog v13.2.8 Mimic This is the eighth release in the Ceph Mimic stable release series. Its solepurpose is to fix a regression that found it...
  • 删除数据项

    删除记录项 删除本记录项 批量删除数据项 删除记录项 删除本记录项 通过调用 Record 实例的 delete 方法将该记录项删除。 Swift Objective-C record . delete { ( success , error ) in } [ record delet...
  • RGW

    第五章 RGW 第五章 RGW RGW是ceph提供对象存储服务,本章将介绍RGW的搭建和使用,从而提供类似S3和Swift服务。 通过本章你可以在本地起ceph的S3服务,然后使用命令行或者SDK工具来访问对象存储服务,并且使用ceph管理用户和quota。
  • Client TLS

    Client TLS Client TLS EMQX provides sample MQTT client code and project example via the MQTT-Client-Examples (opens new window) Git repository, and TLS use guide is provided in...