码迷,mamicode.com
首页 >  
搜索关键字:subgrid paging bar    ( 5566个结果
Search Bars(一)
A search bar provides an interface for text-based searches with a text box and buttons such as search and cancel. A search bar accepts text from users, which can be used as input for a search (shown...
分类:其他好文   时间:2015-06-08 17:22:13    阅读次数:118
.hivehistory
在当前用户的家目录下有个.hivestory文件,里面存放了用户执行的hive操作记录,如下:[hadoop@hadoop1 hive-0.14]$ cat ~/.hivehistoryshow databases;quit;quit;create table pokes(foo int, bar ...
分类:其他好文   时间:2015-06-08 13:19:32    阅读次数:290
Android ActionBar的基本用法
本文翻译了这篇文章:Using the Android action bar (ActionBar) - Tutorial1、ActionBar的简介ActionBar位于Activity的顶部,可用来显示activity的标题、Icon、Actions和一些用于交互的View。它也可被用于应用的导...
分类:移动开发   时间:2015-06-07 23:16:06    阅读次数:188
Android ActionBar 一步一步分析 (转)
原文摘自:http://blog.csdn.net/android2me/article/details/88748461.Action Bar 介绍我们能在应用中看见的actionbar一般就是下图的样子,比如快图应用1.App icon应用的图标,左侧带应用相当于back返回键2.ViewCon...
分类:移动开发   时间:2015-06-07 23:02:21    阅读次数:342
iOS8中设置状态栏的隐藏
在Info.plist中添加 key:“Status bar is initially hidden”,设置为yes 则在启动app时显示的LaunchScreen界面隐藏状态栏,反之不显示。在Info.plist中添加 key:“View controller-based status bar a...
分类:移动开发   时间:2015-06-06 14:42:40    阅读次数:142
Android UI开发第二十四篇——Action Bar
Action bar是一个标识应用程序和用户位置的窗口功能,并且给用户提供操作和导航模式。在大多数的情况下,当你需要突出展现用户行为或全局导航的activity中使用action bar,因为action bar能够使应用程序给用户提供一致的界面,并且系统能够很好根据不同的屏幕配置来适应操作栏的.....
分类:移动开发   时间:2015-06-05 15:39:10    阅读次数:186
const与define的使用区别
1、const用于类成员变量定义,一旦定义且不能改变其值。define定义全局常量,在任何地方都可以访问。2、define不能在类中定义而const可以。3、const不能在条件语句中定义常量if (...) { const FOO = 'BAR'; // invalid}butif (...) {...
分类:其他好文   时间:2015-06-05 15:30:33    阅读次数:165
ExtJS 修改load paging时的参数
ExtJS 的pagingToolbar 在翻页的时候传入的参数是固定的 分别是start 和 limit(其中limit的值就是store.pageSize的值)如何在每次翻页的时候传入自己的参数呢? 这涉及到两点, 一个是获取到翻页时本身的参数, 第二是根据已有参数拼成自己的参数。实际上 sto...
分类:Web程序   时间:2015-06-05 12:07:06    阅读次数:132
为你的Web程序加个启动画面
http://www.cnblogs.com/Wayou/p/gmail_like_page_loading_progress_bar.html http://developer.51cto.com/art/201404/436336.htm 这就是宇宙第一IDE Visual Studio的启动画面,学名叫Splash Screen(或者Splash Window)。同样,Jav...
分类:Web程序   时间:2015-06-05 10:13:50    阅读次数:122
[Selenium]Turn Page By Scroll Bar
Description:Need to turn page by operating scroll bar and find out the element in the current page.Previous page will not exist in DOM structure when ...
分类:其他好文   时间:2015-06-04 19:00:18    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!