自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一路采撷

追求是一种过程

  • 博客(24)
  • 资源 (3)
  • 收藏
  • 关注

翻译 Effective C#之Item 29:Use the new Modifier Only When Base Class Updates Mandate It

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-30 11:21:00 827

翻译 Effective C#之Item 28: Avoid Conversion Operators

 v/:* {behavior:url(#default#VML);}o/:* {behavior:url(#default#VML);}w/:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);} Normal 0 7.8 磅 0

2008-10-30 10:42:00 744

翻译 Effective C#之Item 27: Avoid ICloneable

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-30 09:39:00 934

翻译 Effective C#之Item 26: Implement Ordering Relations with IComparable and IComparer

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-30 09:36:00 768

翻译 Effective C#之Item 25: Prefer Serializable Types

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-27 18:11:00 969

翻译 Effective C#之24:Prefer Declarative to Imperative Programming

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-24 09:35:00 1058

翻译 Effective C#之23:Avoid Returning References to Internal Class Objects

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-22 22:01:00 939

翻译 Effective C#之22:Define Outgoing Interfaces with Events

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-21 18:02:00 810

翻译 Effective C#之21:Express Callbacks with Delegates

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-20 19:07:00 763

翻译 Effective C#之20:Distinguish Between Implementing Interfaces and Overriding Virtual Functions

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-19 19:31:00 887

翻译 Effective C#之19:Prefer Defining and Implementing Interfaces to Inheritance

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-18 13:14:00 805 1

翻译 Effective C#之 Chapter 3. Expressing Designs with C#

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-18 13:06:00 619

翻译 Effective C#之18: Implement the Standard Dispose Pattern

  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-18 13:02:00 1024

翻译 Effective C#之17:Minimize Boxing and Unboxing.

v/:* {behavior:url(#default#VML);}o/:* {behavior:url(#default#VML);}w/:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);} Normal 0 7.8 磅 0

2008-10-14 21:12:00 940

翻译 Effective C#之16:Minimize Garbage

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-13 20:28:00 821

翻译 Effective C#之15:Utilize using and Try/finally for Resource Cleanup

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-12 18:41:00 738

翻译 Effective C#之14:Utilize Constructor Chaining

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-11 18:26:00 852

翻译 Effective C#之13: Initialize Static Class Members with Static Constructors

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-10 22:43:00 1283

翻译 Effective C#之12:Prefer Variable Initializers to Assignment Statements

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-09 20:21:00 785

翻译 Effective C#之Cha2:NET Resource Management

v/:* {behavior:url(#default#VML);}o/:* {behavior:url(#default#VML);}w/:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);} Normal 0 7.8 磅 0

2008-10-08 20:18:00 1166

翻译 Effective C# 11:Prefer foreach Loops

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-06 21:24:00 816

翻译 Effective C# 10:Understand the Pitfalls of GetHashCode()

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-05 21:41:00 898

翻译 Effective C# 9:nderstand the Relationships Among ReferenceEquals(), static Equals(), instance Equals(), and operator==

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-04 19:42:00 1148

翻译 Effective C#之8:Ensure That 0 Is a Valid State for Value Types

Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE

2008-10-03 20:45:00 979

一点linux资料,入门,涉及到各个方面,新手看看没坏处:)20字~~还没到~~~~~~

一点linux资料,入门,涉及到各个方面,新手看看没坏处:)20字~~还没到~~~~~~

2009-08-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除