上一页 1 2 3 4 5 6 7 ··· 25 下一页
摘要: efcore执行迁移命令Add-Migration时提示: The EF Core tools version '3.1.5' is older than that of the runtime '3.1.8'. Update the tools for the latest features an 阅读全文
posted @ 2020-10-24 20:21 幸福安康 阅读(977) 评论(0) 推荐(0)
摘要: 打开“凭据管理器”,然后选择 找到连接tfs的凭据进行删除即可 阅读全文
posted @ 2020-09-25 13:09 幸福安康 阅读(234) 评论(0) 推荐(0)
摘要: 1、打开注册表:regedit 进去注册表编辑器之后,依次点击HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows NT->CurrentVersion->SoftwareProtectionPlatform,并在SoftwareProtectionPla 阅读全文
posted @ 2020-08-18 12:06 幸福安康 阅读(1169) 评论(0) 推荐(0)
摘要: 现象 服务正式上线半年多,无错误。突然有一天发现发送邮件失败,日志系统打印出日志如下: 邮件发送失败:An error occurred while attempting to establish an SSL or TLS connection. The SSL certificate prese 阅读全文
posted @ 2020-07-21 11:22 幸福安康 阅读(1726) 评论(0) 推荐(0)
摘要: 场景:www.a.com 是个空网站 www.b.com 是实际站点 需求:用户访问 www.a.com 时,看到的内容是www.b.com的内容,但是用户在浏览器里面看到的url还是www.a.com 1、因为服务器是winserver2019,开始就考虑用IIS做url重写:安装了2个东西: r 阅读全文
posted @ 2020-07-16 19:49 幸福安康 阅读(283) 评论(0) 推荐(0)
摘要: RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime --设置时区 解决差8小时问题 RUN cp /etc/apt/sources.list /etc/apt/sources.list.bak RUN echo " " > /et 阅读全文
posted @ 2020-07-15 21:17 幸福安康 阅读(338) 评论(0) 推荐(0)
摘要: 发现:service中有个webapi输出了: public Bitmap GetLogoQRCode(string url, string logoPath, int pixel) { return QRCoderHelper.GetLogoQRCode(url, logoPath, pixel) 阅读全文
posted @ 2020-07-15 13:36 幸福安康 阅读(341) 评论(0) 推荐(0)
摘要: 场景:DLL文件已经单独引入了进来,代码编译正常,但运行程序报错。操作如下: 1、把该文件生成属性改为: 2。修改host的配置文件: host.csproj中手动增加代码:ItemGroup节点下: <PackageReference Include="ToolGood.Words" Versio 阅读全文
posted @ 2020-05-22 11:05 幸福安康 阅读(3053) 评论(0) 推荐(0)
摘要: 1.nuget: 2、DbContext中加入一下语句: //输出到debug输出 public static readonly LoggerFactory LoggerFactory = new LoggerFactory(new[] { new DebugLoggerProvider() }); 阅读全文
posted @ 2020-05-17 15:26 幸福安康 阅读(1068) 评论(0) 推荐(0)
摘要: 1.nuget Swashbuckle.AspNetCore 2. Startup.cs 中 3. 默认Controller中: 阅读全文
posted @ 2020-05-11 15:12 幸福安康 阅读(127) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 25 下一页