转载请注明出处:王亟亟的大牛之路 时间过得非常快,这一系列已经写了第五篇了(感觉还要写好久)。今天又引入了2个非常好用的库JumpingBeans,ConvenientBanner.首先。先看一下效果。 1.这2个控件做了什么? JumpingBeans是载入页面时那个蓝色跳动的动画效果。 Jump ...
分类:
其他好文 时间:
2017-06-15 11:32:36
阅读次数:
541
Jump Game II Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represen ...
分类:
其他好文 时间:
2017-06-14 17:14:32
阅读次数:
132
AudioServices Jump to: navigation, search AudioServices is a group of C functions in AudioToolbox for playing short (≤30 seconds) sounds. Predefined s ...
分类:
移动开发 时间:
2017-06-13 20:40:47
阅读次数:
267
http://www.sqlpanda.com/2013/07/learning-note-sql-server-vs.html This is my learning note base on the “SQL Server Essentials for Oracle DBAs Jump Star ...
分类:
数据库 时间:
2017-06-11 13:39:54
阅读次数:
284
leetcode403 我们维护青蛙从某个石头上可以跳那些长度的距离即可 用平衡树维护。 总的复杂度O(n^2logn) ...
分类:
其他好文 时间:
2017-06-10 13:47:37
阅读次数:
246
描写叙述: Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your ...
分类:
其他好文 时间:
2017-05-26 19:01:19
阅读次数:
154
选修了人工智能课程,老师布置了调研任务:Grundy,开始看了一些资料并没有看懂。 后来找到了一篇文,写的很棒,里面有好多博弈相关的问题与分析,分享出来给大家: http://endless.logdown.com/posts/2014/05/05/find-out-the-winning-stra ...
分类:
其他好文 时间:
2017-05-26 00:44:22
阅读次数:
284
Note:From back to start, if A[distance] is larger than the distance to the last element, it indicates that the last element is reachable. We can move ...
分类:
其他好文 时间:
2017-05-25 10:07:05
阅读次数:
136
描写叙述: Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your ...
分类:
其他好文 时间:
2017-05-24 21:09:21
阅读次数:
145