2018年4月12日

elixir grpc 试用

摘要: 备注: elixir grpc 封装测试 1. 安装 a. 安装 protoc 参考相关文档,比较简单 b. 安装elixir grpc 插件 protoc-gen-elixir 同时配置环境变量 2. 基本项目使用 a. 创建项目 mix new appdemo cd appdemo touch 阅读全文

posted @ 2018-04-12 21:32 荣锋亮 阅读(681) 评论(0) 推荐(0)

elixir 调用erlang 代码

摘要: 备注: 项目比较简单,主要是elixir 混合erlang 代码,elixir 调用erlang 模块方法 1. 初始化项目 mix new erlangelixirdemo 项目结构如下: ├── README.md ├── config │ └── config.exs ├── lib │ └─ 阅读全文

posted @ 2018-04-12 15:48 荣锋亮 阅读(513) 评论(0) 推荐(0)

Elixir's keyword lists as option parameters

摘要: 备注: 文章转自:https://www.djm.org.uk/posts/writing-extensible-elixir-with-behaviours-adapters-pluggable-backends/ This article also offers an intro to the 阅读全文

posted @ 2018-04-12 15:13 荣锋亮 阅读(250) 评论(0) 推荐(0)

导航