码迷,mamicode.com
首页 >  
搜索关键字:scheduling    ( 367个结果
android--Scheduling Repeating Alarms学习
原文地址:http://developer.android.com/training/scheduling/alarms.html Alarms (based on the AlarmManager class) give you a way to perform time-based operations outside the lifetime of your applicati...
分类:移动开发   时间:2014-05-25 04:31:48    阅读次数:488
Spring.Scheduling.Quartz的使用
最近因使用Spring.Net框架而接触、了解到其与Quartz.Net的集成,即Spring.Scheduling.Quartz模块。 Spring通过对Quartz.Net的封装,采用了spring核心注入思路,给我们提供更为简单、便利的使用方式。当然直接使用Quartz.Net也是可以的。 在...
分类:编程语言   时间:2014-05-24 06:49:54    阅读次数:298
PCB常见的拓扑结构
1.点对点拓扑 point-to-point scheduling 该拓扑结构简单,整个网络的阻抗特性容易控制,时序关系也容易控制,常见于高速双向传输信号线;常在源端加串行匹配电阻来防止源端的二次反射。2.菊花链结构 daisy-chain scheduling 如下图所示,菊花链结构也...
分类:其他好文   时间:2014-05-19 12:50:38    阅读次数:227
使用spring的@Async异步执行方法
应用场景:1、某些耗时较长的而用户不需要等待该方法的处理结果2、某些耗时较长的方法,后面的程序不需要用到这个方法的处理结果时在spring的配置文件中加入对异步执行的支持 使用方法import org.springframework.scheduling.an...
分类:编程语言   时间:2014-05-16 22:11:38    阅读次数:343
spring Quartz基于配置文件和注解的实现
这里只是做简单的记录如何实现。 一、基于配置文件的实现        ①编写需要调度的类 package com.study; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; //@Component public cla...
分类:编程语言   时间:2014-05-14 19:21:22    阅读次数:279
权重轮询调度算法 java版本
权重轮询调度算法(Weighted Round-Robin Scheduling)--java版本。 由于权重轮询调度算法考虑到了不同服务器的处理能力,所以这种均衡算法能确保高性能的服务器得到更多的使用率,避免低性能的服务器负载过重。...
分类:编程语言   时间:2014-05-09 21:50:41    阅读次数:457
combobox联动
1 private void w_day_scheduling_Load(object sender, EventArgs e) 2 { 3 4 if (ls_deptname == string.Empty) 5 ...
分类:其他好文   时间:2014-05-06 10:32:53    阅读次数:326
367条   上一页 1 ... 35 36 37
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!