上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: /** * A map/reduce job configuration. * 翻译:一个map/reduce作业配置 * <p><code>JobConf</code> is the primary interface for a user to describe a * map-reduce j 阅读全文
posted @ 2016-05-09 15:55 Mr.He多多指教 阅读(773) 评论(0) 推荐(0) 编辑
摘要: /** * <code>JobClient</code> is the primary interface for the user-job to interact * with the {@link JobTracker}. * 翻译:JobClient是用户的作业与JobTracker进行交互的 阅读全文
posted @ 2016-05-07 16:43 Mr.He多多指教 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 通过正则替换字符串 res=re.sub(正则,newString,srcString)//返回替换后的字符串 res,m=res.subn(正则,newString,srcString)//返回替换后的字符串和替换的次数 re.sub(r'.*\x1b\[16D\s*','',echoInfoSt 阅读全文
posted @ 2016-05-05 11:37 Mr.He多多指教 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Enumerable[从元数据] // // 摘要: // 从序列的开头返回指定数量的连续元素。 // // 参数: // source: // 要从其返回元素的序列。 // // count: // 要返回的元素数量。 // // 类型参数: // TSource: // source 中的元素的 阅读全文
posted @ 2016-04-27 09:53 Mr.He多多指教 阅读(2068) 评论(0) 推荐(0) 编辑
摘要: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml(fileContent);//xml文件的内容,关于如何获取xml文件的内容,请看上面 XmlElement rootElement = xmlDoc.DocumentElement;//获 阅读全文
posted @ 2016-04-26 15:13 Mr.He多多指教 阅读(294) 评论(0) 推荐(0) 编辑
摘要: list = testString.Split(',').ToList();//把testString用","进行拆分,拆分结果为一个列表List<String> bool b= testString.Contains("\r\n");//判断testString是否包含\r\n string re 阅读全文
posted @ 2016-04-26 14:52 Mr.He多多指教 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 举例:<TextBox Text="{Binding Name,Mode=TwoWay}" Height="23" HorizontalAlignment="Left" Margin="114,144,0,0" Name="textBox2" VerticalAlignment="Top" Widt 阅读全文
posted @ 2016-04-22 16:02 Mr.He多多指教 阅读(292) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/tianyutingxy/archive/2011/02/23/1962078.html http://www.tuicool.com/articles/AzEV3q http://bbs.csdn.net/topics/390533713 暂时性的理解 阅读全文
posted @ 2016-04-22 15:58 Mr.He多多指教 阅读(192) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wxydigua/p/3314274.html 阅读全文
posted @ 2016-04-18 13:53 Mr.He多多指教 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/softwave/article/details/6991913 阅读全文
posted @ 2016-03-29 15:55 Mr.He多多指教 阅读(164) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页