zoukankan      html  css  js  c++  java
  • [苹果maccms] MACCMS苹果cms宝塔定时任务添加教程说明

    定时任务目前内置了 采集资源、生成静态 2个执行操作

    1,采集资源

    执行文件:选择 采集collect

    附加参数:可从联盟资源库,自定义资源列表中获取(在采集今日,采集本周,采集全部 右键复制链接)截取参数部分即可。

    例如:

    任务名称:cj_day

    任务描述:采集当天数据

    附加参数:

    1. ac=cjall&h=24&xt=1&ct=&cjflag=b9c546ba925d22ed654927b44638df34&cjurl=http://cj.tv6.com/mox/inc/youku.php

    2,生成静态

    执行文件:选择生成make

    附加参数:

    例如:

    生成首页 ac=index

    生成地图页 ac=map

    生成rss  ac=rss

    生成百度sitemap  ac=rss&ac2=baidu

    生成谷歌sitemap  ac=rss&ac2=google

    生成专题首页  ac=topic_index

    生成专题详情页  ac=topic_info&topic=1,2,3,4

    生成视频分类页  ac=type&tab=vod&vodtype=1,2

    生成当日有更新数据的视频分类  ac=type&tab=vod&ac2=day

    生成文章分类页  ac=type&tab=art&arttype=3,4

    生成当日有更新数据的文章分类  ac=type&tab=art&ac2=day

    生成自定义页面  ac=label&label=rand.html

    生成视频详情页  ac=info&tab=vod&ids=1,2,3

    生成未生成视频详情页 ac=info&tab=vod&ac2=nomake

    生成文章详情页  ac=info&tab=art&ids=1,2,3

    生成未生成文章详情页 ac=info&tab=art&ac2=nomake

  • 相关阅读:
    16-1-6 kafka的操作
    16-1-5:MapReduce
    MapReduce概述
    MapReduce的代码实现过程分析
    MapReduce
    HDFS2—SequenceFile(小文件的解决方案)
    HDFS2—federation
    hdfs
    缓解爬虫ip被封的概率
    zookeeper集群搭建
  • 原文地址:https://www.cnblogs.com/94YY/p/13207756.html
Copyright © 2011-2022 走看看