Drupal:基本CronJob示例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal:基本CronJob示例相关的知识,希望对你有一定的参考价值。

The Drupal website will be updated every 45 minutes after the hour.
  1. #Step 1: Open Terminal and type 'which curl'
  2. # It might return something like /usr/bin/curl
  3.  
  4. #Step 2: In Terminal type 'crontab -e' or if you have TextMate type 'crontab'
  5.  
  6. #Step 3: Paste this code
  7. 45 * * * * /location/of/curl --silent --compressed http://localhost/cron.php

以上是关于Drupal:基本CronJob示例的主要内容,如果未能解决你的问题,请参考以下文章

Javascript代码片段在drupal中不起作用

Drupal 6 视图 2:PHP 片段

html PHP代码片段: - AJAX基本示例:此代码演示了使用PHP和JavaScript实现的基本AJAX功能。

Drupal标题徽标和网站名称片段页面.tpl.php

Drupal 自定义表单记住文本字段数据

drupal 7中的所有配置正确的简单示例表单显示“找不到页面”..为什么......?