码迷,mamicode.com
首页 >  
搜索关键字:bar    ( 5412个结果
编程中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
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
[LeetCode] [Trapping Rain Water 2012-03-10]
Given n non-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....
分类:移动开发   时间:2014-05-23 03:59:43    阅读次数:364
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
LeetCode: Trapping Rain Water [041]
【题目】 Given n non-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. For example, Given [0,1,0,2,1,0,1,3,2,1,2,1], return 6. The above elevation map is represente...
分类:移动开发   时间:2014-05-21 06:44:38    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!