码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
hadoop debug script
A Hadoop job may consist of many map tasks and reduce tasks. Therefore, debugging a Hadoop job is often a complicated process. It is a good practice t...
分类:其他好文   时间:2015-04-10 08:17:27    阅读次数:200
Load 数据1
Druid 的load 数据分为两类 :批量load(历史数据) 和实时load(新数据) ,本文介绍批量load 数据indexing 服务批量load 数据需要用到indexing 服务,它是一个独立的服务,,接受任务的形式为POST请求。The output of most tasks are...
分类:其他好文   时间:2015-04-09 15:14:19    阅读次数:226
可空类型
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Nullable;namespace 可空类型{ ....
分类:其他好文   时间:2015-04-09 00:40:31    阅读次数:123
C# 字符串类型转换
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading;namespace CTest{...
分类:Windows程序   时间:2015-04-08 19:40:27    阅读次数:158
我的DBHelper类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using System.Data.Sql...
分类:数据库   时间:2015-04-08 14:43:11    阅读次数:156
当当当当 int.Parse()异常~
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class...
分类:其他好文   时间:2015-04-08 00:42:17    阅读次数:149
C#PC端TCP/IP与安卓通信源代码
控制台程序:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net;using System.Net...
分类:移动开发   时间:2015-04-07 17:13:31    阅读次数:132
第四次作业
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication5{ class...
分类:其他好文   时间:2015-04-06 21:46:48    阅读次数:106
枚举结构和结构类型
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Diagnostics;namespace Cons...
分类:其他好文   时间:2015-04-06 16:57:18    阅读次数:120
矩阵运算 相加,相减,乘标量,相乘
练习下矩阵的基本运算:O(∩_∩)O~ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cons...
分类:其他好文   时间:2015-04-05 16:01:37    阅读次数:111
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!