码迷,mamicode.com
首页 >  
搜索关键字:scheduling repeating    ( 957个结果
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-07-22 23:11:32    阅读次数:388
使用spring的@Async异步执行方法
应用场景:1、某些耗时较长的而用户不需要等待该方法的处理结果2、某些耗时较长的方法,后面的程序不需要用到这个方法的处理结果时在spring的配置文件中加入对异步执行的支持 使用方法import org.springframework.scheduling.an...
分类:编程语言   时间:2014-05-16 22:11:38    阅读次数:343
权重轮询调度算法 java版本
权重轮询调度算法(Weighted Round-Robin Scheduling)--java版本。 由于权重轮询调度算法考虑到了不同服务器的处理能力,所以这种均衡算法能确保高性能的服务器得到更多的使用率,避免低性能的服务器负载过重。...
分类:编程语言   时间:2014-05-09 21:50:41    阅读次数:457
combobox联动
1 private void w_day_scheduling_Load(object sender, EventArgs e) 2 { 3 4 if (ls_deptname == string.Empty) 5 ...
分类:其他好文   时间:2014-05-06 10:32:53    阅读次数:326
LeetCode3:Longest Substring Without Repeating Characters
题目: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:其他好文   时间:2014-04-30 21:15:32    阅读次数:511
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3....
分类:其他好文   时间:2014-04-29 13:47:20    阅读次数:251
leetCode解题报告5道题(六)
5道题目分别是:【Longest Substring Without Repeating Characters】、【Rotate Image】、【Restore IP Addresses】、【ZigZag Conversion】、【Set Matrix Zeroes】,由于有一些题目不需要发一整篇博文来记录,所以就将这些题目以一篇博文5道来记录...
分类:其他好文   时间:2014-04-29 13:43:23    阅读次数:348
957条   上一页 1 ... 94 95 96
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!