常用Dos命令


打开window系统的命令行窗口:
查找指定端口进程信息:
netstat -ano | findstr 端口号

终止指定的进程:
taskkill -f -pid 进程号