码迷,mamicode.com
首页 >  
搜索关键字:scheduling repeating    ( 957个结果
quartz_jobs.xml标准配置
<?xml version="1.0" encoding="UTF-8"?><job-scheduling-data xmlns="http://quartznet.sourceforge.net/JobSchedulingData" xmlns:xsi="http://www.w3.org/200 ...
分类:其他好文   时间:2016-06-22 10:30:54    阅读次数:232
LeetCode|Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng ...
分类:其他好文   时间:2016-06-20 17:12:28    阅读次数:138
yarn资源管理器高可用性的实现
资源管理器高可用性 . The ResourceManager (RM) is responsible for tracking the resources in a cluster, and scheduling applications (e.g., MapReduce jobs). Prior ...
分类:其他好文   时间:2016-06-16 21:27:19    阅读次数:212
六款值得推荐的android(安卓)开源框架简介
1、volley 项目地址 https://github.com/smanikandan14/Volley-demo (1) JSON,图像等的异步下载; (2) 网络请求的排序(scheduling) (3) 网络请求的优先级处理 (4) 缓存 (5) 多级别取消请求 (6) 和Activity和 ...
分类:移动开发   时间:2016-06-06 12:07:55    阅读次数:192
LeetCode:Longest Substring Without Repeating Characters
Longest Substring Without Repeating Characters Total Accepted: 152787 Total Submissions: 687012 Difficulty: Medium Given a string, find the length of the longest substring wi...
分类:其他好文   时间:2016-06-02 14:51:36    阅读次数:124
LeetCode#3.Longest Substring Without Repeating Characters
题目 Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the l... ...
分类:其他好文   时间:2016-05-31 22:11:46    阅读次数:239
【Leetcode】Longest Substring Without Repeating Characters
题目链接:https://leetcode.com/problems/longest-substring-without-repeating-characters/ 题目: Given a string, find the length of the longest substring without repeating characters. Examples: Give...
分类:其他好文   时间:2016-05-30 15:33:33    阅读次数:195
leetcode03-Longest Substring Without Repeating Characters之Java版本
我的leetcode之旅,该篇章主要完成使用Java实现算法。这是第三篇Longest Substring Without Repeating Characters...
分类:编程语言   时间:2016-05-27 12:05:10    阅读次数:166
spark 运行问题记录
在CDH5.5.2上运行spark1.5的程序,运行起来就直接shutdown,并报出如下的异常: INFO YarnClientSchedulerBackend: SchedulerBackend is ready for scheduling beginning after waiting ma ...
分类:其他好文   时间:2016-05-24 01:45:29    阅读次数:780
aps - (Advanced Planning And Scheduling)高级生产计划软件的架构和设计
aps - (Advanced Planning And Scheduling) 生产排程软件的架构和设计  3 主资源和副资源   主资源简单的说就是某道工序在什么机器或生产线上生产,一般来说,一台机器可以用于生产多个产品,但一个产品也可以在多个机器上生产,比如车间有自动化生产线,半自动化生产线,都可以用来生产某个产品   如果好几类机器都可以加工某道工序,这就涉及到多主资...
分类:其他好文   时间:2016-05-22 11:01:45    阅读次数:178
957条   上一页 1 ... 47 48 49 50 51 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!