转载请注明出处:http://blog.csdn.net/zhaokaiqiang1992 本篇文章翻译自Android开发者网站,但并不是完全按照原意翻译,添加了我个人的一些理解。想看原文的请戳:http://developer.android.com/training/basics/actionbar/styling.html ActionBar控件,可以为我们的App提供一致的导...
分类:
移动开发 时间:
2014-12-14 15:54:13
阅读次数:
249
Adding a Table View Controller连接到tab bar controller中的两个窗口都是regular UIViewControllers.你将使用UITableViewController来替换第一个tab选择第一个view controller然后delete它。拖...
分类:
其他好文 时间:
2014-12-13 17:49:34
阅读次数:
352
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:
其他好文 时间:
2014-12-12 22:09:45
阅读次数:
191
1. 仅更新单个库只想更新某个特定的库,不想更新它的所有依赖,很简单:composer update foo/bar 此外,这个技巧还可以用来解决“警告信息问题”。你一定见过这样的警告信息:Warning: The lock file is not up to date with the late....
分类:
Web程序 时间:
2014-12-12 18:43:57
阅读次数:
238
1. ? 存在错误的程序例子 class?Foo
{
public:
?int?m_nVal;
?Foo?*m_pNext;
};
void?Foo_Bar(?void?)
{
?Foo?bar;
?
?if?(?bar.m_nVal?||?bar.m_pNext?)
?{
??int?i;
??i++;
?}
} (1...
分类:
其他好文 时间:
2014-12-12 13:30:27
阅读次数:
135
1.MIUI6的坑,首先是确定高度的,overflow-y:scroll;屏幕难以滚动的坑。要对div设置position为absolute或者relative,才能快活地滚。2.其次是遮罩层,被同级下层代码盖住。那就遮罩层再下层,同时提高z-index。
分类:
其他好文 时间:
2014-12-12 01:17:27
阅读次数:
206
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2014-12-11 20:46:47
阅读次数:
232
css中cursor属性详解-鼠标移到图片变换鼠标形状 语法:cursor : auto | all-scroll | col-resize| crosshair | default | hand | move | help | no-drop | not-allowed | pointer | p...
分类:
Web程序 时间:
2014-12-11 17:12:44
阅读次数:
209
在Android3.0之后,Google对UI导航设计上进行了一系列的改革,其中有一个非常好用的新功能就是引入的ActionBar,他用于取代3.0之前的标题栏,并提供更为丰富的导航效果。一、添加ActionBar1、不需要导入ActionBar,因为在android3.0或者以上版本中,Actio...
分类:
其他好文 时间:
2014-12-10 09:14:49
阅读次数:
202
主题Theme就是用来设置界面UI风格,可以设置整个应用或者某个活动Activity的界面风格。在Android SDK中内置了下面的Theme,可以按标题栏Title Bar和状态栏Status Bar是否可见来分类:[html]view plaincopyprint??android:theme...
分类:
移动开发 时间:
2014-12-09 22:53:47
阅读次数:
285