码迷,mamicode.com
首页 >  
搜索关键字:nav bar    ( 7915个结果
IOS总结_IOS7.0以后改变状态栏字体颜的问题
首先info.plist文件中,加入View controller-based status bar appearance项 如果设为YES,则View controller对status bar的设置优先级高于application的设置;设置为NO则以application的设置为准。 虽然7.0SDK后在UIViewController中也加入加入了 - (UIStatusBa...
分类:移动开发   时间:2014-07-26 17:24:02    阅读次数:472
CSS命名规范
CSS命名规范 转自http://www.w3cfuns.com/blog-5445898-5398950.htmlCSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:footer 导航:nav...
分类:Web程序   时间:2014-07-26 14:06:05    阅读次数:381
Largest Rectangle in Histogram leetcode java
题目: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 ....
分类:编程语言   时间:2014-07-26 09:53:57    阅读次数:273
iOS常用控件尺寸大集合
元素控件尺寸(pts)Window(含状态栏)320 x 480Status Bar的高度20Navigation Bar的高度44含Prompt的Navigation Bar的高度74Navigation Bar的图标20×20(透明的png)Tool Bar的高度44Tool Bar的图标20×...
分类:移动开发   时间:2014-07-25 23:59:36    阅读次数:597
pthread 学习系列 case1
1 #include 2 #include 3 #include 4 #include 5 6 7 void *thread_foo_func(void *); 8 void *thread_bar_func(void *); 9 10 11 int global = 4;12 13 ...
分类:其他好文   时间:2014-07-25 14:00:51    阅读次数:252
appframework学习--nav的使用说明
app-framework学习-----nav的使用说明: 语法: .... ... ... ... 在panel调用时,写法: ... ... 隐藏某panel不使用nav有以下3种方法: 1. $.ui.disableSideMenu(); 2. $.ui.slideSideMenu=false; 3. data-nav="none...
分类:移动开发   时间:2014-07-25 11:08:41    阅读次数:274
【leetcode刷题笔记】Largest Rectangle in Histogram
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-07-24 22:39:53    阅读次数:252
Android 原生 Android ActionBar
本文内容 关于 ActionBar 必要条件 项目结构 环境 演示一:Action Bar 显示隐藏 演示二:Action Item 显示菜单选项 演示三:Action Home 启用“返回/向上”程序图标导航 演示四:Action View 显示 UI 组件 如果你想使用 ActionBarShe...
分类:移动开发   时间:2014-07-24 22:00:22    阅读次数:398
[Python]命令行进度条
关键点是输出'\r'这个字符可以使光标回到一行的开头,这时输出其它内容就会将原内容覆盖。import timeimport sysdef progress_test(): bar_length=20 for percent in xrange(0, 100): hashes...
分类:编程语言   时间:2014-07-24 21:43:02    阅读次数:206
你可能不知道的5个功能强大的 HTML5 API
HTML5 新增了许多重要的特性,像 video、audio 和 canvas 等等,这些特性使得能够很容易的网页中包含多媒体内容,而不需要任何的插件或者 API。而其它的新元素,例如 section、article、header 和 nav 等则是用来丰富网页内容。另外还有很多强大的 Java.....
分类:Windows程序   时间:2014-07-24 21:32:12    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!