摘要:
/** * A map/reduce job configuration. * 翻译:一个map/reduce作业配置 * <p><code>JobConf</code> is the primary interface for a user to describe a * map-reduce j 阅读全文
摘要:
/** * <code>JobClient</code> is the primary interface for the user-job to interact * with the {@link JobTracker}. * 翻译:JobClient是用户的作业与JobTracker进行交互的 阅读全文
摘要:
list = testString.Split(',').ToList();//把testString用","进行拆分,拆分结果为一个列表List<String> bool b= testString.Contains("\r\n");//判断testString是否包含\r\n string re 阅读全文