万象云档 本次搜索耗时 1.433 秒,为您找到 1072 个相关结果.
  • yarn login

    存储 registry 用户名和 email。 yarn login 运行此命令会提示你输入你 npm registry 的用户名和 email。 它不会 要求你提供密码。 之后当你运行像 yarn publish 这样的命令请求验证时,你必须输入密码才能做。 yarn login yarn login vx . x . x question...
  • yarn logout

    清除 registry 用户名和 email。 yarn logout 这将移除你用 yarn login 保存给 npm registry 的用户名和 email。 你需要运行这个来解除认证,registry actions 单独认证。 > 原文: https://yarnpkg.com/zh-Hans/docs/cli/logout
  • 治理

    这个目前正在 yarnpkg/yarn#274 讨论。 > 原文: https://yarnpkg.com/zh-Hans/org/governance
  • Libraries

    Libraries WiFi(ESP8266WiFi library) Ticker EEPROM I2C (Wire library) SPI SoftwareSerial ESP-specific APIs mDNS and DNS-SD responder (ESP8266mDNS library) SSDP responder (ES...
  • Libraries

    Libraries WiFi (ESP8266WiFi library) Ticker EEPROM I2C (Wire library) SPI SoftwareSerial ESP-specific APIs mDNS and DNS-SD responder (ESP8266mDNS library) SSDP responder (E...
  • consensus

    consensus是tendermint最核心的事情 在这里面主要实现的是tendermint的PBFT的算法,主要包括何时提出propose,以及该由谁累提出propose,然后通过p2p模块把当前的数据进行传输,通过go-crypto模块提供的功能对数据进行签名,然后调用evidence模块的数据进行验证,验证完成之后通过proxy模块将数据传递给a...
  • Overview

    Overview Features Operating Overview Features Operating Overview Apache Cassandra is an open source, distributed, NoSQL database. It presents a partitioned wide column storage...
  • cassandra-env.sh

    cassandra-env.sh file cassandra.auto_bootstrap=false cassandra.available_processors=<number_of_processors> cassandra.boot_without_jna=true cassandra.config=<directory> cass...
  • Read repair

    Read repair Expectation of Monotonic Quorum Reads Table level configuration of monotonic reads Blocking None Read Repair Example Read Consistency Level and Read Repair Improv...
  • Compaction

    Compaction Strategies Types of compaction When is a minor compaction triggered? Merging SSTables Tombstones and Garbage Collection (GC) Grace Why Tombstones Deletes without to...