摘要: #!/bin/sh#statistics newplive logsSOURCELOGS=$1if [ "$#" != 1 ];thenecho echo "please input file!"echo "eg:/home/liqiu/newlive_090807.log"echo exit 3;... 阅读全文
posted @ 2013-09-25 19:00 李秋 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: for((i=1;i<=10;i++)); do PYTHONPATH=lib/ bin/cupid -c conf/config.cfg -u http://shop33220311.taobao.com/?tbpm=4 -s test/ -p xx; sz test/xx_*; done;数组遍... 阅读全文
posted @ 2013-09-25 18:59 李秋 阅读(2381) 评论(0) 推荐(0) 编辑
摘要: 最常用的日期处理Date d=new Date(); SimpleDateFormat df=new SimpleDateFormat("yyyy-MM-dd"); System.out.println("今天的日期:"+df.format(d));System.out.println... 阅读全文
posted @ 2013-09-25 17:58 李秋 阅读(801) 评论(0) 推荐(0) 编辑