
linux
文章平均质量分 76
aheroboy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Install required packages on linux box
here are some pacakages would be installed:jdkant,subversion,tomcat,orcacle.============================================================todays task is get jdk&ant&subversion installatio原创 2011-06-23 00:28:00 · 381 阅读 · 0 评论 -
How to get user information say: passwd
#include #include #include using namespace std; int main(){ register struct passwd *pw; register uid_t uid; int c; uid = geteuid(); pw = getpwuid(uid);原创 2013-07-03 11:55:23 · 447 阅读 · 0 评论 -
Hello Mapper And Reduce
紧接Hello Hadoop,这一次尝试实现Mapper And Reduce. 环境接上,唯一改变的是类: 实现类: package org.aheroboy.hadoop; import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuratio原创 2012-11-24 22:08:21 · 506 阅读 · 0 评论