用Timer开发的一个定时任务

时间:2020-12-04 04:41:47
【文件属性】:

文件名称:用Timer开发的一个定时任务

文件大小:13KB

文件格式:RAR

更新时间:2020-12-04 04:41:47

定时任务

最近公司项目要用到定时任务,因为是通过接口传送数据,所以我就新建了一个web项目,在web.xml配置文件里配置一个监听器,然后该监听器再继承HttpServlet,同时实现ServletContextListener接口,很简单的一个定时任务的demo,可供大家参考。


【文件预览】:
AddCmpidTimerTask
----.project(1KB)
----src()
--------test()
--------main()
----target()
--------m2e-wtp()
--------classes()
--------test-classes()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(252B)
--------org.eclipse.m2e.core.prefs(90B)
--------org.eclipse.jdt.core.prefs(430B)
--------org.eclipse.wst.validation.prefs(50B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.component(707B)
--------.jsdtscope(639B)
----pom.xml(2KB)
----.classpath(1KB)

网友评论