随笔分类 -  # .Net 跨平台

摘要:主要是有三个服务。 apollo-configservice apollo-adminservice apollo-portal 其中 apollo-configservice,apollo-adminservice 是单个环境的数据服务,apollo-portal是统一的Web服务 要先git 获 阅读全文
posted @ 2021-12-06 13:43 蓝创精英团队 阅读(25) 评论(0) 推荐(0)
摘要:想着对配置中心进行选择,列几个不错的配置中心,看看最终的效果如何 Apoll Spring Cloud Config Nacos Apollo 主体 携程框架级别 重量级适用范围 各种范围版本的支持 支持部署的服务 光跑起来就要部署多个节点(admin,portal,meta sevice)还要依赖 阅读全文
posted @ 2021-12-06 12:06 蓝创精英团队 阅读(9) 评论(0) 推荐(0)
摘要:public static Dictionary<CellPosition, IPictureData> GetPicturesAndPosition(this ISheet sheet) { var dictionary = new Dictionary<CellPosition, IPictur 阅读全文
posted @ 2021-09-23 10:39 蓝创精英团队 阅读(4) 评论(0) 推荐(0)
摘要:workserver是一种专门用来运行耗时服务所提供的一种项目模板 我们可以这样创建 完成后,安装nuget包 (一个是windows的系统服务,一个是linux的系统服务) Install-Package Microsoft.Extensions.Hosting.WindowsServices I 阅读全文
posted @ 2021-08-04 14:41 蓝创精英团队 阅读(6) 评论(0) 推荐(0)
摘要:引用的Nuget包有 Install-Package Microsoft.Data.Sqlite.Core Install-Package SQLitePCLRaw.bundle_winsqlite3 示例代码有 SQLitePCL.raw.SetProvider(new SQLitePCL.SQL 阅读全文
posted @ 2021-08-02 09:44 蓝创精英团队 阅读(12) 评论(0) 推荐(0)
摘要:Install-Package StackExchange.Redis -Version 2.0.601 using StackExchange.Redis; using System; using System.Collections.Generic; using System.IO; using 阅读全文
posted @ 2020-06-30 19:37 蓝创精英团队 阅读(0) 评论(0) 推荐(0)
摘要:Nuget 引用 client 端 Install-Package DotNetty.Codecs -Version 0.6.0 Install-Package DotNetty.Handlers -Version 0.6.0 Install-Package DotNetty.Transport - 阅读全文
posted @ 2020-05-15 20:51 蓝创精英团队 阅读(0) 评论(0) 推荐(0)