"A flexible view for providing a limited window into a large data set."可以说是ListView的升级版,ListVie中我们需要自己写ViewHolder,当然你也可以不写,是在RecylerView中,是要让写的哟~Recyc...
分类:
移动开发 时间:
2015-05-03 13:12:39
阅读次数:
728
LRULimitedMemoryCache源码:
/**
* (cache size limited)Size of all stored bitmaps will not to exceed size limit.
* (删除策略LRU)When cache reaches limit size then the least recently used bitmap is delete...
分类:
移动开发 时间:
2015-05-03 10:39:25
阅读次数:
186
题目在这里:https://leetcode.com/problems/3sum/【标签】 Array; Two Pointers【个人分析】 老实交待,这个题卡半天,第一次做不会,抄别人的。过了很久,第二次做,还是不会……。好几次都是Time Limited Error。在看过正确答案之后,...
分类:
编程语言 时间:
2015-05-03 07:05:53
阅读次数:
130
POJ2175 Evacuation Plan 最小费用流 负权消去
The City has a number of municipal buildings and a number of fallout shelters that were build specially to hide municipal workers in case of a nuclear war. Each fallout shelter has a limited capacity in terms of a numbe...
分类:
其他好文 时间:
2015-05-02 09:54:06
阅读次数:
200
There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. It was possible to e...
分类:
其他好文 时间:
2015-04-14 08:33:05
阅读次数:
125
天使基金主要关注原创项目构思和小型初创项目,投资规模大多在300万元以下;风险投资关注初创时期企业长期投资,规模在1000万元以下;私募股权投资主要关注3年内可以上市的成熟型企业。VC即venture capital,就风险投资;PE即Private Equity,私募股权。Limited Part...
分类:
其他好文 时间:
2015-04-13 12:22:40
阅读次数:
185
今天使用Windows服务 打包是使用的 Installsheild Limited Edition 2012 制作好后发现 运行安装包的时候 一直报错 后来发现ConfigurationManager.AppSettings 里面一直是空的 就算把App.Config 也部署进去 也不行 后来在网...
分类:
移动开发 时间:
2015-03-20 17:58:32
阅读次数:
153
A flexible view for providing a limited window into a large data set
大致意思就是:当有大量的数据显示在一个有限大小的窗口上时,RecyclerView就是解决这种情况的一个灵活的View。...
分类:
移动开发 时间:
2015-03-11 21:44:26
阅读次数:
8058
Android applications are, at least on the T-Mobile G1, limited to 16 MB of heap. It’s both a lot of memory for a phone and yet very little for what so...
分类:
移动开发 时间:
2015-03-10 11:51:47
阅读次数:
202
package android.util; import java.util.LinkedHashMap; import java.util.Map; /** * A cache that holds strong references to a limited number of ...
分类:
移动开发 时间:
2015-03-09 07:03:26
阅读次数:
177