摘要: Hash,in wikipedia, may relevant to many stuffs. In javascript, hashis a group of name/value pairs where a unique name points to a unique value, and... 阅读全文
posted @ 2014-01-07 21:59 wonkju 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Array ClassProvides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtimeIn my opinion,int32[] is an example of Array,so is double[] and so on.for instance:1 Int32[] ints = new int[3];2 //... 阅读全文
posted @ 2014-01-07 10:53 wonkju 阅读(439) 评论(0) 推荐(0) 编辑
摘要: If we want to move file to the directory that does not exist,and if we perform a File.Move,it will result return an error shows that 'The path is not ... 阅读全文
posted @ 2014-01-07 02:05 wonkju 阅读(217) 评论(0) 推荐(0) 编辑