MAC environment configuration scheduled tasks
我想配置个定时任务,就是到某个时间执行代码里的一个文件,或是每隔多长时间执行,开始有了这样想法,但是不知道怎么执行,后来上网查了很多资料,下面是我配置成功的,我整理了一份笔记供供大家参考。
相关推荐:
1.《MAC环境安装php、apache、MacPorts等环境配置》
2.《MAC环境下安装node、vue等环境配置》
3.《MAC环境下Laravel的安装及配置》
开启crontab服务
(1)、用下面命令检查需要的文件是否存在,页面显示 ls: /etc/crontab: No such file or directory 表示crontab文件不存在。
$ ls -al /etc/crontab
(2)、创建crontab文件
$ sudo touch /etc/crontab
(3)、查看 crontab 是否启动
$ sudo launchctl list | grep cron -0com.vix.cron #否 320650com.vix.cron #是
(4)、确保本地现有一个被执行的文件,我在本地新建一个test.txt文件。路径: /Users/gaopeng/Downloads/test.txt
$ cd Downloads #放到Downloads目录下 $ touch test.txt
查看一下这个文件的权限,如果不可读,不可写,还要开一下权限
$ sudo chmod 777 test.txt
(5)、编辑自动执行脚本内容,此内容是临时内容,关机后不保存
$ sudo crontab -e
(6)、每1分钟输出 1234 到脚本(注意使用绝对路径)
*/1 * * * * echo 1234 >> /Users/gaopeng/Downloads/test.txt
(7)、使用crontab执行脚本,如果没有执行,查看脚本是否有执行权限(可忽略)
$ sudo chmod 777 crontab
(8)、查看一下启动项的配置
$ locate com.vix.cron
页面提示/var/db/locate.database) does not exist 表示不存在,需要创建一下
$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
(9)查看配置
$ cat /System/Library/LaunchDaemons/com.vix.cron.plist
(10)、crontab服务的重启关闭,开启
$ sudo /usr/sbin/cron start cron: cron already running, pid: 32065 #页面显示 $ sudo /usr/sbin/cron restart cron: cron already running, pid: 32065 #页面显示 $ sudo /usr/sbin/cron stop
以下示例是在具体项目里配置的定时任务
一、php形式配置
(1)、编辑要执行的内容
*/5 * * * * /opt/local/bin/php56 /Users/mac/git/ssos_web/batch/batch_os_sll.php 2>&1
(2)、被调用batch_os_sll.php的文件的配置
<?php require_once dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'application' .DIRECTORY_SEPARATOR.'app' .DIRECTORY_SEPARATOR.'batch' .DIRECTORY_SEPARATOR.'Controller.php'; Batch_Controller::main_CLI('Batch_Controller', 'batch_lili_yinbiao');
(3)、batch_lili_yinbiao.php业务逻辑文件「这里不做说明」
二、sh 形式的配置:
(1)、编辑要执行的内容
*/2 * * * * bash /Users/mac/git/ssos_web/batch/bin/batch_sh_os_all.sh
(2)、被调用batch_sh_os_all.sh的文件配置
SCRIPT_DIR=`dirname $0` #取当前脚本所在路径的父目录 cd $SCRIPT_DIR#cd到返回的父目录 /usr/bin/php56 ../lcriptt/batch_os_sll.php $1 2>&1
(3)、被调用batch_os_sll.php的文件配置
require_once dirname(dirname(dirname(__FILE__))).DIRECTORY_SEPARATOR.'application' .DIRECTORY_SEPARATOR.'app' .DIRECTORY_SEPARATOR.'batch' .DIRECTORY_SEPARATOR.'Controller.php'; Batch_Controller::main_CLI('Batch_Controller', 'batch_lili_yinbiao');
(4)、batch_lili_yinbiao.php业务逻辑文件「这里不做说明」
以上是我配置的定时任务,可以根据自己的需要执行项目里的文件。如果大家想配置按照上面步骤一步步操作就好,如果哪有不懂可以留言。谢谢大家支持。希望能为小白提供帮助。
The above is the detailed content of MAC environment configuration scheduled tasks. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Introduction: In this article, this website will introduce to you the relevant content about the Mac keyboard not responding when entering passwords. I hope it will be helpful to you, let’s take a look. How to solve the problem that the password cannot be entered on the Apple Mac system? You can also try to connect this keyboard to other computers to see if it works normally. If the same problem occurs on another computer, it's most likely a fault with the keyboard itself. You may consider replacing the keyboard or repairing it. The first time you log in to Alipay with your Mac computer, you will find the login interface and cannot enter your password. The password input field displays: "Please click here to install the control", so Alipay login requires the installation of security controls. Security controls can encrypt and protect the information you enter (amount, password, etc.) to improve account security. Tie

Many Mac users tend to keep the default name of their device and may never consider changing it. Many people choose to stick with the name from the initial setup, such as "Johnny's MacBook Air" or simply "iMac." Learning how to change the name of your Mac is a very useful skill, especially when you have multiple devices, as it can help you quickly distinguish and manage them. Next, we will teach you step by step how to change the computer name, host name and Bonjour name (local host name) in macOS system. Why should you change your Mac name? Changing the name of your Mac can not only show your personality, but also help improve the user experience: Personalize your Mac: The default name may not be to your taste, change it to a name you like.

Introduction: In this article, this website will introduce to you the relevant content about forgetting the password of the Mac installation program. I hope it will be helpful to you, let’s take a look. What to do if you forget your password for Apple computer installation software. First, find iCloud in the phone settings and click to open it. Next, enter your account number and password. There is a line of small words below the login button that prompts you if you have forgotten your ID or password. Click this option. Normally, after you enter an incorrect password multiple times on the login interface, your MacBook Pro will prompt you to use your bound Apple ID to reset your password. You only need to follow the steps prompted by the system to complete the password reset. 3. First shut down your Mac, then restart it. While pressing the power button, immediately press and hold com on the keyboard.

Preface: Today, this site will share with you the relevant content about installing pkg files on Mac. If it can solve the problem you are facing now, don’t forget to follow this site and start now! The previous version of macos pkg cannot be installed to upgrade the operating system: If your laptop is using an older operating system version, it is recommended to upgrade to the latest operating system version. Because older versions may not support installation of the latest macOS system. Select "Erase" in Disk Utility, then select the Macos extension in the format, do not check the encryption option, and do not select the apfs format, and finally click the "Erase" button to solve the problem of being unable to complete the macOS installation. Drag the application's icon to the file starting with App

Introduction: Today, this site will share with you relevant content about how to turn pages when typing on Apple Mac. If it can solve the problem you are facing now, don’t forget to follow this site and start now! Tips for using the touchpad on Apple MacBook laptops. The steps for setting up two-finger sliding on Apple computers are as follows: Find the "Settings" icon on the computer desktop and click it. Select "Touchpad" in the settings interface, and then click "Scroll to Zoom". Check "Scroll direction: Natural" in the scroll zoom options to complete the setting. Setting up a two-finger swipe method on your Apple computer is easy. First, turn on your computer and click on the Settings icon at the top of the screen. In the settings interface, select the "Touchpad" option. Then click "Scroll Zoom" and make sure "Scroll Direction" is checked

Recently, some friends have consulted the editor about how to set up WeChat Mac to automatically convert voice messages into text. The following is a method for setting up WeChat Mac to automatically convert voice messages into text. Friends in need can come and learn more. Step 1: First, open the Mac version of WeChat. As shown in the picture: Step 2: Next, click "Settings". As shown in the picture: Step 3: Then, click "General". As shown in the picture: Step 4: Then check the option "Automatically convert voice messages in chat to text". As shown in the picture: Step 5: Finally, close the window. As shown in the picture:

Preface: Many friends have asked questions about the full screen of the vmmac virtual machine. This article will give you a detailed answer for your reference. I hope it will be helpful to you! Let’s take a look! Mac virtual machine Overwatch has no screen reason: graphics card compatibility issue. If you used to run Overwatch normally but now have a black screen, it may be due to a faulty graphics driver. Solution: Check whether the graphics card supports the game requirements. Update graphics card driver. Try using a different power supply to rule out the second possibility. Check whether there are any abnormalities on the motherboard, such as whether the capacitor is bulged (may have been broken down), whether there is obvious damage to the surface of the motherboard, causing circuit interruption, etc. It is recommended to send the motherboard to a repair station for inspection. If conditions permit, you can consider replacing it with another one.

By default, iPhone takes photos from the camera in HEIC format. HEIC stands for High Efficiency Image Container and can hold more pixel data than PNG or JPG files, taking up significantly less space on iPhone storage compared to other formats. These files work best on iPhones but are not widely accepted on the internet because they often result in blurry/grainy pictures when you share them with non-Apple devices. To ensure that HEIC images are compatible on other devices, you may need to convert them to JPG format. This article will introduce how to convert HEIC images to JPG on Mac. How to Convert HEIC Photos to JPG on Mac [3 Methods] Method
