using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day06{ class Program { static...
分类:
其他好文 时间:
2015-03-06 09:34:00
阅读次数:
147
正确设置Hadoop程序运行时的参数可以提高程序的运行效率,但是错误的设置也会带来效率的降低,甚至程序的失败。我今天就遇到了这种情况,事情是这样的:在Hadoop的配置中有这样一个参数:mapred.reduce.slowstart.completed.maps: 这个参数控制reducer何时开始...
分类:
其他好文 时间:
2015-03-06 00:55:29
阅读次数:
159
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day05{ class Program { static...
分类:
其他好文 时间:
2015-03-04 09:34:00
阅读次数:
116
下面的代码是我模块winform的事件机制,一看就懂。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cl...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class Pr...
分类:
其他好文 时间:
2015-03-03 13:12:54
阅读次数:
133
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day03{ class Program { static...
分类:
其他好文 时间:
2015-03-02 09:23:10
阅读次数:
200
WCP 1- SequenceThis pattern is used to model dependencies between tasks so that one task cannot start before another is finished (serial execution)WCP...
分类:
其他好文 时间:
2015-03-02 06:08:00
阅读次数:
272
using相当存取不同类型的仓库using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using N1;namespace Text...
分类:
其他好文 时间:
2015-02-28 15:51:19
阅读次数:
132