摘要: 目录结构 【FilterConfig.cs】 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace AA.App_Sta 阅读全文
posted @ 2021-02-24 17:05 lishidefengchen 阅读(247) 评论(0) 推荐(0)
摘要: 假如我们需要确定谁占用了我们的80端口 在windows命令行窗口下执行: C:\>netstat -aon|findstr "80" TCP 127.0.0.1:80 0.0.0.0:0 LISTENING 2448 看到了吗,端口被进程号为2448的进程占用,继续执行下面命令: C:\>task 阅读全文
posted @ 2021-02-24 10:26 lishidefengchen 阅读(70) 评论(0) 推荐(0)