摘要: 来源自https://www.rabbitmq.com/which-erlang.html erlang安装包下载地址 https://packages.erlang-solutions.com/erlang/ erlang有多个类型 erlang 包括所有OTP组件及OTP Suite,没有erl 阅读全文
posted @ 2020-04-20 14:42 brady-wang 阅读(1678) 评论(0) 推荐(0)
摘要: <?php class Person { public $name; public $sex; public function __construct($name,$sex=1) { $this->name = $name; $this->sex = $sex; } public function 阅读全文
posted @ 2020-04-20 09:14 brady-wang 阅读(711) 评论(0) 推荐(0)