摘要:
http://blog.chinaunix.net/uid-7553302-id-183648.html1 shell 的$! ,$?, $$,$@$n $1 the first parameter,$2 the second...$# The number of command-lin... 阅读全文
摘要:
在window中调试的时候我们可以通过启动多个cmd窗口运行Erlang节点,在生产环境中我们需要Erlang服务在Centos服务器上后台运行;这就需要在启动的时候添加启动参数detached来脱离终端: -detachedStarts the Erlang runtime system d... 阅读全文