码迷,mamicode.com
首页 >  
搜索关键字:subgrid paging bar    ( 5566个结果
ios7 statusBar的字体颜色设置为白色
1:statusBar字体为白色 在plist里面设置View controller-based status bar appearance 为 NO;设置statusBarStyle 为 UIStatusBarStyleLightContent 2:设置statusBar和navigationbar为一体 [nav.navigationBar setBackgroundImage:[UII...
分类:移动开发   时间:2015-05-21 17:28:03    阅读次数:142
Exception 0xc0000006 (disk error while paging) has occurred
今天正准备开始做实验,打开挂起来的虚拟机的时候突然报错了,Exception0xc0000006(diskerrorwhilepaging)hasoccurred尝试了好几次都是这个错误。我的里边装的是一个SCCM2012,花了4个小时的时间才搭建好,这个坏了的话岂不是得重新搭建了,我以为这下完了。郁闷死了!后来找了..
分类:其他好文   时间:2015-05-20 18:48:17    阅读次数:208
jquery .index( ) 的用法
Example: 返回ID为bar的元素相对于同辈的索引值。 foo bar baz-----------Example: 返回ID为bar的元素的索引值。 foo bar baz-----------Example: 返回dom元素的索引值。First divSecond divThird div...
分类:Web程序   时间:2015-05-19 18:29:24    阅读次数:129
php深入学习笔记二( 函数内置函数 )
1. call_?user_?func_?array 调用用户自定义函数,第一个参数是函数名, 第二个参数是函数的参数 必须是是一索引数组 function foobar($arg, $arg2) { echo __FUNCTION__, " got $arg and $arg2\n"; } class foo { function bar($arg, $arg2) { ...
分类:Web程序   时间:2015-05-19 16:43:21    阅读次数:176
自定义custom Tab Bar
iOS提供的Tab Bar比较简单,我们常常有些别样的需求,此时往往需要自行自定义Tab Bar,如下图所示: 如图所示,需要在某个页面中添加一个类似于Tab Bar的控件,该页面其他内容都是可以滚动的,但是“Tab Bar”只能在底部显示。第一个映入脑中的想法是用UITabl...
分类:其他好文   时间:2015-05-18 16:21:40    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!