Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1255128
  • 博文数量: 168
  • 博客积分: 3483
  • 博客等级: 中校
  • 技术积分: 1696
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-06 13:17
文章分类

全部博文(168)

文章存档

2015年(6)

2014年(9)

2013年(47)

2012年(11)

2011年(13)

2010年(18)

2009年(11)

2008年(42)

2007年(11)

发布时间:2013-09-25 10:57:34

点击(此处)折叠或打开# cat /usr/local/bin/xmlrpc-client.sh#!/bin/bash# author jiyin@redhat.comTEMP=`getopt -o vt: --long target -n 'example.bash' -- "$@"`if [ $? != 0 ] ; then echo "getopt fail, terminating...".........【阅读全文】

阅读(1326) | 评论(0) | 转发(0)

发布时间:2013-09-17 15:50:19

编码规范是技术上的遮羞布http://www.aqee.net/why-i-have-given-up-on-coding-standards/http://www.hksilicon.com/kb/articles/187511看到一个黑编码规范的,很有煽动性;虽然不赞同没有编码规范,但是里面的一些话还是有道理,单纯又规范不足以产生号的代码。-----------------------------------每个程序员.........【阅读全文】

阅读(1179) | 评论(0) | 转发(0)

发布时间:2013-08-31 14:39:00

点击(此处)折叠或打开#!/bin/sh# filename: msmtp_send# Copyright 2010 wkt # modified by yinjianhong, used for send review request mail.# modified by jiali, add option for cc|to.........【阅读全文】

阅读(1523) | 评论(0) | 转发(0)

发布时间:2013-08-31 14:21:19

点击(此处)折叠或打开#!/bin/bash#author: yin-jianhong@redhat.comdir=.kkk$$pkglist=`rpm -q --qf "%{NAME}\n" "$@" | sort -u | xargs`name=${pkglist// /__}.........【阅读全文】

阅读(1046) | 评论(0) | 转发(0)

发布时间:2013-08-31 14:05:23

点击(此处)折叠或打开usage() {    echo "usage: $0 < =|eq '>'|gt '='|ge '......【阅读全文】

阅读(931) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

大鬼不动2010-08-10 00:19

回复  |  举报

chinaunix网友2008-01-10 18:13

很有个性的想法,很有个性的生活------只看一眼

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册