题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4126 $LRJ$紫书例题$9-26$ 题目大意: 给定一颗树 有些边已经标好方向 现在要给其余 ...
分类:
其他好文 时间:
2016-12-07 23:12:04
阅读次数:
220
Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng ...
分类:
其他好文 时间:
2016-12-04 00:13:41
阅读次数:
187
Leetcode C#, Hash Map, Two pointers ...
Analysis: Given a string s, find out all chars that are invalid (i.e., count < k). The longest substring must reside in one of the substrings divided ...
分类:
其他好文 时间:
2016-12-01 14:23:42
阅读次数:
172
数组 1.创建一个数组 var someInts = [Int]()空数组 someInts = []清空 var threeDoubles = Array(repeating: 0.0, count: 3)有默认值的数组 var shoppingList: [String] = ["Eggs", ...
分类:
编程语言 时间:
2016-11-29 17:05:24
阅读次数:
205
#387. First Unique Character in a String Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, retu ...
分类:
其他好文 时间:
2016-11-27 23:21:37
阅读次数:
179
Given a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length... ...
分类:
其他好文 时间:
2016-11-26 14:46:02
阅读次数:
160
官方文档给出的教程已经很详细了,这里给出一些补充帮助大家理解。 英文文档:https://laravel.com/docs/5.2/scheduling 中文文档:https://laravel-china.org/docs/5.2/scheduling Starting The Scheduler ...
分类:
其他好文 时间:
2016-11-23 12:41:31
阅读次数:
391
CSS3径向渐变-radial-gradient()/repeating-radial-gradient() 径向渐变由它的中心定义。 创建径向渐变,至少定义两种颜色节点,呈现平稳过度的颜色。同时,你也可以指定渐变中心、形状(圆形或椭圆形)、大小。 默认情况下,渐变的中心是center(表示在中心) ...
分类:
Web程序 时间:
2016-11-21 12:27:56
阅读次数:
277
<!--scheduler触发器启动配置--><beanid="scheduler"class="org.springframework.scheduling.quartz.SchedulerFactoryBean"><propertyname="triggers"><list><reflocal="saveCronTrigger"/><reflocal="connectTrigger"/><reflocal="res..
分类:
其他好文 时间:
2016-11-17 02:33:55
阅读次数:
146