08 2007 档案

摘要:译文:图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... 阅读全文

posted @ 2007-08-30 22:54 融化了的朱古力 阅读(578) 评论(2) 推荐(0)

摘要:P60publicoverridevoidReset(){base.Reset();if(IsEmpty)return;if(IsSet(“BackImageRepeat”))ViewState.Remove(“BackImageRepeat”);}可否这样写呢?publicoverridevoidReset(){if(IsEmpty)return;... 阅读全文

posted @ 2007-08-29 22:24 融化了的朱古力 阅读(198) 评论(0) 推荐(0)

摘要: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... 阅读全文

posted @ 2007-08-02 09:20 融化了的朱古力 阅读(249) 评论(0) 推荐(0)

导航