php think swoole stop [RuntimeException] Too many arguments. 问题解决
muke
每日精进
muke
2023-03-17 17:19:23
1042
{{single.collect_count}}
# 先查看端口对应的进程 id
netstat -tunlp|grep 9501
### 结果 tcp        0      0 0.0.0.0:9501            0.0.0.0:*               LISTEN      2750/php

# 再 kill 进程 id 就完事了
kill -9 2750

# 查看进程信息 (当然在 kill 之前查看)
ps -ef|grep 2750
回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}