网站首页  词典首页

请输入您要查询的英文单词:

 

单词 cron
释义

cron

美 ['kr?n]
英 ['kr?n]
  • n.克龙
  • 网络排程;计划任务表;定时任务
n.
1.
克龙

例句

释义:
1.
As with a system configuration, the normal Cron facility should be used for hourly or other intervals that are shorter than a day.
和系统配置一样,普通Cron工具应当每小时运行一次或使用小于一天的时间间隔。
www.ibm.com
2.
You will be able to call this task from the command line, enabling you to automate the task using a scheduler like cron.
您将能够通过命令行调用这项任务,使您可以使用诸如cron之类的调度程序自动执行任务。
www.ibm.com
3.
With the Z-Cron task scheduler with which you are able to execute tasks on your PC automatically and time-triggered.
随著的Z-玉米任务调度与您能够执行任务,你的电脑会自动和时间触发。
cheap.yourabusedbitch.com
4.
You can set this script up to run periodically as a cron job or for FTP and CIFS (Windows file share) use as an automatic converter.
还可以将这个脚本设置成定期运行的cron作业或供FTP和CIFS(Windows文件共享)使用自动转换器。
www.ibm.com
5.
The URL of this file is usually added to a cron job so that it is regularly retrieved, so that new email posts are accepted.
这个文件的URL通常添加到cronjob,这样会定期重新获得URL,就会接到新的电子邮件文章。
www.zzbaike.com
6.
In addition, it's a good idea to change security keys every once in a while, and you can schedule a cron job to remind you of that as well.
此外,每隔一段时间修改一次安全密钥也是个好主意,也可以调度一个cron作业来提醒自己及时更改安全密钥。
www.ibm.com
7.
The only other mandatory setting for those services is the frequency, which must be specified by a cron-like expression.
这些服务还有另一个必需的设置——频率,必须用与cron相似的表达式指定频率。
www.ibm.com
8.
Now that you can call it from the command line, you know you can batch it, cron it, or schedule it.
现在可以通过命令行调用,您可以对脚本进行批处理、cron或调度。
www.ibm.com
9.
The dumpcheck command is usually included in the root cron to estimate the size needed for a system dump.
dumpcheck命令通常包含在rootcron中,用于估计系统转储所需的大小。
www.ibm.com
10.
Here, man discovered the man pages of those utilities whose one-line descriptions contained the word cron.
在本示例中,man找出了一些实用工具的man页面,其中有一行描述内容中包含单词cron。
www.ibm.com
1.
Normally the system administrator attempts to spread out the workload on a system by scheduling job processing through cron.
一般情况下,系统管理员通过cron调度作业处理,尝试让工作负载比较均衡地分布。
www.ibm.com
2.
Consider adding a cron job to remind yourself to check your backups at least once per month.
考虑添加cron作业来提醒自己每月至少检查一次备份。
www.ibm.com
3.
If you wanted to, you could set up a cron job to enforce the rules periodically.
如果愿意的话,可以通过设置cron作业定期地实施规则。
www.ibm.com
4.
Schedule this script to be run once a week using padmin's cron (see Listing 5).
使用padmin的cron,将该脚本安排为每个星期执行一次(请参见清单5)。
www.ibm.com
5.
Usually turned off in cron, this utility allows you to capture data for historic trending and analysis.
这种实用工具允许捕捉数据进行历史趋势研究和分析,通常在cron中没有开启它。
www.ibm.com
6.
The cron facility seems the natural place to turn the extra instance on and off on a preset schedule.
cron工具仍然是使额外实例按预设方案启动或关闭的天然场所。
www.ibm.com
7.
Most application servers don't ship with capabilities to run cron or daemon jobs without significant modifications.
大多数应用服务器不具有无需进行大量修改而运行cron或daemon作业的能力。
www.ibm.com
8.
Unlike Cron, which runs as a daemon, Anacron runs as an ordinary process and then terminates.
Cron是作为守护进程运行的,与此不同的是,Anacron是作为普通进程运行并终止的。
www.ibm.com
9.
Eventually a cron job will be set up to run the build nightly.
还将设置一个定时任务在夜间运行构建。
www.ibm.com
10.
Of these two types, system Cron jobs are the more important.
对于这两种作业而言,系统Cron作业更加重要一些。
www.ibm.com
1.
The preceding instructions assume that Anacron will be used to run system Cron jobs.
前面的步骤假设将Anacron用于运行系统Cron作业。
www.ibm.com
2.
Rather than wait for the scheduled cron job to take place, you then use the exec PHP function to start the script and convert the file.
这时,可以不必等待计划的cron作业的发生,而是使用execPHP函数来启动这个脚本并转换该文件。
www.ibm.com
3.
To make a flow run hourly on the hour, you can use a UNIX cron job, which can provide rich semantics to control job scheduling.
要让流准时发生,可以使用UNIXcron作业,该命令可提供丰富的语义来控制作业执行计划。
www.ibm.com
4.
The data that you collect from nmon (see Figure 3) is available either from your screen or through reports that usually are run from cron.
从nmon收集的数据(请参见图3)可从屏幕查看,也可以通过通常从cron运行的报告查看。
www.ibm.com
5.
Cron is intended to launch programs in an unattended manner at specified times.
Cron的设计目的是在无人值守的情况下,在指定的时间启动程序。
www.ibm.com
6.
Just log in and click on "Scheduled Cron Jobs" under "System" from the sidebar.
登录并且点击侧边栏“系统(System)”下的“调度时钟守护任务(ScheduledCronJobs)”。
www.bing.com
7.
Running background tasks (cron) have to be very very well engineered too, because the same rule applies.
运行后台任务(cron)不得不做得非常好,因为要遵守同样的规则。
www.bing.com
8.
The same technique shown previously using the at scheduler can of course be used with the cron scheduler as well.
当然,前面使用at调度程序的技术也可以改为使用cron调度程序。
www.ibm.com
9.
Jobs that require sequential processing can be submitted to the job spooler through cron by running each job one minute apart.
需要连续处理的作业可以通过cron提交给作业假脱机程序,每个作业间隔一分钟。
www.ibm.com
10.
Instead, a ZODB administrator will typically establish a cron job to perform the operation regularly.
相反,ZODB管理员通常将建立一个cron作业来定期执行该操作。
www.ibm.com
1.
The backup script can be automated using the cron command, which controls scheduled events in Linux.
备份脚本可以使用cron命令来自动化,这个命令控制Linux中预定的事件。
www.ibm.com
2.
This code, when run from cron periodically, picks up any changes in the manifests and applies them to the cloud server.
当从cron定期地运行时,这些代码就会收集显示中的任何变更,然后将它们应用到云服务器。
www.ibm.com
3.
You should run this automatically using cron -- once a day should be fine (the process is comparatively time consuming).
您应该使用cron来自动地运行这项任务,每天一次比较合适(因为这个过程是比较耗时的)。
www.ibm.com
4.
Generate dashboard. html by scheduling execution of dashboard. xq using cron (and wget or curl).
通过调度dashboard.xq的执行来生成dashboard.html,使用cron(和wget或curl)。
www.ibm.com
5.
Cron jobs to have a valid From field, set one these environment variables before sending any mail messages.
为了使你的cron任务发送的邮件有一个合法的From字段,请在发信之前设置一个环境变量就可以了。
blog.chinaunix.net
6.
Increasing the reliability of cron scheduled job processing by eliminating errors caused by variations in processing time.
通过消除处理时间变化造成的错误,提高cron调度的作业处理的可靠性。
www.ibm.com
7.
When Cron jobs fail to run, various problems can occur.
当Cron作业无法运行时,各种问题就随之而来。
www.ibm.com
8.
Chances are, these man pages explain how to use cron, the system job-scheduling daemon.
这些man页面中可能解释了如何使用cron,这是一个负责系统任务调度的守护进程。
www.ibm.com
9.
Anacron is designed to supplement, rather than replace, Cron.
Anacron的目的是补充Cron,而不是替代它。
www.ibm.com
10.
Here is a simple cron configuration to run a PHP script once a day at 11 p. m.
下面是一个简单的cron配置,它在每天晚上11点运行一个PHP脚本
www.ibm.com
1.
You may also have to vary the times at which your cron jobs run.
可能还必须修改运行cron作业的时间。
www.ibm.com
2.
You can then obtain and install the software, configure it, and link it to your existing Cron configuration.
随后,您可以获取、安装并配置该软件,然后将它链接到现有的Cron配置。
www.ibm.com
3.
Azkaban is an open source workflow system for Hadoop, providing cron-like scheduling and make-like dependency analysis, including restart.
Azkaban是个面向Hadoop的开源工作流系统,提供了类似于cron的调度,类似于make的依赖分析,还包含了重启。
www.infoq.com
4.
In either case, you just edit the files and cron will notice them automatically.
在任何情况下,您只需编辑这些文件,cron将会自动处理它们。
debian.fr
5.
The next step, then, is to write the servercontrol script, which is run from cron to start servers on demand.
然后,下一步是编写服务器控制脚本,这个脚本是从cron执行的,并根据要求启动服务器。
www.ibm.com
6.
Notice that it is somewhat more compact than the corresponding output from the cron job.
注意,这里的输出比对应的cron作业输出要简单一些。
www.ibm.com
7.
You can also achieve some interesting effects by running stand-alone PHP scripts with cron or another scheduler.
您还可以将独立的PHP脚本和cron或其他日程安排程序一起使用,从而实现一些有趣的效果。
www.ibm.com
8.
The cron facility works well for systems that run continuously.
cron适合那些连续运行的系统。
www.ibm.com
9.
There is one for Unix and Mac already (it uses bash and cron), but Windows users still need a solution.
Unix和Mac已经有了这样的一个脚本(它使用了bash和cron),但是Windows用户仍缺少解决方案。
tor.ccc.de
10.
They are extremely limited and can only run application processes, not system daemons such as inetd or cron.
它们具有一定的局限性,只能运行应用程序进程,而不能运行inetd或cron之类的系统守护进程。
www.ibm.com
1.
In contrast, there's an easy way to specify cron jobs to be run at later times.
相反,能够简便地指定在以后运行的cron作业。
www.ibm.com
2.
Specifying the full path in your batch or cron job will help ensure proper execution regardless of the user that executes the job.
在批处理或cron作业中指定完整路径将帮助确保正确执行,而不管执行作业的是哪个用户。
www.ibm.com
3.
You must co-ordinate the creation of the cron job with the deployment of the message flows.
可以对cron作业的创建和消息流的部署进行协调。
www.ibm.com
4.
cron, git, vi, and many other commands recognize dot files, too.
vi,以及其他许多命令都能识别点文件。
www.ibm.com
5.
This is an Apache-licensed replacement for init, cron, and inetd on other UNIX-like systems.
这是一个Apache授权的,用以代替其他类似UNIX系统上的init,cron和inetd的进程。
www.bing.com
6.
If you can call it from the command line, you can schedule it, batch it, or cron it.
如果可以从命令行调用脚本,则可以对脚本进行调度、批处理或cron。
www.ibm.com
7.
Taking another example: the crond (cron daemon) service (S90crond in Listing 1) also runs after the network has started.
再来看另外一个例子:crond(crondaemon)服务(在清单1中的S90crond)也是在network启动之后运行。
www.ibm.com
8.
However, unless you have a cron file that uses files on a remote machine, there is no reason that crond should not start before the network.
可是,如果您没有使用远程机器文件的cron文件,那么就应该让crond在network之前启动。
www.ibm.com
9.
One tip: Set up a cron job inside GAE to load your own website every 2 to 3 minutes to keep the JVM active.
一个建议:在GAE内建立cron作业以便每2到3分钟加载一次您自己的网站,从而保持JVM活跃。
www.ibm.com
10.
You should have a cron task that periodically checks whether knockd is still alive and restarts it, if needed.
应该通过一个cron任务定期检查knockd是否仍然在运行并在需要时重新启动它。
www.ibm.com
1.
You can delete all scheduled cron jobs using the cron command with the -r option as illustrated in Listing 10.
可以使用cron命令和-r选项删除所有调度的cron作业,见清单10。
www.ibm.com
2.
I created a new cron job for the load. sh script.
我为load.sh脚本创建了一个新的cron作业。
www.ibm.com
3.
Run the script as a cron job.
以cron作业的形式运行脚本。
www.ibm.com
4.
You can use runstats either by using a cron job or by manually using a script.
您可以通过使用一个cron作业或手动使用一个脚本来使用runstats。
www.ibm.com
5.
quietude is the cron of life.
平静是生命的皇冠。
www.fastmv.com
6.
A name for the job (cron. daily in the preceding example).
作业名(前例中为cron.daily)。
www.ibm.com
7.
Most significant in this area is support for cron-style scheduling in addition to the EJB 3. 0 interval based timer API.
除EJB3.0基于间隔的计时器API外,这个领域最重大的改进是对cron风格调度的支持。
www.ibm.com
8.
You should automate the creation of snapshots by running Listing 9 from cron.
通过从cron中运行清单9中的代码可以自动创建快照。
www.ibm.com
9.
The code in Listing 9 should be run from cron every 5 minutes.
清单9的代码应该在cron中每5分钟执行一次。
www.ibm.com
10.
Refer to our previous tip Job scheduling with cron and at to learn how to set your own crontab for your new alarm clock.
请参考前一篇技巧文章Jobschedulingwithcronandat,学习如何针对新的闹钟程序设置crontab。
www.ibm.com
1.
So, how does cron work?
那么,cron是如何工作的?
www.ibm.com
2.
Including a command-line version, grsync-batch, that lets you run Grsync sessions from a cron-scheduled run, for example.
包含一个命令行版本grsync-batch,可以使用它从cron作业运行Grsync会话。
www.ibm.com
3.
While it can run application daemons, it does not run any daemons, such as inetd or cron.
虽然它可以运行应用程序守护进程,但它并没有运行任何守护进程,如inetd或者cron。
www.ibm.com
4.
For example, if you have a backup script, you can run it stand-alone via cron, or you can wrap it in a PHP script and then run it.
例如,如果您一个备份脚本,您可以通过cron运行它,或者将它打包到PHP脚本后在运行。
www.ibm.com
5.
Users can place calls such as this in their personal Cron configurations, or they can use their login scripts to do the job.
用户可以在其个人Cron配置中使用这类调用,或者使用自己的登录脚本完成作业。
www.ibm.com
6.
Mathematical Modeling the Effects of Light, Temperature and Water on Cron Dry Matter Accumulation
光温水耦合对玉米干物质积累影响的数学模型
www.genetics.ac.cn
7.
Determination of Chloride in Cron by Suppressed Anion Exchange Chromatography
离子色谱法测定玉米粉中氯含量
www.ilib.cn
8.
The Influence of Different Irrigation Water Volumes on the Yield of Different Cron Varieties
不同灌水量对玉米不同品种产量的影响
www.ilib.cn
9.
Effect of Spraying Growth Regulator Agents and Micro-fertilizers on Spring Cron in Dryland
旱地春玉米喷施生长调节剂和微肥效应研究初报
www.ilib.cn
10.
Yield-increasing Effect of Drought-resistant Agent Dressing Cron Seed in Dryland
旱地玉米采用抗旱剂拌种的增产效果简报
service.ilib.cn
1.
Studies on Solid State Fermentation for Cron Stalk by Trichoderma koningii Producing Cellulase
康宁木霉固态发酵秸秆生产纤维素酶的研究
service.ilib.cn
2.
The knight iron cron cross with oak leaf
台产橡叶骑士勋章
stores.ebay.com.cn
3.
The Study and Design of Cron Manuring and Feeding Machinery
条带玉米施肥播种机具的研究与设计
www.ilib.cn
4.
Would you like to setup Scanner update as cron task ? [y] y
您想把联网升级设置为周期任务吗?[是]
zhidao.baidu.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/12 0:39:30