码迷,mamicode.com
首页 >  
搜索关键字:链接地址    ( 1480个结果
Android ListView下拉/上拉刷新:设计原理与实现
?? 《Android ListView下拉/上拉刷新:设计原理与实现》 Android上ListView的第三方开源的下拉刷新框架很多,应用场景很多很普遍,几乎成为现在APP的通用设计典范,甚至谷歌官方都索性在Android SDK层面支持下拉刷新,我之前写了一篇文章《Android SwipeRefreshLayout:谷歌官方SDK包中的下拉刷新》专门介绍过(链接地址:http://bl...
分类:移动开发   时间:2015-07-24 10:51:42    阅读次数:272
Majority Number II
题目描述 链接地址 解法 算法解释 题目描述 Given an array of integers, the majority number is the number that occurs more than 1/3 of the size of the array. Example Given [1, 2, 1, 2, 1, 3, 3], return 1. Cha...
分类:其他好文   时间:2015-07-22 22:46:05    阅读次数:133
在windows下安装OpenDaylight的Helium(氦)版本
前言OpenDaylight(以下简写为ODL)的Helium(氦)版本已经成为相对稳定的版本(相对于Li版本)。Helium(氦)版本下载链接地址为http://www.opendaylight.org/software/downloads/helium。官网中分别共享了版本、安装向导、用户向导、开发者向导手册,可进行下载学习。在本篇文章中,着重讲一下在Windows下的安装过程。1 Helium...
分类:Windows程序   时间:2015-07-22 13:15:57    阅读次数:4346
Majority Number
题目描述 链接地址 解法 算法解释题目描述Given an array of integers, the majority number is the number that occurs more than half of the size of the array. Find it..ExampleGiven [1, 1, 1, 1, 2, 2, 2], return 1ChallengeO(n...
分类:其他好文   时间:2015-07-21 01:36:33    阅读次数:186
Swift coreAnimation 加计时器写的游戏《飞机大战》
最近在学习swift的动画和图层,就用现学的东西写了个游戏,基本思想 基本功能都实现了,图片都是在网上找得。希望能帮助大家更好的理解动画和图层、 声明下,我是初学者,代码写的不好。大家应该都能看懂 。 效果图  源代码地址 :  点击打开链接      地址失效了的话 我可以补上...
分类:编程语言   时间:2015-07-21 01:35:15    阅读次数:224
Single Number III
题目描述 链接地址 解法 算法解释题目描述Given 2*n + 2 numbers, every numbers occurs twice except two, find them.ExampleGiven [1,2,2,3,4,4,5,3] return 1 and 5ChallengeO(n) time, O(1) extra space. .链接地址http://www.lintcode...
分类:其他好文   时间:2015-07-20 23:32:36    阅读次数:137
DEDE CMS 使用dede的sql标签 获取文章链接地址
在DEDE CMS中,有时需要进行多表联查,此时只能通过sql语句来调用文档,可是用默认的[field:arcurl/]无法获取文档的链接地址,后经到网上搜寻,找到调用“文章链接地址”的办法,如下:在DEDE中,可以自由使用SQL语句来配合DEDE标签进行更多的个性化调用。通过SQL语句调用文档列表...
分类:数据库   时间:2015-07-20 21:21:11    阅读次数:190
【转】vagrant在windows下的使用
原文链接地址:http://www.cnblogs.com/ac1985482/p/4029315.htmlvagrant在windows下的使用下载安装 VirtualBox :https://www.virtualbox.org/下载安装 Vagrant :http://www.vagrantu...
分类:Windows程序   时间:2015-07-20 19:19:07    阅读次数:217
Single Number II
题目描述 链接地址 解法 算法解释题目描述Given 3*n + 1 numbers, every numbers occurs triple times except one, find it.ExampleGiven [1,1,2,3,3,3,2,2,4,1] return 4ChallengeOne-pass, constant extra space.链接地址http://www.lintc...
分类:其他好文   时间:2015-07-19 23:39:56    阅读次数:140
Single Number
题目描述 链接地址 解法 算法解释题目描述Given 2*n + 1 numbers, every numbers occurs twice except one, find it. ExampleGiven [1,2,2,1,3,4,3], return 4链接地址http://www.lintcode.com/en/problem/single-number/解法 int singleNu...
分类:其他好文   时间:2015-07-19 20:14:13    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!