摘要: 由于项目一个功能需要,可以将关键字的值叠加加来,最终可以获取对这些关键字都做了些什么操作。Generic Programming is very powerful. 1 /// 2 /// 3 /// 4 /// 5 public class CXSpecialDictionary : Dictionary 6 { 7 /// 8 /// 9 /// 10 /// 11 /// 12 public new string this[TKey ... 阅读全文
posted @ 2013-07-26 10:57 iDragon 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 高屋建瓴From Up to DownOutside into insideThe Internet Of Things. http://wenku.baidu.com/view/5cdc0266ddccda38366baf00.htmlhttp://www.networkcultures.org/_uploads/notebook2_theinternetofthings.pdfFrom view of hardwareFrom view of software 阅读全文
posted @ 2013-07-26 10:23 iDragon 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 我是利用在window环境下载好JDK,然后传到VMware中linux中下载JDK http://www.oracle.com/technetwork/java/javase/downloads/index.htmlwindow 中安装 SSH ClientVMware 中的Linux 配置 SSH, Linux 设置桥接模式的 network,IP 和Window IP在同一个网段。设置Linux IP, reference to: http://www.cnblogs.com/xd502djj/archive/2011/03/01/1967800.htmlIP 配置好以后,就需要配置SS 阅读全文
posted @ 2013-07-26 10:10 iDragon 阅读(525) 评论(0) 推荐(0) 编辑
摘要: Layering & Contract Philosophy With additional indirectionAbstract Factory 1 //The example code is as following: 2 class CAbstractProductA; 3 class CAbstractProductB; 4 // multiple families of products. 5 class CProductA1:public CAbstractProductA; 6 class CProductB1:public CAbstractProdu... 阅读全文
posted @ 2013-07-26 08:59 iDragon 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Programming language evolves always along with Compiler's evolvement.1. The C++ Object Model:Stroustrup's original (and still prevailing) C++ Object M... 阅读全文
posted @ 2013-07-26 08:36 iDragon 阅读(310) 评论(0) 推荐(0) 编辑