书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 1517 个相关结果.
  • 构建集群

    分布式集群介绍 工作原理 Erlang/OTP 与 Erlang 节点(Node) EMQX 分布式集群设计 订阅表:主题-订阅者 路由表:Topic-Node 主题树:主题匹配通配符 消息分发流程 数据分区 EMQX 集群节点发现和自动集群 EMQX 集群协议设置 网络分区自动修复 群集节点的自动清理 跨节点会话 创建集群 ...
  • Connect Nodes

    Connect Nodes Connect Nodes An Erlang runtime system — node is identified by a unique name like an email address. Erlang nodes communicate with each other via these names. St...
  • Operators

    Operators Arithmetic Operators Logical Operators Relational Operators Operators Arithmetic Operators Erlang Hamler Description rem % Remain div Not availab...
  • 阅前必读

    1809 2018-02-25 《Elixir编程入门》
    Elixir编程入门 来源 Elixir编程入门 Elixir,[ɪ’lɪksər],意为灵丹妙药、圣水,其logo是一枚紫色水滴: Elixir是一门建立在Erlang虚拟机上的函数式 系统编程语言,支持元编程。创始人José Valim 是ruby界的知名人士。可以把Elixir看作函数式的ruby语言,或者是语法类似ruby的Erla...
  • 分布集群(Cluster)

    分布集群(Cluster) Erlang/OTP分布式编程 节点(Node) epmd 安全 emqttd分布集群设计 主题树(Topic Trie)与路由表(Route Table) 订阅(Subscription)与消息派发 emqttd集群设置管理 emqttd@s1.emqtt .io节点设置 emqttd@s2.emqtt .io节...
  • EMQ X Broker

    EMQ X Broker EMQ X Broker EMQ X (Erlang/Enterprise/Elastic MQTT Broker) is an open source IoT MQTT message broker based on the Erlang/OTP platform. Erlang/OTP is an excellent S...
  • 2.2  Source File Encoding

    2.2 Source File Encoding 2.2 Source File Encoding The Erlang source file encoding is selected by a comment in one of the first two lines of the source file. The first string...
  • RabbitMQ 安装和配置

    RabbitMQ 安装和配置 RabbitMQ 说明 基于 epel 源进行安装(优先) 本地安装 本地安装 Erlang rpm 安装 RabbitMQ 配置 RabbitMQ 安装和配置 RabbitMQ 说明 MQ 全称为 Message Queue, 消息队列(MQ)是一种应用程序对应用程序的通信方法。应用程序通过读写出入队列的...
  • 1.1  Purpose

    1.1 Purpose 1.1 Purpose The focus of the Erlang reference manual is on the language itself, not the implementation of it. The language constructs are described in text and wi...
  • Functions

    Functions Function Definition and Application Anonymous Functions Guards in Function Functions Function Definition and Application Hamler: add x y = x + y add 3 ...