技术池(jishuchi.com) 本次搜索耗时 7.068 秒,为您找到 94 个相关结果.
  • 自定义Dep资源

    2357 2020-10-29 《rebar3 中文文档》
    Custom Dep Resources Resources Compatible with versions 3.7.0 and Above Resources Compatible with all versions Writing a Plugin working with both versions Custom Dep Resourc...
  • Erlang 模块

    2329 2019-08-09 《Erlang 教程》
    Erlang模块 定义模块 语法 示例 模块属性 语法 示例 预先内置属性 导出 语法 示例 导入 语法 示例 Erlang模块 模块是在一个单一的文件重新组合的函数,在一个单一的名称。此外,在 Erlang 所有函数必须在模块定义。 大部分像算术,逻辑和布尔操作符的基本函数已经 Erlang 内部集成提供并且可以直接调用...
  • Erlang 宏

    2327 2019-08-09 《Erlang 教程》
    Erlang宏 Erlang宏 在 messager 系统添加的另外一种东西是宏。在 mess_config.hrl 文件中包含如下的定义: %%% Configure the location of the server node , - define ( server_node , messenger@super ). 这...
  • Erlang 程序分布

    2298 2019-08-09 《Erlang 教程》
    Erlang 程序分布 将大程序分在多个文件中 Erlang 程序分布 将大程序分在多个文件中 为了演示需要,我们将前面几节中 messager 程序分布到五个文件中: mess_config.hrl 配置所需数据头文件 mess_interface.hrl 客户端与 messager 之间的接口定义 user_inter...
  • 自定义编译器插件

    2243 2020-10-29 《rebar3 中文文档》
    Custom Compiler Plugins Example Provider Custom Compiler Plugins This tutorial shows how to write plugins that provide wholesale new compilers. This is something you should us...
  • Erlang 输出至终端

    2202 2019-08-09 《Erlang 教程》
    Erlang 输出至终端 Erlang 输出至终端 用例子来说明如何格式化输出到终端再好不过了,因此下面就用一个简单的示例程序来说明如何使用 io:format 函数。与其它导出的函数一样,你可以在 shell 中测试 io:format 函数: 31 > io : format ( "hello world~n" , []). hell...
  • 自定义编译器模块

    2188 2020-10-29 《rebar3 中文文档》
    Custom Compiler Modules Current Interface Initializing a Compiler Module as a Plugin Custom Compiler Modules This is a new feature in rebar3 3.7.0 which allows to write custo...
  • Elang 并发编程

    2103 2019-08-09 《Erlang 教程》
    Erlang 并发编程 目录 Erlang 并发编程 目录 Erlang 并发编程 Erlang 进程 Erlang 消息传递 Erlang 注册进程名称 Erlang 分布式编程 Erlang 完整示例
  • Erlang if语句多个表达式

    2089 2019-08-09 《Erlang 教程》
    Erlang if语句多个表达式 语法 示例 Erlang if语句多个表达式 if表达式也允许进行一次评估(计算)多个表达式。在 Erlang 这个语句的一般形式显示在下面的程序: 语法 if condition1 -> statement #1; condition2 -> statement #2; ...
  • 从 Rebar 2.x 到 Rebar3

    2074 2020-10-29 《rebar3 中文文档》
    From Rebar 2.x to Rebar3 Pure Erlang, Standard OTP Applications Required Directory Structure Dependency Handling Other Gotchas and Compilers Others Maintaining backwards compa...