10 2022 档案

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