码迷,mamicode.com
首页 >  
搜索关键字:rebar    ( 41个结果
erlang环境构建,emqx测试工具安装
几个cpu more /proc/cpuinfo |grep "physical id"|uniq|wc -l 每个cpu是几核(假设cpu配置相同) more /proc/cpuinfo |grep "physical id"|grep "0"|wc -l 查看内存 free -g otps 地址 ...
分类:其他好文   时间:2021-04-28 11:49:32    阅读次数:0
Revit钢筋创建二 自由钢筋Rebar
在理解自由钢筋之前,需要首先理解几个基本概念: 1、钢筋类型RebarBarTyp 钢筋类型是一个系统族,但是我们可以自己添加和新建新的类别,定义自己需要的钢筋类别,钢筋类别是用于描述钢筋的基本类型信息,如直径、材质、弯曲角度等。 材质 指定钢筋材质。在"材质"对话框中选择材质。 尺寸标注 钢筋直径 ...
分类:其他好文   时间:2020-03-25 01:53:54    阅读次数:120
解决iex -S mix报错
执行iex -S mix命令的时候会遇到如下错误: 执行 mix deps.get 然后就可以运行 iex -S mix了 其中,有可能会出现 按照其网站下载相应文件,复制到项目根目录下,然后执行命令(mix local.rebar rebar ./rebar)即可。 路径中不能有中文 ...
分类:其他好文   时间:2019-09-16 13:54:08    阅读次数:160
.net 导出带条码的PDF
BarcodeWriter writer = new BarcodeWriter(); writer.Format = BarcodeFormat.CODE_128; writer.Options = new ZXing.Common.EncodingOptions { Height = 40, W ...
分类:Web程序   时间:2018-11-14 14:26:16    阅读次数:135
[转贴]infoQ VSTS被拆成5个部分,以Azure DevOps服务形式推出
VSTS被拆成5个部分,以Azure DevOps服务形式推出 http://www.infoq.com/cn/news/2018/09/vsts-divide5parts-azuredevops?utm_source=news_about_Devops&utm_medium=link&utm_ca ...
分类:其他好文   时间:2018-09-21 15:17:41    阅读次数:197
git
Gitlab的安装与部署部署环境 centos7.5一. 安装依赖[root@localhost ~]# systemctl stop/disable/mask firewalld #中间三个参数都执行一遍[root@localhost ~]# yum install curl openssh-se ...
分类:其他好文   时间:2018-07-28 12:10:08    阅读次数:155
centos 7.2 下为erlang添加protobuffs
安装前提: 1.已经安装好erlang otp 2.配置了rebar (配置方法:http://www.cnblogs.com/panfeng412/archive/2011/08/14/2137990.html) 3.安装git (centos:yum install git ubantu:sud ...
分类:其他好文   时间:2017-06-08 20:35:34    阅读次数:238
erlang反编译
防止被反编译,rebar.conf里面添加 ...
分类:其他好文   时间:2016-04-23 19:37:00    阅读次数:144
rebar使用
rebar创建工程 1、mkdir myapp 2、cd my app 3、rebar create-app appid=myapp 4、touch rebar.config,配置第三方库 5、rebar get-deps即可生成deps文件夹,完成基本创建 6、添加功能代码 7、rebar com
分类:其他好文   时间:2016-02-29 00:32:29    阅读次数:214
erlang开发工具之intellij idea基本使用
第一步:选择创建项目 一直往下点(中途会出现一个让你填入项目名的界面,这边选择了idea)就出现了如下界面:出现如下界面说明项目创建成功了。 第二步:创建文件 新创建的项目是一个空项目,来给其添加上第一个测试的erl文件: 第三步:设置rebar 点击主界面最左上角的 FILE -> setting
分类:其他好文   时间:2016-02-01 18:55:14    阅读次数:175
41条   1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!