1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo ...
分类:
其他好文 时间:
2017-10-05 21:26:25
阅读次数:
134
单词计数是最简单也是最能体现MapReduce思想的程序之一,可以称为MapReduce版"Hello World",该程序的完整代码可以在Hadoop安装包的"src/examples"目录下找到。单词计数主要完成功能是:统计一系列文本文件中每个单词出现的次数 程序的功能:假设现在有n个文本,Wo ...
分类:
其他好文 时间:
2017-09-30 10:12:56
阅读次数:
172
520. Detect Capital【easy】 Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a wo ...
1,corpus 语料库 a computer-readable collection of text or speech 2,utterance 发音 比如下面一句话:I do uh main- mainly business data processing uh 是 fillers,填充词(Wo ...
分类:
其他好文 时间:
2017-09-23 17:15:15
阅读次数:
502
LicensesLicensed to the Apache Software Foundation (ASF) under one or more contributorlicense agreements. See the NOTICE file distributed with this wo ...
分类:
Web程序 时间:
2017-09-21 11:24:11
阅读次数:
1423
大家在工作和学习中可能会遇到文字替换或符号替换,大家要学会txt、doc、xls之间的切换,替换好之后放到最终的文件中,txt好处是没有格式,doc个好处是有格式,而xls主要是分配到单元格中。 那么当我们遇到一段乱码后,如何通过换行把文章弄整齐,我们看下word下的段落换行转换! 工具/原料 wo ...
分类:
其他好文 时间:
2017-09-19 17:53:35
阅读次数:
265
#!usr/bin/dev python#utf-8from openpyxl import load_workbookimport osimport os.pathfile_path = 'C:/Users/Hugo Lester/Desktop/statics.xlsx'ws = load_wo... ...
分类:
编程语言 时间:
2017-09-17 15:07:02
阅读次数:
245
eclipse 默认部署 Web 项目路径是: ${workspacepath}\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps(根据 workspace 所在目录决定的) 例如:workspace 在 D 盘 D:\wo ...
分类:
移动开发 时间:
2017-09-14 10:40:12
阅读次数:
2363
1.判断某个字符串是否符合某个正则表达式,通常用这个方法: // 判断字符串首字符是否为字母 NSString *string = @"wo"; // 1、准备正则式 NSString *regex = @"^[A-Za-z]*$"; // 只能是字母,不区分大小写 // 2、拼接谓词 NSPred ...
分类:
移动开发 时间:
2017-09-13 00:22:31
阅读次数:
272
一.Springboot的介绍 Spring Boot_百度百科https://baike.baidu.com/item/Spring%20Boot/20249767 二.Hello World 1.环境 win10 64位 Idea2017.3 jdk1.8 maven3.5 2.Hello wo ...
分类:
编程语言 时间:
2017-09-07 13:35:51
阅读次数:
148