书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 1517 个相关结果.
  • Floats Mapping

    Floats Mapping Floats Mapping Floats in Hamler are the same as Erlang, which are also known as Doubles in other languages. Floats in Hamler and Erlang: 1.0 , 1.0e10 2....
  • 12.1  Processes

    12.1 Processes 12.1 Processes Erlang is designed for massive concurrency. Erlang processes are lightweight (grow and shrink dynamically) with small memory footprint, fast to ...
  • 3.2. Cluster Set Up

    3.2. Cluster Set Up 3.2.1. Ports and Firewalls 3.2.2. Configure and Test the Communication with Erlang 3.2.2.1. Make CouchDB use correct IP|FQDN and the open ports 3.2.2.2. Confi...
  • 安装预置条件

    安装预置条件 二进制包安装 源码编译安装 安装预置条件 EMQ X 可以跨平台运行在 Linux、FreeBSD、MacOS 或 Windows 服务器甚至是树莓派上。 服务器最低配置为 512MB 内存且至少保留 1 GB 以上硬盘空间。 二进制包安装 EMQ 官网 提供热门 Linux 发行版、MacOS、Windows ...
  • 目录结构

    目录结构 目录结构 当使用 systools 对代码进行打包的时候,每个应用的代码都放在单独的目录中 lib/Application-Vsn ,其中 Vsn 是版本号。 即便没有用到 systools ,最好也要了解它,因为Erlang/OTP其自身是按照OTP原则进行打包的所以才有了这个目录结构。如果存在一个应用的多个版本,那么代码服务器...
  • 第9章 杂项

    第9章 杂项 第9章 杂项 翻译: 连城 本章包含: 末尾调用优化——一种令尾递归程序得以在常数空间内执行的优化技术。 引用——提供确保在所有节点上都唯一的名称。 代码替换——在嵌入式实时系统中必须做到代码的运行时 替换,即是说,系统不能停机。 端口——提供和外部世界通讯的机制。 二进制数据——用于操作无类型内存区域的内建数据类型。 进程字典...
  • 2.2-rc.2 版本

    2.2-rc.2 版本 问题与改进 2.2-rc.2 版本 发布日期: 2017-07-03 Waining 2.2-rc.2版本源码编译需要Erlang/OTP R19.3+ 问题与改进 Compatible with Erlang/OTP R20 (emq-relx#77) CoAP gateway plugin supports ...
  • Maps Mapping

    Maps Mapping Maps Mapping The syntax of Maps in Hamler is the same as Erlang. The differences are listed below: The keys of a Map must have the same type in Hamler; The valu...