施展

Results 53 comments of 施展

@brillout [easy-vue](https://github.com/TIGERB/easy-vue) state it support vue2

``` /** * 魔法函数__get * * @param string $name 属性名称 * @return mixed */ public function __get($name = '') { return $this->$name; } /** * 魔法函数__set * * @param string...

是的 可能存在这个问题 我仔细看看在回复你哈

Thx Brother,I will check it.

step1: 在这个ISSUE下提交申请,格式:“文件名-githubID“,主要防止多人同时翻译了一个文件。 step2: 正常的github flow即可 THX~

个人觉着:直接在中文下方添加 比较好维护吧~

先fork,再发起PR即可

Of course, I will, please wait. I will inform you as soon. Thx~

嗯 是个Bug 感谢~ 欢迎PR 哈哈

1. 使用 nobup & 运行脚本;或者screen or tmux; 2. Manager.php 428行 `$res = pcntl_waitpid($v->pid, $status, WNOHANG);`的作用就是防止worker进程变成僵尸进程;worker进程异常退出这里是知道的。 3.可能是环境的问题,目前mac&debian下正常。