摘要: 百度搜索 apm博客园实现自己的APMhttp://www.cnblogs.com/Kevin-moon/archive/2009/02/23/1395039.html异步机制,一共5篇文章(涵盖了下面三个链接)http://www.cnblogs.com/AndyHuang/category/1... 阅读全文
posted @ 2014-11-09 20:43 ChuckLu 阅读(399) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/C_Sharp_(programming_language)#Versions http://stackoverflow.com/questions/247621/what-are-the-correct-version-numbers-f 阅读全文
posted @ 2014-11-09 20:18 ChuckLu 阅读(5032) 评论(2) 推荐(3) 编辑
摘要: https://msdn.microsoft.com/zh-cn/library/ms228963(v=vs.110).aspx 一、概念 An asynchronous operation that uses the IAsyncResult design pattern is implement 阅读全文
posted @ 2014-11-09 19:59 ChuckLu 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 返回类型是接口的讨论http://bbs.csdn.net/topics/380209722publicstaticILista(){b=newList();returnb;}这里不是返回一个List,而是IList接口是什么意思呢?=================================... 阅读全文
posted @ 2014-11-09 18:51 ChuckLu 阅读(4580) 评论(0) 推荐(3) 编辑
摘要: 软件解耦 说起软件的解耦必然需要谈论耦合度,降低耦合度即可以理解为解耦,模块间有依赖关系必然存在耦合,理论上的绝对零耦合是做不到的,但可以通过一些现有的方法将耦合度降至最低。 做事情要想事半功倍,就要高处着眼,触摸到事情的脉络。当今流行着各种眼花缭乱的软件框架,不管是struts,还是spring, 阅读全文
posted @ 2014-11-09 17:11 ChuckLu 阅读(1416) 评论(0) 推荐(0) 编辑
摘要: #region 程序集 mscorlib.dll, v4.0.0.0// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll#endregionusing Sy... 阅读全文
posted @ 2014-11-09 14:10 ChuckLu 阅读(281) 评论(0) 推荐(0) 编辑
摘要: Asynchronous Programming PatternsThe .NET Framework provides three patterns for performing asynchronous operations:1.Asynchronous Programming Model (A... 阅读全文
posted @ 2014-11-09 14:09 ChuckLu 阅读(279) 评论(0) 推荐(0) 编辑