随笔分类 -  网络端口

网络相关
摘要:JAVA端口号被占用 解决方案 根据提示端口号查询PID netstat -aon|findstr "8089" 查询所有端口号PID netstat -aon 找到进程 asklist|findstr "xxx" 杀死进程 taskkill /pid xxx -t -f 阅读全文
posted @ 2022-06-02 11:23 Power_Gives 阅读(419) 评论(0) 推荐(0)