macos使用

macos使用

关闭指定端口

查看对应端口的详细信息

bash
lsof -i:[host]

找到对应的 pid,使用 kill 关闭

bash
kill -9 [pid]
新工作半月谈
mac平台 go开发环境搭建

评论区

评论加载中...