自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zlpdaisy的专栏

永远要记得前进的步伐!

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

转载 linux shell 检查进程PID

<br />转自:http://www.linuxdiyf.com/viewarticle.php?id=108103<br /> <br />#<br /># check the pid of such program<br />#<br />checkPid() {<br /> if [ -z "`ps x | grep $1 | grep -v grep | grep -v $0 | awk '{print $1}'`" ]; then<br /> echo "

2011-02-28 12:11:00 1442

原创 Multiple process create and delete the same name file conflict

<br />When multiple process create and delete the same name file in the same place in a time, it will cause conflict.<br />For example, if the Process A and Process B both create file named "test.txt" in same place in hadoop hdfs, and A, B both need to del

2011-02-14 17:59:00 638

原创 Brand-new 2011 career & work

Mon., Feb.14th, 2011. My first formal working day for 2011. Expecting my brand-new 2011...

2011-02-14 16:56:00 1054

空空如也

空空如也

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

TA关注的人

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