自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 linux命令列表

关键字: create user linux Create a user named nxuser. 1. As root user, type #groupadd -g nxgroup #useradd -g nxgroup nxuser. 关键字: linux 创建新用户,更改密码 1.# 表示权限用户(如:root),$ 表示普通用户 开机提示 ogin:输

2014-01-08 21:36:05 670

转载 linux为用户添加sudo权限

link:  http://hi.baidu.com/rbhimzhwlmahrur/item/b7558e16aecdd9fe65eabf8d 用sudo时提示"xxx is not in the sudoers file. This incident will be reported.其中XXX是你的用户名,也就是你的用户名没有权限使用sudo,我们只要修改一下/etc/sudoers文

2014-01-08 19:33:14 599

转载 Pig Distinct by fields

PIG自带的distinct只支持整条记录相同的过滤,并不支持对某些字段的distinct PIG的说明如下 You cannot use DISTINCT on a subset of fields. To do this, use FOREACH…GENERATE to select the fields, and then use DISTINCT (seeExample: Nest

2014-01-06 18:34:36 569

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除