Toolkits add_keys.php //添加关键词至话题表 cate_topic.php //初步筛选关键词类目 搜狗分类不封IP cate_tiny.php //初步筛选关键词类目 搜狗分类不封IP cate_count_topic.php //统计分类数量 Spider tt_search.php //搜索文章数据 tt_toutiao_keys.php //头条长尾词 tt_baidu_sug_keys.php //百度下拉词 tt_iid2content.php //采集文章详情 client mini 240×180 缩略图 thumb 320x240 标清 SD 640×480 高清 HD 800x600 原图 1024x768 find /www/wwwroot/mzc_albums/www/static/ -type f -iname "*.jpg" -print0 | \ parallel -0 -j24 --bar ' src_file="{}" rel_path="${src_file#/www/wwwroot/mzc_albums/www/static/}" dest_file="/www/wwwroot/mzc_albums/www/640x480/$rel_path" dest_dir="$(dirname "$dest_file")" # 创建目标目录 mkdir -p "$dest_dir" # 智能判断横竖图并缩放[3,7](@ref) convert "$src_file" -resize "$( identify -format "%[fx:(w>h)?640:480]x%[fx:(w>h)?480:640]" "$src_file" )" "$dest_file" '