码迷,mamicode.com
首页 >  
搜索关键字:subgrid paging bar    ( 5566个结果
ToolBar Style
colorPrimaryDark 状态栏背景色。 在 style 的属性中设置。 textColorPrimary App bar 上的标题与更多菜单中的文字颜色。 在 style 的属性中设置。 App bar 的背景色 Actionbar 的背景色设定在 style 中的 colorPrimar ...
分类:其他好文   时间:2016-03-31 12:52:25    阅读次数:138
UISearchBar
iOS中UISearchBar(搜索框)使用总结 初始化:UISearchBar继承于UIView,我们可以像创建View那样创建searchBar ? 1 2      UISearchBar * bar = [[UISearchBar alloc]initWithFrame:CGRectMake(20, 100, 250, 40...
分类:其他好文   时间:2016-03-31 11:01:46    阅读次数:184
84. Largest Rectangle in Histogram *HARD* 柱状图求最大面积 85. Maximal Rectangle *HARD*
1. 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 h ...
分类:其他好文   时间:2016-03-30 22:07:01    阅读次数:145
H5+MUI+Node.js+Socket.io群组即时聊天+发送图片+图片压缩
--> .mui-bar-nav { background-color: #00abed; -webkit-box-shadow: none; box-shadow: none; } .mui-bar { height: 80px; line-height: 80px; } .mui-title...
分类:Web程序   时间:2016-03-30 13:11:33    阅读次数:182
H5+MUI+Node.js+Socket.io实现即时聊天以及发送+图片压缩
--> //发送图片后,点击图片大图预览用的 .mui-bar-nav { background-color: #00abed; -webkit-box-shadow: none; box-shadow: none; } .mui-bar { height: 80px; line-height: 80px; ...
分类:Web程序   时间:2016-03-30 11:06:00    阅读次数:974
c++primer(第五版) 第十三章 拷贝控制习题答案
纯原创    转载请注明出处:http://blog.csdn.net/axuan_k 13.2    13.3   13.4    13.5 #include using namespace std; class Point{ int a; }; Point global; //13.4 Point foo_bar(Point arg) //1...
分类:编程语言   时间:2016-03-29 13:05:02    阅读次数:237
Android中Action Bar的使用
内容概要示例演示和基本介绍 启用Action Bar 在Action Bar上添加按钮 自定义Action Bar样式 自动隐藏Action Bar Action Provider的使用 ActionBarSherlock的使用示例演示和基本介绍如果使用ActionBar则分为两种情况 1、Action Bar on devices BEFORE Android 3.0(API 11)...
分类:移动开发   时间:2016-03-29 13:00:33    阅读次数:359
IOS的一个带动画的多项选择的控件(一)
先上效果图: 这个程序分2个层次,一个是顶部的带UITextField的bar,一个是下拉选择的view,下拉选择的view带有4个自己定义的UIView 我们先定义一个UIViewController叫MyViewController,然后顶部的bar叫TopBarView,下拉选择的view叫T ...
分类:移动开发   时间:2016-03-26 18:36:51    阅读次数:228
UINavigationBar 一个有样式的view
UINavigationBar 继承自,UIView。你可以把它看为是一个特殊的view。 他也是可以独立使用的。 好下面是 UINavigationBar 的一些属性和方法 bar上是item(UINavigationItem)这不是一个按钮那么简单。它里面承载着 UIBarButtonItem ...
分类:其他好文   时间:2016-03-24 10:13:52    阅读次数:173
HDU2673:shǎ崽 OrOrOrOrz
Problem Description Acmer in HDU-ACM team are ambitious, especially shǎ崽, he can spend time in Internet bar doing problems overnight. So many girls wa...
分类:其他好文   时间:2016-03-22 22:05:33    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!