Stopwatch运行时间 Parallel并行任务
摘要: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
阅读(203)
推荐(0)
Task async await
摘要:暇之余,究多Task、async、await。
阅读全文
posted @
2018-01-23 09:13
chester·chen
阅读(192)
推荐(0)
信号量
摘要:今逢SemaphoreSlim(信号量),似lock,记之。
阅读全文
posted @
2018-01-22 18:02
chester·chen
阅读(139)
推荐(0)
Expression表单式树
摘要:余于项目中逢Expression(表达式树),然今未明其用途也,记之以温。
阅读全文
posted @
2018-01-22 16:27
chester·chen
阅读(146)
推荐(0)
delegate Func Action Expression
摘要: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
阅读(174)
推荐(0)
常用技术
摘要:https://www.cnblogs.com/ldybyz/p/6961669.html Http访问: Unirest for .Net 分布式缓存框架: Microsoft Velocity:微软自家分布式缓存服务框架。 Memcahed:一套分布式的高速缓存系统,目前被许多网站使用以提升网站
阅读全文
posted @
2018-01-22 13:40
chester·chen
阅读(424)
推荐(0)
mvc - view传值到js
摘要:http://www.cnblogs.com/akwwl/p/5238975.html
阅读全文
posted @
2017-09-08 10:52
chester·chen
阅读(466)
推荐(0)
mvc+EF - 有用文章
摘要: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
阅读(150)
推荐(0)
mvc - codefirst 数据迁移
摘要:from :http://blog.csdn.net/xiaoyiyz/article/details/41485325
阅读全文
posted @
2017-08-25 09:29
chester·chen
阅读(152)
推荐(0)
mvc - Authorize授权
摘要:from : http://www.cnblogs.com/asks/p/4372783.html http://www.cnblogs.com/myindex/p/5479428.html
阅读全文
posted @
2017-08-25 09:28
chester·chen
阅读(212)
推荐(0)