14 down vote It's the other way round. Number of mappers is decided based on the number of splits. In reality it is the job of InputFormat, which you ...
分类:
移动开发 时间:
2015-05-01 10:36:06
阅读次数:
168
https://github.com/wly2014/ArrowDrawablehttps://github.com/ChrisRenke/DrawerArrowDrawable
分类:
其他好文 时间:
2015-05-01 10:34:06
阅读次数:
111
1143: [CTSC2008]祭祀riverTime Limit:10 SecMemory Limit:162 MBSubmit:1285Solved:645[Submit][Status][Discuss]Description在遥远的东方,有一个神秘的民族,自称Y族。他们世代居住在水面上,奉龙...
分类:
其他好文 时间:
2015-05-01 10:34:55
阅读次数:
126
text-align有五个属性,left,right,center,justify,以及inherit.对于文字,left,right,center可以直接作用,但是justify(两边对齐)不会,对于超过一行的文字才可以起作用。对于非文字,left和right是不起作用的(当然必须是行内块元素),...
分类:
其他好文 时间:
2015-05-01 10:34:34
阅读次数:
138
话题是由如下的事情引出的:public class StringTest {public static void main(String[] args) {String str1 = new String("abc");String str2 = "abc";if (str1 == str2) { ...
分类:
其他好文 时间:
2015-05-01 10:33:05
阅读次数:
128
20150430 调试分析之 根据内核报错信息栈信息分析错误2015-04-30 Lover雪儿还是沿用上篇文章的程序,继续研究内核报错信息文章地址:http://www.cnblogs.com/lihaiyan/p/4470353.html错误驱动源文件:加载错误驱动程序 1 root@EasyA...
分类:
其他好文 时间:
2015-05-01 10:35:24
阅读次数:
204
题意:求最长回文串,模板题 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 #define MOD 100000000710 const int...
分类:
编程语言 时间:
2015-05-01 10:34:19
阅读次数:
124
发现Oracle支持正则表达式。先收藏。ORACLE中的支持正则表达式的函数主要有下面四个:1,REGEXP_LIKE :与LIKE的功能相似2,REGEXP_INSTR :与INSTR的功能相似3,REGEXP_SUBSTR :与SUBSTR的功能相似4,REGEXP_REPLACE :与REPL...
分类:
数据库 时间:
2015-05-01 10:33:02
阅读次数:
209
什么是AOP?AOP面向切面编程 AOP是对OOP思想的一种延伸AOP采取横向抽取机制,取代了传统纵向继承,重复性代码。AOP面向切面编程底部原理代理
分类:
编程语言 时间:
2015-05-01 10:32:52
阅读次数:
129
一、实践目的1.掌握类的定义,对象的创建。2.掌握实现封装、继承、多态的方法,掌握各种修饰符的使用。3.掌握将对象数组作为方法的参数和返回值。4.掌握抽象类与接口的概念及实现,理解动态绑定机制。5.掌握通过组合与继承,实现代码可复用。二、实践要求综合使用封装、继承、多态、抽象类与接口、组合及继承等面...
分类:
Web程序 时间:
2015-05-01 10:35:09
阅读次数:
154
git 远程命令的使用:http://www.csdn.net/article/2014-06-17/2820265-gitsourcetree:http://jingyan.baidu.com/article/4d58d541310ea39dd4e9c0f4.html对sourcetree步骤3的...
分类:
其他好文 时间:
2015-05-01 10:32:41
阅读次数:
126
题意:给定一个序列ai,个数为n。再给出一系列w;对于每个w,求序列中,所有长度为w的连续子串中的权值和,子串权值为子串中不同数的个数去了几个头文件,然后终于A了以样例为例说明:1 1 2 3 4 4 5;明显dp[1]=n=7;长度为1的时候有7个区间。从长度为1到长度为2,就是把前6个区间往后增...
分类:
其他好文 时间:
2015-05-01 10:33:30
阅读次数:
190
Title:Implementint sqrt(int x).Compute and return the square root ofx.思路:这个平方根肯定是在【1,x】之间,所以在这个区间使用二分查找。需要注意的是,代码中一直使用mid ,x/mid来比较,因为如果使用mid的平法,即使lon...
分类:
其他好文 时间:
2015-05-01 10:33:48
阅读次数:
127
Ladies and gentlemen, Good evening.I'd rather use english, not mandarin.Because during the road show, I felt so sorry.When I opened my mouth I have to...
分类:
其他好文 时间:
2015-05-01 10:33:26
阅读次数:
168
AntsDescriptionAn army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant re...
分类:
其他好文 时间:
2015-05-01 10:33:44
阅读次数:
117