码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
第六天学习内容 类
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
错误的配置使reduce tasks一直处于Pending状态
正确设置Hadoop程序运行时的参数可以提高程序的运行效率,但是错误的设置也会带来效率的降低,甚至程序的失败。我今天就遇到了这种情况,事情是这样的:在Hadoop的配置中有这样一个参数:mapred.reduce.slowstart.completed.maps: 这个参数控制reducer何时开始...
分类:其他好文   时间:2015-03-06 00:55:29    阅读次数:159
第五天学习内容 for循环,嵌套
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里的控件的事件和委托机制
下面的代码是我模块winform的事件机制,一看就懂。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cl...
分类:Windows程序   时间:2015-03-03 13:13:37    阅读次数:181
第四天学习内容 if switch for 的练习
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
c#基础 第五讲
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
分类:Windows程序   时间:2015-03-02 18:44:26    阅读次数:155
c#基础 第四讲
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
分类:Windows程序   时间:2015-03-02 12:35:16    阅读次数:215
第三天学习内容 if--else
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
商业信息管理系统 Bizagi 建模pattern
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相当存取不同类型的仓库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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!