摘要:
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 如果端口 阅读全文
摘要:
1.mvc 路由配置 routes.MapRoute( name: "Product", url: "item/{id}.html", defaults: new { controller = "Product", action = "Index" }, constraints: new { id 阅读全文