例如查看8080端口被什么程序占用:
1、Ctrl+R,输入cmd;
2、输入:netstat -ano|findstr "8080",得到该程序的ID号,例如8056;
3、输入:tasklist|findstr "8056",这样就可以看到程序名称了。