摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; n... 阅读全文
posted @ 2018-01-23 10:10 chester·chen 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 暇之余,究多Task、async、await。 阅读全文
posted @ 2018-01-23 09:13 chester·chen 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 今逢SemaphoreSlim(信号量),似lock,记之。 阅读全文
posted @ 2018-01-22 18:02 chester·chen 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 现有新操作符??与?. 余书之 阅读全文
posted @ 2018-01-22 16:38 chester·chen 阅读(127) 评论(0) 推荐(1) 编辑
摘要: 余于项目中逢Expression(表达式树),然今未明其用途也,记之以温。 阅读全文
posted @ 2018-01-22 16:27 chester·chen 阅读(138) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; namespace ConsoleApp3 { static class Program { delegate string delagateA(string para... 阅读全文
posted @ 2018-01-22 16:02 chester·chen 阅读(162) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ldybyz/p/6961669.html Http访问: Unirest for .Net 分布式缓存框架: Microsoft Velocity:微软自家分布式缓存服务框架。 Memcahed:一套分布式的高速缓存系统,目前被许多网站使用以提升网站 阅读全文
posted @ 2018-01-22 13:40 chester·chen 阅读(410) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/akwwl/p/5238975.html 阅读全文
posted @ 2017-09-08 10:52 chester·chen 阅读(456) 评论(0) 推荐(0) 编辑
摘要: Mvc全局过滤器与Action排除:http://blog.csdn.net/shuaihj/article/details/53020428 MVC 自定义AuthorizeAttribute实现权限管理:http://www.cnblogs.com/jyan/archive/2012/07/24 阅读全文
posted @ 2017-09-04 09:14 chester·chen 阅读(137) 评论(0) 推荐(0) 编辑
摘要: from :http://blog.csdn.net/xiaoyiyz/article/details/41485325 阅读全文
posted @ 2017-08-25 09:29 chester·chen 阅读(144) 评论(0) 推荐(0) 编辑