appcomat_v7报错解决方案 给出了最新的兼容报错解决方案
error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'. styles_base.xml /appcompat_v7/res/values-v21...
分类:
移动开发 时间:
2014-12-04 21:39:02
阅读次数:
318
除了中规中矩的矩形按钮外,5.0中将按钮扁平化,产生了一个扁平按钮——Flat Button。这个按钮降低了很多存在感,主要用于在对话框,提示栏中。让整个界面减少层级。今天说的就是它的用法。这个按钮继承自矩形按钮,所以拥有很多矩形按钮的属性,关于矩形按钮请看上一篇文章。首先还是添加lib的依赖。li...
分类:
其他好文 时间:
2014-12-04 21:18:30
阅读次数:
268
# 题目 > Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: You...
分类:
其他好文 时间:
2014-12-04 12:23:54
阅读次数:
161
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-12-03 21:13:00
阅读次数:
187
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-12-03 21:00:33
阅读次数:
141
http://www.csdn.net/article/2014-11-21/2822753-material-design-libs/2 //直接拿来用,十大开源Material Design项目
https://github.com/android-cn/android-open-project-analysis //优秀开源项目
https://github.com/ligh...
分类:
其他好文 时间:
2014-12-03 15:45:35
阅读次数:
133
英文原文:HTTP API Design Guide本文译者:LeoXu,Garfielt,无若,--zxp介绍本指南描述了一套有关 HTTP+JSON API 的设计实践, 原始内容提取自Heroku 平台 API的工作.本指南是对API的补充,也是Heroku新的内部API的指南. 我们希望引起...
同学推荐了LeetCode,相比其他的OJ,题量少,题目也比较经典,针对性特别强,适合练习。LeetCode相关的网上资源比较多,不过,看到题目一定要自己做一遍,然后再去参考其他人的解法。https://oj.leetcode.com/problems/min-stack/Design a stac...
分类:
其他好文 时间:
2014-12-03 09:21:36
阅读次数:
123
本文转载至http://www.cocoachina.com/ios/20141124/10296.html相信大家都了解GoF的《Design Patterns》中提到的23种设计模式,其中将常见的设计模式分为三大类:创建型模式、行为型模式、结构型模式。而在《Clean Code》中也提到建造酒店...
分类:
其他好文 时间:
2014-12-03 00:14:13
阅读次数:
194
Myeclipse默认打开文件的方式是 jsp design,每次双击或者使用Ctrl+Shift+R打开 就会用这个打开 ,太慢了而且多次导致Myeclipse挂掉。可以通过以下的方式转化成你想要的打开方式,方法如下:Myecipse->preferences->General->editors-...
分类:
Web程序 时间:
2014-12-02 20:47:10
阅读次数:
128