当前位置:网站首页>Timer创建定时器
Timer创建定时器
2022-07-06 23:09:00 【洋啊桑815】
import java.util.Timer;
import java.util.TimerTask;
public class TestDamo {
public static void main(String[] args) {
Timer timer=new Timer();//定时器本身就是一个线程
timer.schedule(new TimerTask() {
@Override
public void run() {
System.out.println(Thread.currentThread()+"执行一次");
}
},3000,2000);
/*
* Timer是单线程,处理多个任务按照顺序执行,存在延时与设置定时器的时间有出入
* 可能会因为其中的某个异常使Timer线程死亡,从而影响后续任务,
* */
}
}
Timer是单线程,处理多个任务按照顺序执行,存在延时与设置定时器的时间有出入
* 可能会因为其中的某个异常使Timer线程死亡,从而影响后续任务,
边栏推荐
猜你喜欢
01机器学习相关规定
AOSP ~Binder 通信原理 (一) - 概要
《四》表单
JDBC link Oracle reference code
U++ 元数据说明符 学习笔记
Flask project uses flask socketio exception: typeerror: function() argument 1 must be code, not str
Basic knowledge of road loss of 3GPP channel model
U++ game learning notes
Analyse approfondie de kubebuilder
基于Bevy游戏引擎和FPGA的双人游戏
随机推荐
Weebly移动端网站编辑器 手机浏览新时代
Salesforce 容器化 ISV 场景下的软件供应链安全落地实践
Error: No named parameter with the name ‘foregroundColor‘
带你遨游银河系的 10 种分布式数据库
File upload vulnerability summary
If you‘re running pod install manually, make sure flutter pub get is executed first.
STM32F103ZE+SHT30检测环境温度与湿度(IIC模拟时序)
精彩速递|腾讯云数据库6月刊
qt 简单布局 盒子模型 加弹簧
DBSync新增对MongoDB、ES的支持
AttributeError: module ‘torch._C‘ has no attribute ‘_cuda_setDevice‘
Addressable 预下载
STM32封装ESP8266一键配置函数:实现实现AP模式和STA模式切换、服务器与客户端创建
c语言神经网络基本代码大全及其含义
《二》标签
Liste des hôtes d'inventaire dans ansible (je vous souhaite des fleurs et de la romance sans fin)
sublime使用技巧
U++4 interface learning notes
【问道】编译原理
Markdown编辑器