摘要:
解决Error Get "https://registry-1.docker.io/v2/":环境报错问题~亲测有效 最近在使用ubuntu 20.04部署docker等程序服务 发现 使用docker 拉取镜像时环境报错 mysql Error Get "https://registry-1.do 阅读全文
摘要:
Http和Tcp的区别 1.HTTP协议是Hyper Text Transfer Protocol(超文本传输协议)的缩写,是用于从万维网(WWW:World Wide Web )服务器传输超文本到本地浏览器的传送协议。2.HTTP是一个基于TCP/IP通信协议来传递数据(HTML 文件, 图片文件 阅读全文
摘要:
.Net5导入导出execl表格 通过 using OfficeOpenXml 进行实现 using System; using System.Collections.Generic; using System.IO; using System.Reflection; using OfficeOpe 阅读全文
摘要:
.Net6静态方法中使用IServiceProvider 我们在通过.net core的DI容器获取对象时,都是通过构造函数中获取但是在静态类和Filter中如何使用呢,今天来看看 首先创建一个服务定位 public class ServiceLocator { public static ISer 阅读全文
摘要:
.net6webapi捕获全局异常 using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using Sino.Intelligence.DataAccess.IServ 阅读全文