码迷,mamicode.com
首页 >  
搜索关键字:subgrid paging bar    ( 5566个结果
NPAPI脚本化接口
http://blog.csdn.net/hgl868/article/details/8576531scriptable接口的实现,与属性有关的函数为HasProperty、GetProperty、SetProperty。在JS中设置属性(以bar为例)用plugin.bar=barvalue;来...
分类:Windows程序   时间:2014-06-04 20:55:19    阅读次数:434
编程中Foo, Bar 到底什么意思?
1 前言 在很多国外计算机书本和一些第三份开源软件的Demo中经常用到两个英文单词Foo,Bar。这到底是什么意思呢?从步入屌丝界的IT生活简单这两个单词到现在我还是不知道这两个单词的真正含义,今天有必要查查总结下。 2 维基百科上的解释 原文: The terms foobar, foo, bar...
分类:其他好文   时间:2014-05-30 07:56:14    阅读次数:579
谷歌下设置滚动条的css样式
.oLi-lists-scroll::-webkit-scrollbar { width:5px; padding:1px; background:url(../images/repeat-bar.png) repeat-y;}/* Track */.oLi-lists-scroll::-webki...
分类:Web程序   时间:2014-05-29 19:02:39    阅读次数:386
IOS 6和 IOS7适配的一些问题
由于在做一个ios的通用设计平台,那么客户端解析的时候就涉及到一些ios不同版本,不同分辨率的适配问题首先碰到的就是navigation bar中的item的背景色的问题在ios7中设置settintcolor背景是透明的,图标和字默认是白色的,效果不错,但是在ios 6是,背景色也被设置成了白色,...
分类:移动开发   时间:2014-05-29 09:49:39    阅读次数:278
[翻译] GMCPagingScrollView
GMCPagingScrollViewhttps://github.com/GalacticMegacorp/GMCPagingScrollViewGMCPagingScrollView is a UIView containing a horizontally scrolling paging U...
分类:其他好文   时间:2014-05-26 11:19:10    阅读次数:352
iOS Search bar 输入空字符串也可以搜索
Search bar delegate- (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar{ UITextField *searchBarTextField = nil; for (UIView *mainview i...
分类:移动开发   时间:2014-05-26 07:25:46    阅读次数:310
ios成长之每日一遍(day 7)
今天到UITabBarController 结合 UIPickView, 这里一共有5个实现, 由浅到易。其实在IB上面使用UITabBarController很简单, 就像平常拖控件一样拖到界面上面, 然后把Tab Bar Item拉到UITabBarController就可以增加底下的tab, ...
分类:移动开发   时间:2014-05-26 07:04:17    阅读次数:375
Linux,unix,cygwin,centeros下的tar压缩解压缩命令详解
tar Examples:   tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.   tar -tvf archive.tar         # List all files in archive.tar verbosely.   tar -xf archive.tar         ...
分类:Windows程序   时间:2014-05-26 03:43:53    阅读次数:556
2F03-view-progress-indeterminate-in-title-bar
介绍在在title bar上显示indeterminate progress /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
分类:其他好文   时间:2014-05-23 00:31:27    阅读次数:352
2H03-view-radio-group-rating-bar
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
分类:其他好文   时间:2014-05-23 00:30:50    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!