学海无涯

导航

上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页

2022年11月21日 #

使用DocumentFormat.OpenXml 从Excel 导入数据

摘要: public List<DailyStock> ReadExcelFile(string fileName) { List<DailyStock> list = new List<DailyStock>(); DataTable dt = ReadExcelFileToDataTable(fileN 阅读全文

posted @ 2022-11-21 22:18 宁静致远. 阅读(44) 评论(0) 推荐(0) 编辑

2022年11月15日 #

Ardalis.CleanArchitecture.Template 清洁架构模板

摘要: dotnet new --install Ardalis.CleanArchitecture.Template::6.2.8 参考:https://www.nuget.org/packages/ardalis.cleanarchitecture.template 设计决策和依赖关系 此示例的目标是为 阅读全文

posted @ 2022-11-15 17:37 宁静致远. 阅读(122) 评论(0) 推荐(0) 编辑

2022年11月14日 #

Template Method 和 Strategy 策略模式

摘要: Template Method 模式和 Strategy 模式所有解决的问题是类似的,通常可以互换使用。不过 Template Mothod 模式使用抽象类来解决问题,而 Strategy 使用接口来解决问题。 Strategy 模式:为了遵循依赖倒置原则(DIP),我们想确保这个通用的算法不要依赖 阅读全文

posted @ 2022-11-14 16:03 宁静致远. 阅读(52) 评论(0) 推荐(0) 编辑

2022年11月12日 #

可观察性

摘要: 用于获得可观测性的系统信息称为遥测。 它可分为四大类: 分布式跟踪可让你深入了解分布式业务事务中所涉及的服务之间的流量。 指标可让你深入了解服务性能及其资源消耗情况。 日志记录可让你深入了解如何执行代码以及是否发生了错误。 运行状况终结点可让你深入了解服务的可用性。 使用 Zipkin 监视后端 Z 阅读全文

posted @ 2022-11-12 08:27 宁静致远. 阅读(32) 评论(0) 推荐(0) 编辑

Create, read, and edit Excel files in ASP.NET Core

摘要: Syncfusion Excel library for ASP.NET Core platform can be used to create, read, edit Excel files. This also convert Excel files to PDF. Create a simpl 阅读全文

posted @ 2022-11-12 08:18 宁静致远. 阅读(120) 评论(0) 推荐(0) 编辑

2022年11月10日 #

Yeoman Dapr 生成器

摘要: 要求 Node.js 和 npm(包含在现代 Node 版本中) dapr CLI 安装 在首选的 shell 中运行以下命令: npm install -g yo npm install -g generator-dapr 运行yo dapr,然后按照提示进行操作。 参考:https://gith 阅读全文

posted @ 2022-11-10 18:45 宁静致远. 阅读(20) 评论(0) 推荐(0) 编辑

在 Kubernetes 集群上部署 Dapr

摘要: 在 Kubernetes 集群上部署 Dapr 在本地机器上运行以下命令以在集群上初始化 Dapr: dapr init --kubernetes 验证安装结果: dapr status -k 阅读全文

posted @ 2022-11-10 16:25 宁静致远. 阅读(59) 评论(0) 推荐(0) 编辑

Docker容器中的 Redis

摘要: 进入Docker 容器中的 Redis PS C:\Users\flyin> docker exec -it 2de8e8781a16e5227620af4ddbae12555f3efba6abbfe07a46f6d6b85c81135c redis-cli 127.0.0.1:6379> keys 阅读全文

posted @ 2022-11-10 16:11 宁静致远. 阅读(46) 评论(0) 推荐(0) 编辑

API 网关之Envoy

摘要: https://www.envoyproxy.io/docs/envoy/latest/ 阅读全文

posted @ 2022-11-10 10:13 宁静致远. 阅读(73) 评论(0) 推荐(0) 编辑

eShopOnDapr

摘要: eShopOnDapr 通过集成 Dapr 构建基块来改进早期 eShopOnContainers 应用程序。 图 12-3 显示了新的解决方案体系结构: 图 12-3. eShopOnDapr 参考应用程序体系结构 虽然 eShopOnDapr 侧重于 Dapr,但体系结构也进行了简化。 Blaz 阅读全文

posted @ 2022-11-10 09:32 宁静致远. 阅读(283) 评论(0) 推荐(0) 编辑

上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页