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-context-support ?配置: <bean id ="taskExecutor" class ="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor" > <property name =" ...
分类:
编程语言 时间:
2017-10-28 12:43:12
阅读次数:
170
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
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
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
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
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
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概述 Quartz是OpenSymphony开源组织在Job scheduling领域又一个开源项目,它可以与J2EE与J2SE应用程序相结合也可以单独使用。Quartz可以用来创建简单或为运行十个,百个,甚至是好几万个Jobs这样复杂的程序。Jobs可以做成标准的Java组件或 EJB ...
分类:
编程语言 时间:
2017-10-10 09:52:13
阅读次数:
222