上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 102 下一页
摘要: 指令:编译软件最终编译成机器码伪指令:不编译成机器码 只是告诉编译器应该怎么做宏指令 : 将一堆指令合并编写 完成一个特定的任务 这里要让编译器知道是否是宏指令就需要伪指令声明这里举例 lea命令和offset命令lea为机器指令 offset为伪指令比如lea ... 阅读全文
posted @ 2015-04-16 11:21 饺子吃遍天 阅读(771) 评论(0) 推荐(0)
摘要: AH&AL=AX(accumulator):累加寄存器 BH&BL=BX(base):基址寄存器 CH&CL=CX(count):计数寄存器 DH&DL=DX(data):数据寄存器 SP(Stack Pointer):堆栈指针寄存器 BP(Base Pointer)... 阅读全文
posted @ 2015-04-15 16:48 饺子吃遍天 阅读(328) 评论(0) 推荐(0)
摘要: Shuffle过程是MapReduce的核心,也被称为奇迹发生的地方。要想理解MapReduce, Shuffle是必须要了解的。我看过很多相关的资料,但每次看完都云里雾里的绕着,很难理清大致的逻辑,反而越搅越混。前段时间在做MapReduce job 性能调优的工作... 阅读全文
posted @ 2015-04-14 11:19 饺子吃遍天 阅读(212) 评论(0) 推荐(0)
摘要: 1.输入root密码;2.输入fsck,一路yes;3.输入fsck -y /dev/sda1; (# df -h ; # mount | grep ''on /''; # fsck -y /dev/your_partition)4.重启. 阅读全文
posted @ 2015-04-07 10:07 饺子吃遍天 阅读(702) 评论(0) 推荐(0)
摘要: 1->下载hadoop-1.2.1.tar.gztar -zxvf hadoop-1.2.1.tar.gz 解压 这里假设解压的文件在 /root/soft2->创建 hadoop 账户groupadd hadoopuseradd -g haddop -d /hom... 阅读全文
posted @ 2015-03-31 21:57 饺子吃遍天 阅读(175) 评论(0) 推荐(0)
摘要: 主机名文件 /etc/sysconfig/network网络ip配置文件 /etc/sysconfig/network-scripts/ifcfg-eth0shell运行加载的脚本文件 工作目录下/.bash_profile系统启动全局 脚本文件 /etc/pro... 阅读全文
posted @ 2015-03-26 21:10 饺子吃遍天 阅读(106) 评论(0) 推荐(0)
摘要: Step 1: Specify an Instance Identifier (SID) [指定SID]假如这里 我们名字为 hello linux 下 执行命令 :cd $ORACLE_HOME/dbstouch setenv.shvi命令 输入以下内容ORACLE... 阅读全文
posted @ 2015-03-23 22:29 饺子吃遍天 阅读(149) 评论(0) 推荐(0)
摘要: 1.以操作系统权限认证的oracle sys管理员登陆 sqlplus '/ as sysdba' 或者 sqlplus / as sysdba (/和as中间必须有一个空格)2.输入 sqlplus 使用 conn登陆 sqlplus /nolog ... 阅读全文
posted @ 2015-03-23 19:10 饺子吃遍天 阅读(128) 评论(0) 推荐(0)
摘要: [root@localhost oracle]# groupadd oinstall;[root@localhost oracle]# groupadd dba;[root@localhost oracle]# mkdir /u01[root@localhost or... 阅读全文
posted @ 2015-03-18 22:12 饺子吃遍天 阅读(202) 评论(0) 推荐(0)
摘要: http://utopia.knoware.nl/~hlub/uck/rlwrap/ 下载rlwrap-0.42.tar.gz 找到centos7 安装的iso中的 Packages的 ncurses-devel-5.9-13.20130511.el7.x86_64.... 阅读全文
posted @ 2015-03-18 21:46 饺子吃遍天 阅读(406) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 102 下一页