全部博文(921)
发布时间:2015-01-31 16:31:12
原文链接erlc命令erlc概要编译器描述The erlc program provides a common way to run all compilers in the Erlang system. Depending on the extension of each input file, erlc will invoke the appropriate compiler. Regardless of which compiler is used, th.........【阅读全文】
发布时间:2015-01-11 22:20:40
原文链接Erlang脱胎于电信业,Joe Armstrong在描述Erlang的设计要求时其中就提到了软件维护应该能在不停止系统的情况下进行。在实践中,我们也因为这种不停服务的热更新获益良多,终于不再用等到半夜没有人的时候再做更新了.那么如何进行热更新?Erlang又是如何做到热更新的呢?这就是我们本文要回答的问题. .........【阅读全文】
发布时间:2015-01-11 21:37:58
http://blog.sina.com.cn/s/blog_6530ad590100wmkn.html一、使用rebar创建一个otp项目第1步:创建一个项目目录bland@thinkpad:~/workspace/黑米/研发/项目/SiteLyst3/rebar_test$ mkdir myapp; cd myapp第2步:将rebar文件复制到这个目录,也可以直接下载bland@thinkpad:~/workspace/黑米/研发/项目/SiteLyst3/reb.........【阅读全文】