码迷,mamicode.com
首页 >  
搜索关键字:timer 任务调度    ( 4036个结果
storm定时器timer源码分析-timer.clj
storm定时器timer源码分析-timer.clj
分类:其他好文   时间:2014-08-24 16:34:22    阅读次数:265
Matlab学习---------GUI时间显示,timer定时器
Matlab学习---------GUI时间显示,timer定时器...
分类:其他好文   时间:2014-08-24 11:46:12    阅读次数:823
Linux内核定时器
一、内核定时器定义:struct timer_list { struct list_head entry; unsigned long expires; void (*function)(unsigned long); unsigned long data; struc...
分类:系统相关   时间:2014-08-24 11:30:02    阅读次数:241
Spring : 调度任务 (Maven版本)
[该教程翻译自Spring官方,并进行适当删减。] 任务调度是一种常用的功能,比如定期更新系统日志等。 你将搭建的 使用Spring的@Scheduled注解在控制台每5秒钟打印出当前时间。...
分类:编程语言   时间:2014-08-23 21:44:11    阅读次数:299
flash Timer 性能优化,每几秒间隔一次
timer.stop后timer.currentCount没有重置,timer.reset后,currentCount重置了。package game.mananger{ import flash.events.TimerEvent; import flash.utils.Diction...
分类:其他好文   时间:2014-08-23 09:53:50    阅读次数:195
Head first javascript(三)
setTimeout, 单位是毫秒setTimeout ( time code, timer delay );eg:setTimeout("alert('wake up!')", 100000);The document object表示网页代码本身修改用户窗口(不是整个浏览器)的大小,可以用bod...
分类:编程语言   时间:2014-08-23 08:46:10    阅读次数:200
实现霓虹灯闪烁效果(UI)
//延展添加对象 @interface AppDelegate () {     UIView *_containerView;     NSTimer *_timer; } @end //- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictiona...
分类:其他好文   时间:2014-08-22 14:35:37    阅读次数:260
HashedWheelTimer 原理
HashedWheelTimer 是根据Hashed and Hierarchical Timing Wheels: Data Structures for the Efficient Implementation of a Timer Facility这篇论文做出来的.HashedWheelTim...
分类:其他好文   时间:2014-08-22 00:03:05    阅读次数:263
java计划任务调度框架quartz结合spring实现调度的配置实例代码分享
点击链接加入群【JavaEE(SSH+IntelliJIDE+Maven)】:http://jq.qq.com/?_wv=1027&k=L2rbHv 一:quartz简介 ? ? ? ?OpenSymphony 的Quartz提供了一个比较完美的任务调度解决方案。 ? ? ? ?Quartz 是个开源...
分类:编程语言   时间:2014-08-21 22:58:25    阅读次数:599
初学JS——实现基于计时器的小游戏。
这几天一直在看网易云课堂上免费的JS课程,正好今天看到讲了计时器setInterval,第一感觉就是像C#里的TIMER。然后课程里举得例子正好通过计时器改变新生成窗口的位置,然后就突然有了灵感!可以写一个“抓住我”的小游戏。 因为刚学JS懂的实在很少,所以就通过自己已经学过的内容实现了,主要...
分类:Web程序   时间:2014-08-21 21:02:34    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!