码迷,mamicode.com
首页 >  
搜索关键字:scheduling repeating    ( 957个结果
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 leng ...
分类:其他好文   时间:2017-11-04 13:35:47    阅读次数:146
Spring线程池
?依赖 spring-context-support ?配置: <bean id ="taskExecutor" class ="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor" > <property name =" ...
分类:编程语言   时间:2017-10-28 12:43:12    阅读次数:170
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 leng ...
分类:其他好文   时间:2017-10-25 00:40:17    阅读次数:161
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 leng ...
分类:其他好文   时间:2017-10-24 17:09:39    阅读次数:161
166. Fraction to Recurring Decimal
Given two integers representing the numerator and denominator of a fraction, return the fraction in string format. If the fractional part is repeating ...
分类:其他好文   时间:2017-10-24 14:06:27    阅读次数:102
从零开始学习springBoot(定时任务)
package com.kfit.base.scheduling; import org.springframework.context.annotation.Configuration;import org.springframework.scheduling.annotation.EnableS ...
分类:编程语言   时间:2017-10-20 20:14:51    阅读次数:197
算法 - 最长无重复子串
原题: https://leetcode.com/problems/longest-substring-without-repeating-characters/description/ 参考: [LeetCode] Longest Substring Without Repeating Chara ...
分类:编程语言   时间:2017-10-18 16:16:17    阅读次数:252
395. Longest Substring with At Least K Repeating Characters
Find the length of the longest substring T of a given string (consists of lowercase letters only) such that every character in T appears no less than  ...
分类:其他好文   时间:2017-10-17 15:15:41    阅读次数:141
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 leng ...
分类:其他好文   时间:2017-10-15 22:29:54    阅读次数:145
Quartz入门案例与介绍(与spring整合)
Quartz概述 Quartz是OpenSymphony开源组织在Job scheduling领域又一个开源项目,它可以与J2EE与J2SE应用程序相结合也可以单独使用。Quartz可以用来创建简单或为运行十个,百个,甚至是好几万个Jobs这样复杂的程序。Jobs可以做成标准的Java组件或 EJB ...
分类:编程语言   时间:2017-10-10 09:52:13    阅读次数:222
957条   上一页 1 ... 26 27 28 29 30 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!