2014年9月2日

erlang beam_lib

摘要: 一个简单的测试模块-module(test1).-export([test/0]). test() -> io:format("source code.~n", []).通过compile:file("test1",[debug_info]),将test.erl文件编译,会生成一个test.bea... 阅读全文

posted @ 2014-09-02 14:25 Vinlan 阅读(500) 评论(0) 推荐(0)

导航