05 2021 档案
摘要:解决tomcat8080端口占用问题 1. 使用管理员权限打开cmd 2. 输入 netstat -ano | findstr 8080 找出占用8080端口的进程pid netstat -ano | findstr 8080 3. 输入指令结束进程 taskkill -pid 7244 -f ta
阅读全文
posted @ 2021-05-11 22:30
YIRan_OvO