摘要: 我的2018 阅读全文
posted @ 2018-12-30 21:10 Catcher8 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 基于dotnet cli 打造自己的项目模板(脚手架) 阅读全文
posted @ 2018-12-04 08:20 Catcher8 阅读(23636) 评论(54) 推荐(167) 编辑
摘要: 在.NET Core中基于Generic Host来实现后台任务 阅读全文
posted @ 2018-11-15 08:04 Catcher8 阅读(9535) 评论(27) 推荐(82) 编辑
摘要: 查看Linux下有多少个ASP.NET Core程序正在运行。 阅读全文
posted @ 2018-10-10 22:26 Catcher8 阅读(1264) 评论(0) 推荐(2) 编辑
摘要: ASP.NET Core多环境配置文件问题 阅读全文
posted @ 2018-09-19 20:16 Catcher8 阅读(928) 评论(0) 推荐(1) 编辑
摘要: 使用Microsoft.Extensions.ObjectPool来完成Object Pool 阅读全文
posted @ 2018-09-18 08:31 Catcher8 阅读(5595) 评论(6) 推荐(14) 编辑
摘要: 使用Refit结合HttpClientFactory来进行API的调用 阅读全文
posted @ 2018-08-19 15:34 Catcher8 阅读(5011) 评论(6) 推荐(12) 编辑
摘要: HttpClientFactory与Steeltoe结合来完成服务发现 阅读全文
posted @ 2018-07-28 13:17 Catcher8 阅读(1815) 评论(1) 推荐(5) 编辑
摘要: 用.NET Core2.1的新事物HttpClientFactory来简单的实现熔断降级 阅读全文
posted @ 2018-07-22 12:12 Catcher8 阅读(5079) 评论(4) 推荐(14) 编辑
摘要: Jexus用法和知识的相关记录 阅读全文
posted @ 2018-06-24 11:13 Catcher8 阅读(1060) 评论(1) 推荐(2) 编辑
摘要: .NET Core几个Options的简单使用方法 阅读全文
posted @ 2018-06-16 17:57 Catcher8 阅读(736) 评论(0) 推荐(3) 编辑
摘要: 使用Polly来进行熔断处理。 阅读全文
posted @ 2018-05-13 16:31 Catcher8 阅读(1196) 评论(0) 推荐(4) 编辑
摘要: 使用Steeltoe.CircuitBreaker.HystrixCore来进行熔断处理。 阅读全文
posted @ 2018-05-01 10:44 Catcher8 阅读(1226) 评论(4) 推荐(7) 编辑
摘要: 在.NET Core中使用插件化机制 阅读全文
posted @ 2018-04-15 01:03 Catcher8 阅读(1385) 评论(1) 推荐(5) 编辑
摘要: 简单介绍ASP.NET Core的ResponseCaching,主要介绍客户端(浏览器)缓存,服务端缓存,静态文件缓存这三个相关的内容。 阅读全文
posted @ 2018-04-07 17:49 Catcher8 阅读(9751) 评论(11) 推荐(38) 编辑
摘要: 简单的加权轮询算法实现 阅读全文
posted @ 2018-04-01 13:29 Catcher8 阅读(2933) 评论(0) 推荐(2) 编辑
摘要: 简单的轮询算法实现 阅读全文
posted @ 2018-03-17 10:21 Catcher8 阅读(3535) 评论(0) 推荐(0) 编辑
摘要: 简单介绍在.NET Core中使用Redis和Memcached时的序列化问题,也演示了如何用EasyCaching和简化相应的操作。 阅读全文
posted @ 2018-03-11 19:35 Catcher8 阅读(1493) 评论(4) 推荐(6) 编辑
摘要: Redis缓存中进行批量删除的几种做法 阅读全文
posted @ 2018-02-25 14:51 Catcher8 阅读(2008) 评论(0) 推荐(0) 编辑
摘要: 在.NET Core中处理一个接口多个不同实现的依赖注入问题 阅读全文
posted @ 2018-01-27 19:38 Catcher8 阅读(3486) 评论(8) 推荐(13) 编辑