摘要: # 1. 开始 >运行 >cmd,或者是window+R组合键,调出命令窗口 # 2. 找出占用端口的PID netstat -aon|findstr "8080" # 3. 根据PID找出程序名 tasklist|findstr "21300"# 4. 结束程序(建议用pid) taskkill 阅读全文
posted @ 2020-01-17 15:17 chenzechao 阅读(146) 评论(0) 推荐(0)