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-09-01 21:01:33
阅读次数:
220
今年秋招,阿里有道前端试题:用js实现getElementsByClass,简单说下,该函数主流浏览器都支持(除了ie8),那么该如何处理ie8呢?用querySelectorAll函数,var elems = document.querySelectorAll('.foo.bar');不过貌似ie...
分类:
Web程序 时间:
2014-08-31 17:13:31
阅读次数:
238
iOS 7 按钮无边框,操作栏透明,控制器全屏
Auto Layout会帮助app自动调整新的UI元素度量,
并且对字号自动动态调整。
iOS 7,app的图标尺寸是120 x 120像素(高分辨率下)。提供包含 状态栏部分的图像。
iOS 7,视图控制器统一采用了全屏视图
自定义bar的icon。
使用Auto Layout帮助你的app完成相...
分类:
移动开发 时间:
2014-08-29 18:19:38
阅读次数:
449
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
一、兼容类库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