书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 1517 个相关结果.
  • 14. 模块属性 - Module attributes

    模块属性 作为注释 作为常量 作为临时存储 模块属性 作为注释 作为常量 作为临时存储 Elixir中的模块属性有三个功能: 它们为模块注释,通常是用户或虚拟机使用的信息. 它们作为常量运作. 它们作为编译过程中的临时模块变量. 让我们逐条查看. 作为注释 Elixir从Erlang中得到模块属性的概念.例如: defmodu...
  • 1.3. 3.0.x Branch

    1.3. 3.0.x Branch 1.3.1. Upgrade Notes 1.3.1.1. Deprecated feature removal 1.3.1.2. Deprecated feature warnings 1.3.2. Version 3.0.1 1.3.2.1. Features and Enhancements 1.3.2.2....
  • Basic Command

    Basic command Basic command EMQ X Broker provides the emqx command line tool, which is convenient for users to start, stop, and enter the console of EMQ X Broker. emqx start...
  • 13.2  Nodes

    13.2 Nodes 13.2 Nodes A node is an executing Erlang runtime system that has been given a name, using the command-line flag -name (long names) or -sname (short names). The f...
  • 客户端

    1266 2019-05-22 《Disque 使用教程》
    客户端 客户端 Disque 在源码中附带了命令行客户端程序 disque ,通过这个程序可以以交互的形式向 Disque 发送命令: $ ./ disque 127.0 . 0.1 : 7711 > PING PONG 另外你也可以使用以下编程语言的客户端来操作 Disque : Ruby 客户端 https://rub...
  • 有限状态机

    有限状态机 有限状态机 一个有限状态机FSM,可以用一个关系式来描述: State(S) x Event(E) -> Actions(A), State(S’) 这些关系解释如下: 如果我们处在状态 S 并且事件 E 发生了,那么,我们需要执行动作 A ,并且转变到状态 S' 。 对于一个用 gen_fsm 行为实现的FSM来说,状...
  • 7. 关键词和映射 - Keywords and maps

    关键词和映射 关键词列表 映射 嵌套数据结构 关键词和映射 1. 关键词列表 2. 映射 3. 嵌套数据结构 目前为止我们还没有讨论任何联想数据结构,指数据结构能够由一个键联想到一个或多个特定值。不同的语言对此有不同的称呼,例如字典,哈希,联想数组等等。 在Elixir中,我们有两个主要的联想数据结构:关键词列表和映...
  • EMQ X 消息服务器简介

    EMQ X 消息服务器简介 开始使用 认证鉴权 HTTP API 规则引擎 数据存储 消息桥接 进阶教程 协议介绍 其他 EMQ X 消息服务器简介 EMQ X (Erlang/Enterprise/Elastic MQTT Broker) 是基于 Erlang/OTP 平台开发的开源物联网 MQTT 消息服务器。 Erlang/...
  • EMQ X 消息服务器简介

    EMQ X 消息服务器简介 开始使用 认证鉴权 FAQ 常见问题解答 社区交流 HTTP API 规则引擎 数据存储 消息桥接 运维部署 协议介绍 EMQ X 消息服务器简介 EMQ X (Erlang/Enterprise/Elastic MQTT Broker) 是基于 Erlang/OTP 平台开发的开源物联网 MQTT 消...
  • 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...