10 2022 档案
摘要:1.编写url地址 string url="http://192.168"; 2.创建http请求对象 HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url); 3.指定请求方法 request.Method="POST"/"G
阅读全文
摘要:appsetting.json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings"
阅读全文
摘要:解决方案: 1.使用windows方式登录数据库,修改安全性属性为SQL Server 和Windows身份验证模式 2.打开SQL Server配置管理器,启动MSSQLSERVER协议 3.修改sa账号密码并重启数据库
阅读全文