码迷,mamicode.com
首页 >  
搜索关键字:task    ( 7323个结果
Hadoop源代码分析(Task的内部类和辅助类)
从前面的图中,我们可以发现Task有很多内部类,并拥有大量类成员变量,这些类配合Task完成相关的工作,如下图。MapOutputFile管理着Mapper的输出文件,它提供了一系列get方法,用于获取Mapper需要的各种文件,这些文件都存放在一个目录下面。我们假设传入MapOutputFile的...
分类:其他好文   时间:2015-06-09 19:17:45    阅读次数:130
CodeForces 550A Two Substrings(模拟)
【题目链接】click here~~ 【题目大意】: You are given string s. Your task is to determine if the given string s contains two non-overlapping substrings “AB” and “BA” (the substrings can go in any order). Input...
分类:其他好文   时间:2015-06-09 17:24:38    阅读次数:105
Codeforces550A:Two Substrings
You are given string s. Your task is to determine if the given string s contains two non-overlapping substrings "AB" and "BA" (the substrings can go in any order). Input The only line of...
分类:其他好文   时间:2015-06-09 17:21:51    阅读次数:184
Codeforces550C:Divisibility by Eight
You are given a non-negative integer n, its decimal representation consists of at most 100 digits and doesn't contain leading zeroes. Your task is to determine if it is possible in this case to r...
分类:其他好文   时间:2015-06-09 17:21:09    阅读次数:133
Hadoop源代码分析(Task的内部类和辅助类)
从前面的图中,我们可以发现Task有很多内部类,并拥有大量类成员变量,这些类配合Task完成相关的工作,如下图。   MapOutputFile管理着Mapper的输出文件,它提供了一系列get方法,用于获取Mapper需要的各种文件,这些文件都存放在一个目录下面。 我们假设传入MapOutputFile的JobID为job_200707121733_0003,TaskID为task...
分类:其他好文   时间:2015-06-09 17:21:02    阅读次数:117
android开源框架之 andbase
1.andbase中包含了大量的开发常用手段。 如网络下载,多线程与线程池的管理,数据库ORM,图片缓存管理,图片文件下载上传,Http请求工具,SOAP工具类,异步Task,常用工具类(字符串,日期,文件处理,图片处理工具类等),能够使您的应用在团队开发中减少冗余代码,很大的提高了代码的维护性与开发高效性,能很好的规避由于开发疏忽而导致常犯的错误。 2.andbase封装了大量的常用控件。 如list分页,grid分页,下拉刷新,进度框,图片轮播,表格,多线程下载器,侧边栏,图片上传,轮子选择,图表...
分类:移动开发   时间:2015-06-09 09:52:36    阅读次数:328
How do I use Tasker to run a sync in FolderSync?
First of all the full version is required.The full version works as a Tasker plugin - when you configure a new task in Tasker you are presented with a...
分类:其他好文   时间:2015-06-08 23:04:24    阅读次数:163
C#5.0之后推荐使用TPL(Task Parallel Libray 任务并行库) 和PLINQ(Parallel LINQ, 并行Linq). 其次是TAP(Task-based Asynchronous Pattern, 基于任务的异步模式)
学习书籍: 1--C#5.0之后推荐使用TPL(Task Parallel Libray 任务并行库) 和PLINQ(Parallel LINQ, 并行Linq). 其次是TAP(Task-based Asynchronous Pattern, 基于任务的异步模式). --用AggregateExc...
分类:Windows程序   时间:2015-06-08 21:26:54    阅读次数:420
birt 片段代码
protectedIReportEnginereportEngine=null;protectedIReportRunnabledesign=null;design=reportEngine.openReportDesign(reportFilePath);task=reportEngine.createRunAndRenderTask(design);task.addScriptableJavaObject("listBean",pageList==null?newArrayList<Object[]..
分类:其他好文   时间:2015-06-08 19:57:12    阅读次数:127
cf 550 C Divisibility by Eight
You are given a non-negative integern, its decimal representation consists of at most100digits and doesn't contain leading zeroes.Your task is to dete...
分类:其他好文   时间:2015-06-08 18:53:55    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!