Update README.rst
This commit is contained in:
parent
299dd6768e
commit
10a6700dce
|
@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue