1.前言IA32机器码以及汇编代码都与原始的C代码有很大不同,因为一些状态对于C程序员来说是隐藏的。例如包含下一条要执行代码的内存位置的程序指针(program counter or PC)以及8个寄存器。还要注意的一点是:汇编代码的ATT格式和Intel格式。ATT格式是GCC和objdump等工具的默认格式,在CSAPP中一律使用这种格式。而Intel格式则通常会在Intel的IA32架构文档...
分类:
移动开发 时间:
2015-01-17 11:18:22
阅读次数:
644
topology提交前会先判断集群中是否存在同名作业,如果存在在提交失败,如果没有则会增加集群提交次数SubmittedCount,每次提交成功,该变量都会加1,然后会为该作业分配一个id,生成规则如下:
public static String TopologyNameToId(String topologyName, int counter) {
return topologyNam...
分类:
Web程序 时间:
2015-01-16 20:58:00
阅读次数:
534
一开始运行Nutch 2.x 总是报下面这个错误:java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.Counter, but class was expected这个问题足足折腾了2...
分类:
其他好文 时间:
2015-01-16 20:47:15
阅读次数:
1766
Hadoop2.0源码包简介
1、解压源码包:
2、目录结构:
hadoop-common-project:Hadoop基础库所在目录,如RPC、Metrics、Counter等。包含了其它所有模块可能会用到的基础库。
hadoop-mapreduce-project:MapReduce框架的实现,在第一代MR即MRv1中,MapReduce由编程模型(map/redu...
分类:
其他好文 时间:
2015-01-08 18:03:28
阅读次数:
159
http://codeforces.com/problemset/problem/19/B
Bob came to a cash & carry store, put n items into his trolley, and went to the checkout counter to pay. Each item is described by its price ci and...
分类:
其他好文 时间:
2015-01-07 23:35:14
阅读次数:
138
HTTP分析http——Packet Counter http总的统计http.request.method == "GET" http GET请求http.response==1 http所有的响应包 http.response==1 && http.response.code==20...
分类:
Web程序 时间:
2015-01-05 18:30:48
阅读次数:
191
#define rdtscll(val) \__asm__ __volatile__ ("rdtsc" : "=A" (val))example#includeint i;unsigned long e;#define as(p) \__asm__ __volatile__ (p)#define r...
分类:
其他好文 时间:
2015-01-01 23:47:43
阅读次数:
311
Bomb
Description
The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequence of the time bomb counts from 1 to N. I...
分类:
其他好文 时间:
2014-12-30 23:44:59
阅读次数:
302
1. 首先需要引入需要的jar包,如上图所示。 2. 编写需要定时调度的测试类:package com.jp.task;import java.util.Date;public class TestTask{ private static int counter = 0; ...
分类:
编程语言 时间:
2014-12-30 23:35:11
阅读次数:
308
前后缀猜测词义表否定 un- unfair non- nonsmoker in- inexact dis- discontent表相反 un- unbind de- decrease dis- discourage counter- c...
分类:
其他好文 时间:
2014-12-30 23:24:06
阅读次数:
254