摘要: http://www.codeproject.com/Articles/42415/Builder-Design-Pattern In Elizabeth's day care center, the teacher helps the kids to build all kinds of toys 阅读全文
posted @ 2015-05-27 19:44 ChuckLu 阅读(442) 评论(0) 推荐(0)
摘要: using System;using System.Diagnostics;using Microsoft.Win32;namespace ChuckLu.Utility{ public class Cmd { private Cmd() { }... 阅读全文
posted @ 2015-05-27 17:47 ChuckLu 阅读(3647) 评论(3) 推荐(0)
摘要: http://stackoverflow.com/questions/4537945/what-is-the-difference-of-getting-type-by-using-gettype-and-typeofYou can only use typeof() when you know t... 阅读全文
posted @ 2015-05-27 14:35 ChuckLu 阅读(315) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/584128/What-is-the-difference-between-equalsequals-and-EqWhen we create any object there are two parts to the obje... 阅读全文
posted @ 2015-05-27 14:09 ChuckLu 阅读(425) 评论(0) 推荐(0)