码迷,mamicode.com
首页 >  
搜索关键字:scheduling    ( 367个结果
Mistral 工作流组件之一 概述
Mistral的前世今生: Mistral是Mirantis公司为Openstack开发的工作流组件,提供Workflow As a Service.典型的应用场景包括任务计划服务Cloud Cron,任务调度Task Scheduling, 复杂的运行时间长的业务流程等。对应的是AWS的SWS(S ...
分类:其他好文   时间:2016-10-17 09:07:25    阅读次数:142
Contiki Rtimer 模块
一、rtimer概述 The Contiki rtimer library provides scheduling and execution of real-time tasks (with predictable execution times) 数据结构: 1、rtimer_init rtim ...
分类:其他好文   时间:2016-10-13 21:42:33    阅读次数:212
定时从多个Excel导入数据到SQL数据库
Scheduling Data Imports in SQL Server Importing data into a SQL Server database isn't really that tricky: there's a straightforward wizard that you ca ...
分类:数据库   时间:2016-10-13 13:52:38    阅读次数:269
Linux------Performance and Tuning
Linux操作系统的基本架构 一. Linux process management 进程管理包括:process scheduling, interrupt handling, signaling, process prioritization, process switching,process... ...
分类:系统相关   时间:2016-10-09 16:48:01    阅读次数:232
洛谷P3093 [USACO13DEC]牛奶调度Milk Scheduling
题目描述 Farmer John has N cows that need to be milked (1 <= N <= 10,000), each of which takes only one unit of time to milk. Being impatient animals, som ...
分类:其他好文   时间:2016-10-03 23:29:55    阅读次数:310
poj 1325 Machine Schedule 题解
Machine Schedule Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 14479 Accepted: 6172 Description As we all know, machine scheduling is a v ...
分类:系统相关   时间:2016-09-28 16:20:56    阅读次数:251
POJ1325 Machine Schedule
Description As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Schedulin ...
分类:系统相关   时间:2016-09-23 15:06:18    阅读次数:234
Linux bug 14258279: scheduling clock overflows in 208 days
早上同事反映数据库不能用。无法正常登录主机。多次尝试后终于登上主机,检查系统日志发现下述错误: BUG: soft lockup - CPU#5 stuck for 17163091988s! 貌似是操作系统的bug. 以下是详细信息: # uname -ra Linux Test-DB01 2.6 ...
分类:系统相关   时间:2016-09-12 18:52:11    阅读次数:244
Spring整合Quartz实现动态定时器
一、版本说明 spring3.1以下的版本必须使用quartz1.x系列,3.1以上的版本才支持quartz 2.x,不然会出错。 原因:spring对于quartz的支持实现,org.springframework.scheduling.quartz.CronTriggerBean继承了org.q ...
分类:编程语言   时间:2016-09-07 17:45:02    阅读次数:203
POJ1325(最小顶点覆盖)
Machine Schedule Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 14429 Accepted: 6153 Description As we all know, machine scheduling is a v ...
分类:其他好文   时间:2016-09-04 12:50:01    阅读次数:183
367条   上一页 1 ... 15 16 17 18 19 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!