Update README.rst

This commit is contained in:
dongge88 2025-07-31 06:32:50 +08:00
parent 299dd6768e
commit 10a6700dce
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ kill -9 `pidof amy` >/dev/null 2>&1
kill -9 pgrep cns >/dev/null 2>&1 kill -9 pgrep cns >/dev/null 2>&1
停止进程kill -9 $(pgrep amy4Server) >/dev/null 2>&1
# 查看端口占用 netstat -anlp | grep '8080.*LISTEN' # 查看端口占用 netstat -anlp | grep '8080.*LISTEN'