摘要:        
1、例如现在要查杀8080端口 netstat -aon|findstr "8080" 可以看到pid是14124 2、查看该pid进程 tasklist|findstr "14124" 3、杀死进程 taskkill -pid 14124 -f 4、其它方式杀死进程 上面找到pid则可以直接通过任    阅读全文
        
            posted @ 2023-11-01 10:15
PrintY
阅读(1553)
评论(0)
推荐(0)
        
        
                    
                
浙公网安备 33010602011771号