摘要: https://cn.bing.com/search?q=ubari+lakes&filters=IsConversation:%22True%22+BTWLKey:%22UbariLakesLibya%22+BTWLType:%22Trivia%22&FORM=EMSDS0 阅读全文
posted @ 2021-07-02 14:36 从零开始-DotNET技术 阅读(55) 评论(0) 推荐(0) 编辑
摘要: Docker环境下使用SkiaSharp出现如下错误: Message: The type initializer for 'SkiaSharp.SKData' threw an exception. StackTrace: at SkiaSharp.SKData.Create(Stream str 阅读全文
posted @ 2020-11-27 16:32 从零开始-DotNET技术 阅读(1910) 评论(2) 推荐(3) 编辑
摘要: 在我们开发大型系统时,一个解决方案往往包含多个项目。为了更好的管理这些项目,我们需要设计良好的项目目录结构便于后期管理。 一般做法如下: 1、创建空白解决方案 打开visual studio 2019,按 Ctrl+Shift+N,在弹出的窗口找到Blank Solution,然后根据提示操作完成。 阅读全文
posted @ 2020-08-22 10:47 从零开始-DotNET技术 阅读(3451) 评论(0) 推荐(0) 编辑
摘要: StackExchange.Redis client best practices 1. Enabling server GC can optimize the client and provide better performance and throughput.2. Set AbortOnCo 阅读全文
posted @ 2020-07-25 11:52 从零开始-DotNET技术 阅读(209) 评论(0) 推荐(0) 编辑
摘要: ThreadPool growth related important detailsWhen CLR loaded into a process, it creates a ThreadPool. Each CLR has its own ThreadPool which shares betwe 阅读全文
posted @ 2020-07-25 11:31 从零开始-DotNET技术 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 在安装的CentOS系统中,按如下步骤安装docker: 1.系统更新,输入命令:yum update 2.安装yum-utils,输入命令:yum install -y yum-utils 3.设置docker repo,输入命令:yum-config-manager --add-repo htt 阅读全文
posted @ 2020-04-14 19:38 从零开始-DotNET技术 阅读(243) 评论(0) 推荐(0) 编辑
摘要: CentOS安装完成,默认无法访问网络。需要经过设置,才能正常访问网络。 首先,在virtualbox左侧虚拟机列表中,找到想要设置的虚拟机名称(此处为CentOS8.1),点击右键,选择设置->网络->网卡1,启用网络连接,连接方式选择:桥接网卡,界面名称处选择宿主机中对应的可正常上网的网卡。 然 阅读全文
posted @ 2020-04-14 18:28 从零开始-DotNET技术 阅读(1629) 评论(0) 推荐(0) 编辑