码迷,mamicode.com
首页 >  
搜索关键字:subgrid paging bar    ( 5566个结果
Largest Rectangle in Histogram
Largest Rectangle in Histogram  Total Accepted: 18582 Total Submissions: 86792My Submissions Given n non-negative integers representing the histogram's bar height where the width of each b...
分类:其他好文   时间:2014-10-14 16:38:09    阅读次数:154
不容错过的iOS 8的导航交互
你曾注意过Safari移动客户端里美轮美奂的导航栏缩放效果么,以及那些tab bar是如何消失的吗?在iOS 8中,苹果让这种类型的交互变得非常容易,虽然在WWDC上演示了缩放导航栏效果,不过后来他们用隐藏导航的方式替代了这个想法,但tab bar不包括在内(我猜想他们后期会添加隐藏标签栏的属性)。...
分类:移动开发   时间:2014-10-13 15:25:29    阅读次数:182
Options Menu的android3.0以上和以下版本显示刷新原理,刷新适配
一 显示区别:2.3.x及以下版本,需要按菜单键显示菜单,当菜单打开时,第一个可见的部分是图标菜单,最多可容纳6个菜单项。如果你的菜单包括Android的地方超过6项,第六项,其余将被归到”More”菜单下;3.0以上版本,逐渐抛弃了2.3.x及以下版本这种menu这种风格,主推Action Bar...
分类:移动开发   时间:2014-10-13 14:33:29    阅读次数:185
Android ---------- Android Bar Bug 总结
1 如何设置 ActionBar的Tab 的颜色? // 设置actionBar的颜色 Drawable draw = new ColorDrawable(Color.GREEN); actionBar.setBackgroundDrawable(draw);  draw = new ColorDrawable(Color.GREEN); // set Tab color...
分类:移动开发   时间:2014-10-13 10:37:51    阅读次数:265
Android开源库集锦
一、兼容类库ActionBarSherlock: Action Bar是Android 3.0后才开始支持的,ActionBarSherlock是让Action Bar功能支持2.X后的所有平台,而且他会自动的判断是调用原生Action Bar还是使用扩展ActionBar。在我的小熊词典里有用到这...
分类:移动开发   时间:2014-10-12 10:59:47    阅读次数:232
leetcode - Largest Rectangle in Histogram
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histogram. Above is a histogram where width o...
分类:其他好文   时间:2014-10-11 17:54:45    阅读次数:147
在用TabbarController中出现navigationController 嵌套报错
假设出现:nested push animation can result in corrupted navigation barFinishing up a navigation transition in an unexpected state. Navigation Bar subview t...
分类:其他好文   时间:2014-10-11 16:43:35    阅读次数:170
Trapping Rain Water
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-10-11 05:30:54    阅读次数:228
matlab2012b与matlab7.1执行set(gca,'Yscale','log')之后画到的直方图结果居然不同
这是一个之前没发现的现象。 同样一段代码: b=10000; c=randn(1, b);              %产生10000个正态分布的随机数 d=100; [a,b]=hist(c,d);              %平均分成100份 a=a/length(c);               %把个数转换成频度 bar(a);                       ...
分类:其他好文   时间:2014-10-10 21:17:44    阅读次数:230
在iOS7中改动状态栏字体的颜色
状态栏的字体为黑色:UIStatusBarStyleDefault状态栏的字体为白色:UIStatusBarStyleLightContent一、在info.plist中,将View controller-based status bar appearance设为NO状态栏字体的颜色仅仅由以下的属性...
分类:移动开发   时间:2014-10-10 21:12:54    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!