摘要: 到国家统计局抓取数据, 到该class下解析数据 返回json,处理入库即可。 附件:省市区域信息.zip 阅读全文
posted @ 2016-12-13 18:48 snow__wolf 阅读(241) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # #将解析完毕的日志备份到别的目录 # #日志目录 rjPath=`ls /home/bgftp/orj` #当前时间戳 cur=`date +%s` #一小时 chtm=3600000 for rpath in $rjPath do #获取文件的时间戳 ctm=`date +%s -r /home/bgftp/orj/$rpath` ... 阅读全文
posted @ 2016-12-13 15:44 snow__wolf 阅读(219) 评论(0) 推荐(0) 编辑