Longest Substring Without Repeating Characters
Total Accepted: 35063 Total
Submissions: 159111My Submissions
Question
Solution
Given a string, find the length of the longest subst...
分类:
其他好文 时间:
2014-12-30 17:16:14
阅读次数:
231
1、volley 项目地址 https://github.com/smanikandan14/Volley-demo(1) JSON,图像等的异步下载;(2) 网络请求的排序(scheduling)(3) 网络请求的优先级处理(4) 缓存(5) 多级别取消请求(6) 和Activity和生命周期的联...
分类:
移动开发 时间:
2014-12-28 16:45:19
阅读次数:
175
Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example, the ...
分类:
其他好文 时间:
2014-12-27 20:14:16
阅读次数:
214
Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example, the ...
分类:
其他好文 时间:
2014-12-26 20:14:20
阅读次数:
156
Machine schedulingTime Limit: 5000/2000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1000Accepted Submission(s): 363P...
分类:
系统相关 时间:
2014-12-24 13:13:48
阅读次数:
137
Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example, the ...
分类:
其他好文 时间:
2014-12-23 15:05:53
阅读次数:
174
Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.If the fractional part is repeating,...
分类:
其他好文 时间:
2014-12-22 22:46:16
阅读次数:
197
1、volley项目地址https://github.com/smanikandan14/Volley-demo(1)JSON,图像等的异步下载;(2)网络请求的排序(scheduling)(3)网络请求的优先级处理(4)缓存(5)多级别取消请求(6)和Activity和生命周期的联动(Activi...
分类:
移动开发 时间:
2014-12-21 00:41:15
阅读次数:
218
在Linux中,线程是由进程来实现,线程就是轻量级进程( lightweight process ),因此在Linux中,线程的调度是按照进程的调度方式来进行调度的,也就是说线程是调度单元。Linux这样实现的线程的好处的之一是:线程调度直接使用进程调度就可以了,没必要再搞一个进程内的线程调度器。在Linux中,调度器是基于线程的调度策略(scheduling policy)和静态调度优先级(st...
分类:
编程语言 时间:
2014-12-20 14:18:12
阅读次数:
305
【题目】
Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.
If the fractional part is repeating, enclose the repeating part in paren...
分类:
其他好文 时间:
2014-12-19 12:11:03
阅读次数:
172