07 2023 档案
摘要:我用的是阿里的服务器 MySql的版本为5.7.31 Navicat Premium 16.2.3 使用Navicat连接远程数据库报错 不要走弯路先看这个有没有设置 看看是否有这个没有的话添加一下 Host is not allowed to connect to this MySQL serve
阅读全文
摘要:.NETFramework版本: v4.7.2 RestSharp版本:110.2.1.0 直接NuGet下载RestSharp直接用 废话不多说直接上代码 using System.Collections.Generic; using RestSharp; namespace 命名空间 { pub
阅读全文
摘要:对于使用 Url 路由 访问页面的 ASP.NET 应用程序,IIS可能会显示404,403之类的错误代码,而且排除了代码问题(本地运行正常),那么就可以加下面这句话: <system.webServer> <modules> <remove name="UrlRoutingModule-4.0"
阅读全文
摘要:启动路由准备工作 public class MvcApplication : HttpApplication { protected void Application_Start() { // 注册区域 AreaRegistration.RegisterAllAreas(); FilterConfi
阅读全文
阅读目录(Content)
此页目录为空