摘要:
.net中的线程池ThreadPool还有和数据库交互的连接池,比如SQL Server Connection Pooling (ADO.NET)https://msdn.microsoft.com/en-us/library/8xx3tyca.aspxSQL Server Connection P... 阅读全文
摘要:
Object pool patternTheobject pool patternis a softwarecreational design patternthat uses a set of initializedobjectskept ready to use – a "pool" – rat... 阅读全文
摘要:
TeeChart曲线的X轴是时间,但是频率很高。没法完全显示。例如,一秒钟有2000个点,那么点与点的间隔为0.5毫秒。使用TChart类的GetAxisLabel事件,函数手册上对此事件的解释:An Event is triggered for each Axis Label painted. T... 阅读全文
摘要:
http://www.codeproject.com/Articles/18222/Provider-PatternIntroductionProvider pattern is one of the most interesting features that Microsoft introduc... 阅读全文
摘要:
http://www.cnblogs.com/zhili/p/StragetyPattern.htmlhttp://www.dofactory.com/net/strategy-design-pattern主要是对方法的封装。DefinitionDefine a family of algorith... 阅读全文