growing
发布时间:2017-03-06 19:48:58
文件1为key,文件2为key-value(两列),从文件1读取key,然后从文件2中找出value后叠加import re$import urllib2$def itercolumn23(filename, splitregex = '\t'):$ with open(filename, 'rt') as handle:$ &n.........【阅读全文】
发布时间:2017-03-06 19:43:26
wget批量下载图片并重命名,读取一个文件url,文件有两列,第一列为图片地址,第二列为图片的命名。#!/user/bin/bash$$while read src_url des_file$do$ if [ `echo $des_file|grep ^http://www.xxxxxxxxx/` ];then$ //不下载以http://www.xxx.........【阅读全文】