码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
C#面向对象编程练习
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { public class apple ...
分类:Windows程序   时间:2015-05-29 20:22:57    阅读次数:299
并行编程之数据并行
本文来自:http://www.cnblogs.com/luminji/archive/2010/12/02/1894548.html任务并行库(TPL)是.NET Framework4版的System.Threading和System.Threading.Tasks命名空间中的一组公共类型和API...
分类:其他好文   时间:2015-05-29 17:40:34    阅读次数:93
hive全排序
全排序 hive的排序关键字是SORT BY,它有意区别于传统数据库的ORDER BY也是为了强调两者的区别–SORT BY只能在单机范围内排序。 1.1.1? ???例1 set mapred.reduce.tasks=2; 原值 select cookie_id,page_id,i...
分类:编程语言   时间:2015-05-28 18:30:54    阅读次数:185
hive全排序
全排序Hive的排序关键字是SORTBY,它有意区别于传统数据库的ORDERBY也是为了强调两者的区别–SORTBY只能在单机范围内排序。1.1.1例1setmapred.reduce.tasks=2;原值selectcookie_id,page_id,idfromc02_clickstat_fatdt1wherecookie_idIN(‘1.193.131.218.1288611279693.0‘,‘1.19..
分类:编程语言   时间:2015-05-28 18:21:20    阅读次数:199
46. C# -- 部分方法和部分类(partial)
C#2.0 可以将类、结构或接口的定义拆分到两个或多个源文件中,在类声明前添加partial关键字即可。代码:usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceTest { classProgram { staticvoidMain(str..
分类:Windows程序   时间:2015-05-28 18:19:20    阅读次数:164
Celery的任务信息扩展支持库-jobtasctic
jobtastic- Celery tasks plus more awesome Jobtastic makes your user-responsive long-runningCelery jobs totally awesomer. Celery is the ubiquitous python job queueing tool and jobtastic is a python ...
分类:其他好文   时间:2015-05-28 16:30:06    阅读次数:524
hive全排序
1.1 全排序 Hive的排序关键字是SORT BY,它有意区别于传统数据库的ORDER BY也是为了强调两者的区别–SORT BY只能在单机范围内排序。[/url][王黎1] 1.1.1     例1 set mapred.reduce.tasks=2; 原值 select cookie_id,page_id,id fromc02_clickstat_fatdt1 where c...
分类:编程语言   时间:2015-05-28 16:15:06    阅读次数:237
推箱子
推箱子using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ cl...
分类:其他好文   时间:2015-05-28 12:34:15    阅读次数:147
C#通过代码注册COM组件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Diagnostics;using System.I...
分类:Windows程序   时间:2015-05-27 18:44:15    阅读次数:527
Android任务和返回栈完全解析,细数那些你所不知道的细节(最详细的解说了)
本篇文章主要内容来自于Android Doc,我翻译之后又做了些加工,英文好的朋友也可以直接去读原文。 http://developer.android.com/guide/components/tasks-and-back-stack.html 任务和返回栈 一个应用程序当中通常...
分类:移动开发   时间:2015-05-27 10:28:20    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!