摘要: 恢复内容开始 1.在cmd窗口运行 netstat -ano | findstr 1099 找到进程PID 8408 杀死进程:taskkill -F -PID 8408 2.另外还找到进程名称,使用任务管理器来结束进程 阅读全文
posted @ 2016-10-17 14:08 0xcafedaddy 阅读(126) 评论(0) 推荐(0) 编辑