06 2021 档案

在使用 .NET Remoting 技术开发跨进程通信时Remoting找不到请求的服务--解决方法
摘要:在使用 .NET Remoting 技术开发跨进程通信时Remoting找不到请求的服务 阅读全文

posted @ 2021-06-30 16:50 aXinNo1 阅读(819) 评论(0) 推荐(0)

SourceTree 拉取github资源包时报错:fatal: unable to access 'https://github.com/xxx.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 --解决办法
摘要:git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin fatal: unable to access 'https://github.com/dotnetcore/xxx.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 完成时带有错误,见上文。 阅读全文

posted @ 2021-06-13 11:35 aXinNo1 阅读(6543) 评论(0) 推荐(0)

VMware虚拟机中CentOS7的硬盘空间扩容
摘要:VMware虚拟机中CentOS7的硬盘空间扩容 阅读全文

posted @ 2021-06-12 12:23 aXinNo1 阅读(155) 评论(0) 推荐(0)

.net core3.1 文件导出报错The type initializer for 'Gdip' threw an exception 的解决方法
摘要:.net core3.1 文件导出报错The type initializer for 'Gdip' threw an exception 的解决方法 阅读全文

posted @ 2021-06-09 16:03 aXinNo1 阅读(1309) 评论(0) 推荐(0)

.net core3.1文件下载之MimeTypeMapHelper
摘要:.net core3.1文件下载之MimeTypeMapHelper 阅读全文

posted @ 2021-06-09 12:36 aXinNo1 阅读(299) 评论(0) 推荐(0)

.net core3.1 webapi项目部署在centos7中,通过supervisor来做进程守护遇到backoff Exited too quickly (process log may have details)的错误--并提供解决方法
摘要:backoff Exited too quickly (process log may have details),Unhandled exception. System.InvalidOperationException: Could not determine an appropriate location for storing user secrets. Set the DOTNET_USER_SECRETS_FALLBACK_DIR environment variable to a folder where user secrets should be stored.at Microsoft.Extensions.Configuration.UserSecrets.PathHelper.GetSecretsPathFromSecretsId(String userSecretsId) 阅读全文

posted @ 2021-06-07 12:00 aXinNo1 阅读(1666) 评论(0) 推荐(0)