摘要: 1.下载nginx http://nginx.org/en/download.html 2.查看系统80端口占用情况 netstat -ano |findstr "80" 如果是其他软件占了端口号 直接关掉进程就OK TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 如果端口 阅读全文
posted @ 2019-05-17 12:07 木有昵称 阅读(1841) 评论(0) 推荐(0) 编辑
摘要: 1.mvc 路由配置 routes.MapRoute( name: "Product", url: "item/{id}.html", defaults: new { controller = "Product", action = "Index" }, constraints: new { id 阅读全文
posted @ 2019-05-17 11:35 木有昵称 阅读(184) 评论(0) 推荐(0) 编辑