自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (4)
  • 收藏
  • 关注

原创 用通俗的话理解设计模式-Template Method pattern

The Template Method pattern is ubiquitous in the wild. It provide a clear enterpoint for the application design. This clear enterpoin is analogous to a superclass(which is an abstract class). The supe

2012-08-09 10:07:06 390

原创 用通俗的话理解设计模式-Command pattern

Given this situation, the way to create a new and much powerful functionality maybe impossible to avoid the two following steps:  first, to utilize the existing code or method in other classes  seco

2012-08-08 17:33:18 417

原创 用通俗的话理解设计模式--Decorator pattern

it's much messy to understand Decorator pattern.   The first intend of this pattern is providing powerful functions rather by inheriting but by composition. I think this key point is under my unders

2012-08-08 11:22:14 439

原创 用通俗的话理解设计模式--Adapter pattern to Facade pattern

Adapter Pattern:      the intent is converting the interface of a class into another interface the clients expect.     it includes two main kinds. First is the Object Adapter, and the second is C

2012-08-07 15:29:17 417

原创 questions I have encountered and answers

1. how to compare two instances of a  class? Nuint or Xuit couldn't work well with this issue     maybe Answer: http://stackoverflow.com/questions/8400028/comparing-two-instances-of-a-class

2012-08-07 11:18:06 436

原创 有用的办法 view object 's accessible modifier by VS ObjectBrowser

之前一直困扰于在C#中各种对象的访问修饰符,      默认方位修饰符是什么?      某种类型只能使用哪些访问修饰符?      等等   今天发现,可以用VS的Ojbect Browser来查看,再结合代码,就便于理解了 case 1:            the default accessiable modifer for class is internal.

2012-07-25 11:02:40 827

转载 c# 默认 访问修饰符 小结

http://www.cnblogs.com/dashan9zj/archive/2009/02/13/1390091.html   c# 的访问修饰符是private 还是 internal?   准确的说,不能一概而论。 [MSDN] Classes and structs that are not nested within other classes or structs

2012-07-10 15:18:10 575

翻译 Nullable Modifier--from <Essential c# 2.0>

三句话总结:         数值类型的变量不能使用null赋值;        在变量类型前面加上 ?  表示该值为可空;        使用时显示转换为iny型,进行运算时不执行运算,也就是值为空。   原文:   Mark Michaelis P53   As I pointed out earlier, value typescannot be assigned

2012-07-10 11:10:27 638

原创 20120709-the key factor affecting explicit or implicit interface implementation

1. first situation:     one class implement one interface    and all the interface implementation is implicit     public interface IBankAccount { void PayIn(decimal amount); bool Wi

2012-07-09 16:41:41 438

原创 20120626-Which design principles belong to these Design Patterns

The original website is http://www.dofactory.com/topic/1259/which-design-principles-belong-to-these-design-patterns.aspx The Explanation before the question: I need to study the following patt

2012-06-26 15:51:19 457

原创 学习QT的感悟

1.      the first part              Goal: be familiar with most of qt widget and create form application             Deadline:June19 ~ June21  Caution1:          trying to specify signal or sl

2012-06-20 11:18:04 857

SQLiteSpy数据库阅读器

对比了sqlbrowser等工具后,发现的非常小巧 解压后即可使用的好工具

2014-12-10

Android应用开发揭秘作者杨开盛

作者杨开盛,通过丰富的开发案例,适合于新手进行边学习边提升

2014-12-10

Visual_Assist_X_10.7.1903.0_Patched 破解

最新版的visual assist x的破解版,在win7 64位机上的vs2008测试也可以用。win32上也可以,vs2005,vs2008,vs2010都可以的

2012-06-13

三十分钟掌握STL

文档形式简便易用 适合于入门学习 言简意赅

2012-06-11

空空如也

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

TA关注的人

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