1. netstat -aon|findstr "1080"
2. taskkill /pid 2372 /F // need replace the PID according to the results of first step
本文主要是介绍How to resolve *** port is occupied error,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1. netstat -aon|findstr "1080"
2. taskkill /pid 2372 /F // need replace the PID according to the results of first step
转载于:https://www.cnblogs.com/researcher/p/9178396.html
这篇关于How to resolve *** port is occupied error的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!
http://www.chinasem.cn/article/756807。
23002807@qq.com