1,if ([[[UIDevice currentDevice] systemVersion] floatValue] < 7.0) { [application setStatusBarStyle:UIStatusBarStyleDefault]; } else { [applica...
分类:
移动开发 时间:
2014-08-29 12:35:47
阅读次数:
164
<!--?Base?application?theme?is?the?default?theme.?-->
<style?name="Theme"?parent="android:Theme"></style>
<!--?Variation?on?the?Holo?Light?theme?that?styles?the?Action?Bar?...
分类:
其他好文 时间:
2014-08-28 17:04:11
阅读次数:
244
2.2 如何运用布尔算子?AND(且)是缺省使用的布尔算子。例如:如果要搜索foo和bar同时出现的文件:foo bar如果从两者之中任一个都可以,则用|介于两者之间。例如:如果要搜索.jpg或.bmp文件:.jpg | .bmp(注:在|两侧有空格)。2.3 如何运用通配符?通配符*可以匹配任意长...
分类:
其他好文 时间:
2014-08-28 16:53:00
阅读次数:
209
实例见锐意先行《手机test》中《手机test5》。针对a写两段样式:.nav_ul > li > a { display: block; background: url('images/down.png') no-repeat scroll right center transparent; pa...
分类:
Web程序 时间:
2014-08-28 13:04:09
阅读次数:
544
一、兼容类库ActionBarSherlock: Action Bar是Android 3.0后才开始支持的,ActionBarSherlock是让Action Bar功能支持2.X后的所有平台,而且他会自动的判断是调用原生Action Bar还是使用扩展ActionBar。在我的小熊词典里有用到这...
分类:
移动开发 时间:
2014-08-27 18:20:58
阅读次数:
406
JavaScript 中所有变量都是对象,除了两个例外 null 和 undefined。false.toString() // 'false'[1, 2, 3].toString(); // '1,2,3'function Foo(){}澳门威尼斯人赌场Foo.bar = 1;Foo.bar; /...
分类:
编程语言 时间:
2014-08-27 12:42:27
阅读次数:
186
一篇很浅显易懂,详细的导航栏CSS样式教程献给朋友们:
原文地址:http://wenboxz.com/archives/navi-bar-demo-01.html/...
分类:
Web程序 时间:
2014-08-27 00:28:07
阅读次数:
209
- (void)initSearchbar{
self.wineSearchBar.delegate = self;
[self.wineSearchBar setScopeBarButtonTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor redColor], NSForegr...
分类:
移动开发 时间:
2014-08-26 22:59:26
阅读次数:
316
1.[图片]捕获.jpg?2. [代码][CSS]代码 body { background: #000; overflow-y: scroll; } .items { margin: 40px auto; width: 1110px; } a { color: #FFF; cursor...
分类:
Web程序 时间:
2014-08-26 17:16:06
阅读次数:
371
第一步:在info.plist中添加一个字段:view controller -base status bar 设置为NO第二步:在一个所有界面都继承的父类里添加:if(IOS7_OR_LATER) { // 判断是否是IOS7 [[UIApplicationsharedApplication]s....
分类:
移动开发 时间:
2014-08-26 15:26:36
阅读次数:
192