码迷,mamicode.com
首页 >  
搜索关键字:bar chart    ( 6542个结果
Android UndoBar介绍
Android的UndoBar介绍com.cocosw>>undobar所属类别:android开发UndoBar描述:UndoBar是一个基于RomanNurik的被用于Gmailapp的Android高级UIundo-bar控件(https://code.google.com/p/romannurik-code/)。经过修改可支持兼容Android2.x并更易于使用。UndoBar支持可定制的属..
分类:移动开发   时间:2015-04-16 10:35:55    阅读次数:234
Bar Mitzvah Attack分析
结合RC4算法实现,简单分析一下BarMitzvahAttack攻击的原理,并以WEP破解过程来举例说明通用的破解方式。(个人觉得RC4早已经过时,要想避免该攻击,应该采用更好的加密算法,如:ccmp)另外,TLS协议是EAP协议的扩展,是一种身份认证机制,与具体的加密算法无关。WEP是业界破解较多...
分类:其他好文   时间:2015-04-15 16:56:01    阅读次数:180
[*leetcode 42] 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...
分类:移动开发   时间:2015-04-15 16:50:03    阅读次数:117
【Ionic】---AngularJS扩展基本布局
目录:标题栏 : ion-header-bar页脚栏 : ion-footer-barheader/footer : 样式及内容内容区 : ion-content滚动框 : ion-scroll拉动刷新 : ion-refresher滚动刷新 : ion-infinite-scroll脚本接口 : ...
分类:Web程序   时间:2015-04-15 16:40:48    阅读次数:450
iOS 8 状态栏保持黑底白字 亲测有效
1.info.plist文件  设置View controller-based status bar appearance的值为no 2.在AppDelegate.m中添加如下代码 if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) { [application setStatusBarStyle:UI...
分类:移动开发   时间:2015-04-15 14:54:13    阅读次数:302
leetcode || 84、Largest Rectangle in Histogram
problem: 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 histo...
分类:其他好文   时间:2015-04-14 16:45:49    阅读次数:88
组合View Controller时遇到的一点问题
View Controller的组合应用其实很常见了,比如说Tab bar controller和Navigation view controller的组合使用,像这种一般都是Navigation view controller作为Tab bar controller的一个child view co...
分类:其他好文   时间:2015-04-13 22:37:31    阅读次数:127
[Android] 关于系统工具栏和全屏沉浸模式
关于System Bars,之前写过几篇相关的文章:[Android]获取系统顶部状态栏(Status Bar)与底部导航栏(Navigation Bar)的高度[Android]状态栏的一些认识[Android]锁定屏幕 这三篇是按顺序写的,本来只是项目上的应用,其实并不需要深究的,查到方法并能....
分类:移动开发   时间:2015-04-12 20:46:56    阅读次数:192
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...
分类:其他好文   时间:2015-04-11 22:35:26    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!