书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 622 个相关结果.
  • 1.3.17. /db/_security

    1.3.17. /db/_security 1.3.17. /db/_security GET /{db}/_security Returns the current security object from the specified database. The security object consists of two compul...
  • API Usage

    API Usage Enabling/configuring API access Authentication Generating and listing API tokens OAuth2 Provider More on the Authorization: header Pagination API Guide: Sudo SDK...
  • 1.5.4. /db/_design/design-doc/_view/view-name

    1.5.4. /db/_design/design-doc/_view/view-name 1.5.4.1. View Options 1.5.4.2. Querying Views and Indexes 1.5.4.3. Sorting Returned Rows 1.5.4.3.1. Sorting order and startkey/endk...
  • 0.7.0-alpha 版本

    0.7.0-alpha 版本 0.7.0-alpha 版本 发布日期: 2015-05-02 [MQTT over WebSocket(SSL)](https://github.com/emqtt/emqttd/wiki/MQTT-Over-WebSocket ) Now! [Plugin Achitecture](https://github....
  • 0.7.0-alpha 版本

    0.7.0-alpha 版本 0.7.0-alpha 版本 发布日期: 2015-05-02 [MQTT over WebSocket(SSL)](https://github.com/emqtt/emqttd/wiki/MQTT-Over-WebSocket ) Now! [Plugin Achitecture](https://github....
  • 1.5.4. /db/_design/design-doc/_view/view-name

    1.5.4. /db/_design/design-doc/_view/view-name 1.5.4.1. View Options 1.5.4.2. Querying Views and Indexes 1.5.4.3. Sorting Returned Rows 1.5.4.3.1. Sorting order and startkey/endk...
  • Multifactor Authentication

    Introduction Contents Advantages Disadvantages Quick Recommendations Implementing MFA When to Require MFA Improving Usability Failed Login Attempts Resetting MFA Somethin...
  • Erlang and Concurrency

    Erlang and Concurrency Erlang and Concurrency Erlang is famous for its concurrency. Concurrent programming can be used to improve performance, gain scalability and fault-tolera...
  • 发布的概念

    发布的概念 发布的概念 当我们已经写了一个或多个应用后,我们可能想创建一个由这些应用和Erlang/OTP应用的一个子集组成的完整系统。 要实现这个目的,我们通过创建一个定义在发布中要包含哪些应用的 发布资源文件 。 该发布资源文件是用于生成 启动脚本 和 发布包 。传送并安装在另外一个站点的系统称之为 目标系统 。如果使用发布包创建一个...
  • 监督树

    监督树 监督树 在Erlang/OTP中有一个基本概念叫监督树 。这是一种建立在督程 与佣程 思想上的进程结构化模型。 佣程(worker)是进行计算的进程,也就是说,它们进行实际的工作。 督程(supervisor)是监视工作者行为的进程。监督者可以重启工作者如果出现了什么问题. 监督树是一种将代码分成监督者和工作者的层次安排,这样才能设计和编...