2008年4月22日

摘要: http://weblogs.asp.net/dwahlin/archive/2007/07/17/list-of-ajax-automated-testing-and-debugging-tools.aspx 阅读全文
posted @ 2008-04-22 13:43 融化了的朱古力 阅读(102) 评论(0) 推荐(0) 编辑

2008年1月6日

摘要: Object design 摘录 阅读全文
posted @ 2008-01-06 23:41 融化了的朱古力 阅读(255) 评论(0) 推荐(0) 编辑

2007年10月10日

摘要: P653 Listing 21-21voidOnLogin(objectsender,EventArgse){if(CustomComponents.Membership.ValidateUser(userNameTextBox.Text,passwordTextBox.Text)){FormsAuthenticationTicketticket=newFormsAuthenticationTic... 阅读全文
posted @ 2007-10-10 09:47 融化了的朱古力 阅读(313) 评论(0) 推荐(0) 编辑

2007年9月13日

摘要: Online dictionary 阅读全文
posted @ 2007-09-13 10:04 融化了的朱古力 阅读(696) 评论(1) 推荐(0) 编辑

2007年8月30日

摘要: 译文:图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 融化了的朱古力 阅读(566) 评论(2) 推荐(0) 编辑

2007年8月29日

摘要: P60publicoverridevoidReset(){base.Reset();if(IsEmpty)return;if(IsSet(“BackImageRepeat”))ViewState.Remove(“BackImageRepeat”);}可否这样写呢?publicoverridevoidReset(){if(IsEmpty)return;... 阅读全文
posted @ 2007-08-29 22:24 融化了的朱古力 阅读(193) 评论(0) 推荐(0) 编辑

2007年8月2日

摘要: 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 融化了的朱古力 阅读(239) 评论(0) 推荐(0) 编辑

2007年7月23日

摘要: P16 high-level languages 意指C#, Visual Basic.net等高级语言,When the high-level code is first compiled, the high-level language compiler does two things: first it stores the IL in the EXE or the DLL, and the... 阅读全文
posted @ 2007-07-23 17:38 融化了的朱古力 阅读(173) 评论(0) 推荐(0) 编辑

2007年7月21日

摘要: 续P19(3)在运行时,JIT编译器会链接访问组件入口点的客户端。原文:.At runtime, the JIT compiler links the client calls to the component entry points. 建议:在运行时,JIT编译器将客户端的调用连接到组件的入口点。P21(1).NET提供了一个重新开始的记录,相对于C++而言,实质上是降低了进入的门槛,在.NE... 阅读全文
posted @ 2007-07-21 23:16 融化了的朱古力 阅读(254) 评论(0) 推荐(0) 编辑

2007年7月20日

摘要: 在本书中,一个组件是一个.NET类一个对象是一个类的实例。对象有时候也被称作服务器注意书中经常会交替使用对象以及服务器来指代组件P2(-2)为了证明这个道理,我会描绘:在我的设计图中出现的组件的入口点使用接口优于公共方法。原文:To emphasize this practice, I represent the entry points of the components that appear... 阅读全文
posted @ 2007-07-20 23:32 融化了的朱古力 阅读(676) 评论(1) 推荐(0) 编辑

导航