摘要:译文:图1-1中的柱形表示了从一个HttpContext对象到另一个HttpContext对象的过程。原文:The cylinders in Figure 1-1 represent the HttpContext object as it’s passed from one component to another.建议:图1-1中的那些圆柱体代表在组件间传送的HttpContext...
阅读全文
摘要:P60publicoverridevoidReset(){base.Reset();if(IsEmpty)return;if(IsSet(“BackImageRepeat”))ViewState.Remove(“BackImageRepeat”);}可否这样写呢?publicoverridevoidReset(){if(IsEmpty)return;...
阅读全文
摘要:A Context Switch is the computing process of storing and restoring the state (context) of a CPU such that multiple processes can share a single CPU resource. The context switch is an essential feature...
阅读全文