会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tongfei
博客园
首页
新随笔
联系
订阅
管理
2021年8月13日
HttpClient-BaseAddress不起作用解决方案
摘要: 1.在添加HttpClient注入服务时候,配置BaseAddress时候出现该项不起作用:错误代码如下 //1.注入client配置 services.AddHttpClient("client", c => { c.BaseAddress = new Uri("http://127.0.0.1/
阅读全文
posted @ 2021-08-13 16:48 胖小山
阅读(1159)
评论(1)
推荐(4)
2021年7月23日
EF Core SaveChangesAsync时 会Dispose导致异常
摘要: 1 public class BaseRepositories<T> where T : class 2 { 3 private readonly RepositoryDbContext _context; 4 5 public BaseRepositories(RepositoryDbContex
阅读全文
posted @ 2021-07-23 11:24 胖小山
阅读(852)
评论(0)
推荐(0)
公告