timertask信息详情

timertask发音

意思翻译

每小时

相似词语短语

mattock of time and space───时间和空间的麻雀

wasting time───[体]故意拖延时间

part time job───零星工作; 兼职工作

right on time───准时;按时

time and tide wait for no man───时不我与;岁月不待人

common time───n.普通拍子,四分之四拍;普通拍子;四分之四拍

l the time───我的时间

time faibania───费巴尼亚时间

by the time of───到……的时候

song time───欢唱时间

双语使用场景

The java.util.Timer and TimerTask classes provide convenient and relatively simple ways to execute tasks on a periodic or one-shot delayed basis.───Timer和timertask类提供了方便、相对简单的方法可在定期或一次性延迟的基础上执行任务。

The TimerTask class has a cancel method that you can use to cancel subsequent invocations of the task.───timertask类有一个cancel方法,可以用它取消对任务的后续调用。

Each of the schedule methods takes an object extending the TimerTask class as its first parameter.───每个schedule方法都采用一个扩展了timertask类的对象作为自己的第一个参数。

This article presents a general framework of the program Timer and TimerTask to allow more flexible planning task.───本文展示了一个通用的Timer和TimerTask计划框架,从而允许更灵活的计划任务。

With the Timer class, you can have a TimerTask that runs for a long time, blocking other tasks from running.───借助Timer类,您可以拥有一个长时间运行的TimerTask,阻止其他任务运行。

英语使用场景

Timer has a number of schedule() overloads, indicating whether a given task is to be one-shot or a repeating, and takes a TimerTask instance to fire.