摘要: 对使用多返回值的一点看法和建议 阅读全文
posted @ 2016-12-25 12:37 Catcher8 阅读(583) 评论(0) 推荐(2) 编辑
摘要: 在ASP.NET Core Web API中实现基于令牌(JWT)的身份验证的小Demo 阅读全文
posted @ 2016-11-13 20:39 Catcher8 阅读(10089) 评论(18) 推荐(37) 编辑
摘要: 自定义Middleware为ASP.NET Core Web API实现授权验证(非OAuth 2.0) 阅读全文
posted @ 2016-11-01 22:40 Catcher8 阅读(17672) 评论(12) 推荐(40) 编辑
摘要: 用Redis做Session服务器,模拟在用Nginx做负载均衡时Session丢失的处理,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-10-07 10:02 Catcher8 阅读(5450) 评论(13) 推荐(12) 编辑
摘要: 用Redis处理连续登陆活动,分别从用户的维度和天数的维度模拟了国庆7天假期的活动,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-10-01 22:52 Catcher8 阅读(4841) 评论(0) 推荐(15) 编辑
摘要: 用Redis来存储网站的最近访问用户,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-09-24 13:13 Catcher8 阅读(3919) 评论(9) 推荐(11) 编辑
摘要: 用Redis来存储网站的搜索热词,结合DotNet Core和StackExchange.Redis做的一个小案例。 阅读全文
posted @ 2016-09-16 21:30 Catcher8 阅读(8804) 评论(15) 推荐(34) 编辑
摘要: Basic Tutorials of Redis(9) -First Edition RedisHelper 阅读全文
posted @ 2016-09-16 10:43 Catcher8 阅读(702) 评论(0) 推荐(1) 编辑
摘要: Basic Tutorials of Redis(8) -Transaction 阅读全文
posted @ 2016-09-12 22:32 Catcher8 阅读(414) 评论(0) 推荐(0) 编辑
摘要: Basic Tutorials of Redis(7) -Publish and Subscribe 阅读全文
posted @ 2016-09-11 09:12 Catcher8 阅读(797) 评论(0) 推荐(1) 编辑
摘要: Basic Tutorials of Redis(6) - List 阅读全文
posted @ 2016-09-10 09:46 Catcher8 阅读(326) 评论(0) 推荐(1) 编辑
摘要: Basic Tutorials of Redis(5) - Sorted Set 阅读全文
posted @ 2016-09-06 19:52 Catcher8 阅读(566) 评论(0) 推荐(1) 编辑
摘要: Basic Tutorials of Redis(4) -Set 阅读全文
posted @ 2016-09-05 19:31 Catcher8 阅读(385) 评论(0) 推荐(2) 编辑
摘要: Basic Tutorials of Redis(3) -Hash 阅读全文
posted @ 2016-09-04 08:53 Catcher8 阅读(294) 评论(0) 推荐(1) 编辑
摘要: Basic Tutorials of Redis(2) - Strings 阅读全文
posted @ 2016-09-03 11:05 Catcher8 阅读(342) 评论(0) 推荐(1) 编辑
摘要: Basic Tutorials of Redis(1) - Install And Configure Redis 阅读全文
posted @ 2016-09-01 20:57 Catcher8 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 探讨TagHelper的实现 阅读全文
posted @ 2016-08-21 18:06 Catcher8 阅读(2555) 评论(3) 推荐(6) 编辑
摘要: 用ASP.NET Core+Sqlite+Dapper+Redis写了一个简单的RSS应用,在CentOS结合.NET Core SDK和Jexus部署。 阅读全文
posted @ 2016-08-14 15:44 Catcher8 阅读(1845) 评论(1) 推荐(3) 编辑
摘要: ASP.NETCore的简单尝试,在CentOS7结合dotNet Core SDK运行。 阅读全文
posted @ 2016-08-02 17:07 Catcher8 阅读(1951) 评论(4) 推荐(2) 编辑
摘要: Nancy实现API的功能,包含常规的签名校验,以及用Redis来实现每天访问的上限次数,并在CentOS7上部署运行。 阅读全文
posted @ 2016-07-17 11:22 Catcher8 阅读(6079) 评论(4) 推荐(11) 编辑