码迷,mamicode.com
首页 >  
搜索关键字:task    ( 7323个结果
hadoop作业调优参数整理及原理
1 Map side tuning参数1.1 MapTask运行内部原理 当map task开始运算,并产生中间数据时,其产生的中间结果并非直接就简单的写入磁盘。这中间的过程比较复杂,并且利用到了内存buffer来进行已经产生的部分结果的缓存,并在内存buffer中进行一些预排序来优化整个map.....
分类:其他好文   时间:2014-05-20 01:54:58    阅读次数:341
java 加载图片的几种方式
项目目录--src--testTable--image--active.gif||_Task.class方法1:通过项目目录访问。Stringa=System.getProperty("user.dir");//得到项目目录StringactiveString=a+"\\src\\testTable...
分类:编程语言   时间:2014-05-19 21:38:35    阅读次数:508
Android 使用系统的Activity播放音频文件 intent
Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(Intent.ACTION_VIEW); inten...
分类:移动开发   时间:2014-05-17 19:03:17    阅读次数:257
Android:调用其他程序中的activity和Permission Denial: starting Intent 错误解决办法
今天想调试多个task中栈的情况,在测试程序中调用另一个程序的activity,代码片段如下:[java]view plaincopybtnStartX=(Button)findViewById(R.id.btnStartX);btnStartX.setOnClickListener(newView...
分类:移动开发   时间:2014-05-16 09:18:41    阅读次数:449
23+ Useful HTML5 Open Source Online Video Players & Libraries,
Akamai’s Open Video Player for HTML5 Akamai has released a new Open Video Player for HTML5 developer toolkit, aimed at simplifying the task of creati....
分类:Web程序   时间:2014-05-16 08:37:40    阅读次数:615
Activity和任务Task
在这之前,你要知道Task就是一个堆栈,栈顶的activity就是当前显示的activity,启动一个新的activity的时,一般直接压入堆栈,并成为当前运行的activity,前一个activity仍然在堆栈中,按下back键时,当前activity出栈,而前一个恢复为当前运行的activity...
分类:其他好文   时间:2014-05-16 00:40:58    阅读次数:521
Linux Kernel HomeWork---/proc/mtest
Memory management1.listvmastatic void mtest_dump_vma_list(void){ struct task_struct *task = current; //get the task_struct of the current process stru...
分类:系统相关   时间:2014-05-15 22:29:30    阅读次数:555
hadoop-mapreduce中maptask运行分析
MapTask运行通过执行.run方法: 1.生成TaskAttemptContextImpl实例,此实例中的Configuration就是job本身。 2.得到用户定义的Mapper实现类,也就是map函数的类。 3.得到InputFormat实现类。 4.得到当前task对应的InputSplit. 5.通过InputFormat,得到对应的RecordReader。 6.生成Re...
分类:其他好文   时间:2014-05-14 14:31:59    阅读次数:381
SQL Server 多实例下的复制
原文:SQL Server 多实例下的复制一.本文所涉及的内容(Contents)本文所涉及的内容(Contents)背景(Contexts)搭建步骤(Procedure)注意事项(Attention)二.背景(Contexts) 在服务器A有一个数据库Task,需要把部分表部分字段发布订阅到服务器...
分类:数据库   时间:2014-05-14 10:34:57    阅读次数:555
HDU3920:Clear All of Them I(状态压缩)
Problem Description Acmers have been the Earth Protector against the evil enemy for a long time, now it’s your turn to protect our home.   There are 2 * n enemies in the map. Your task is to clear a...
分类:其他好文   时间:2014-05-13 11:29:40    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!