青年中文青年中文

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.