标签:没有 管理员 netstat blog tar 安装 stat pid 服务
检查端口占用:
netstat -ano | findstr 0.0.0.0:80
发现System进程 (pid=4) 占用了端口
net stop http //停止系统http服务
sc config http start= disabled //禁用服务的自动启动,此处注意等号后面的空格不可少
重新启动应用,提示成功!
标签:没有 管理员 netstat blog tar 安装 stat pid 服务
原文地址:http://www.cnblogs.com/wenhainan/p/7366956.html