全部博文(168)
发布时间:2013-09-27 16:06:51
点击(此处)折叠或打开#1、strip_c_comment1.awk 正则方法BEGIN { ORS = "" }{ code = code $0 "\n" }END { while ( length(code) ) &nbs.........【阅读全文】
发布时间: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...".........【阅读全文】
发布时间: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看到一个黑编码规范的,很有煽动性;虽然不赞同没有编码规范,但是里面的一些话还是有道理,单纯又规范不足以产生号的代码。-----------------------------------每个程序员.........【阅读全文】