码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
laravel url管理与使用
获取当前URL获取当前URL有两种方式,URL::current()或URL::full(),区别是返不返回GET参数如Route::get('/current/url',function(){returnURL::current();});输入/current/url?foo=bar时只显示htt...
分类:其他好文   时间:2014-09-13 21:21:45    阅读次数:247
Leetcode:Largest Rectangle in Histogram 最大矩形面积
Largest Rectangle in HistogramGiven n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of...
分类:其他好文   时间:2014-09-11 20:52:42    阅读次数:323
jquery on();
on(events,[selector],[data],fn)selector:是祖先元素的子元素,这样祖先元素就可以处理这个选择器所对应的对象的所有事件 $(".comment_bar").on("click","button",function(){ var aa = $(this).parents(".comment_bar").find(".reply_list"); ...
分类:Web程序   时间:2014-09-11 17:23:52    阅读次数:276
上下文菜单和Contextual Action Mode(学习Android Programming The Big Nerd Ranch Guide)
在Android Programming The Big Nerd Ranch Guide书中,讲解上下文菜单的实现,添加一个删除菜单。在Honeycomb发布前的设备里,上下文的action都是以悬浮的上下文菜单形式呈现。在之后的设备里,推荐用上下文的action bar的方式去呈现上下文的act...
分类:移动开发   时间:2014-09-11 04:30:01    阅读次数:405
The Amazing ProgressBar Control(转)
A progress bar which displays progress as passage through a simple maze.
分类:其他好文   时间:2014-09-10 21:07:21    阅读次数:300
DIV滚动条
overflow-x:scroll是横的有overflow-y:scroll是竖的有overflow:scroll横竖有overflow:hidden横竖都没有
分类:其他好文   时间:2014-09-10 20:56:40    阅读次数:161
iOS7隐藏状态栏 status Bar
如果只是单纯的隐藏状态栏,那么是在默认情况下,只需要重新实现两个新方法- (UIStatusBarStyle)preferredStatusBarStyle{ return UIStatusBarStyleLightContent; //UIStatusBarStyleDefault =...
分类:移动开发   时间:2014-09-10 17:17:20    阅读次数:258
开发自己的One Page Scroll插件(二)
我经常会不停地发布当前的版本,从而可以在GitHub上得到不断的反馈。我的开发模式是不断的迭代。在开始的时候,我不会太关注它在手机上的效果,其实到目前我也没有关注这个问题。但其实我使用了一个简单的解决方案。
分类:其他好文   时间:2014-09-10 15:34:10    阅读次数:194
简单的procfs模型
#include #include #include #include #include static struct proc_dir_entry *root, *jiffies_file, *kbuf_file, *symlink, *symlink; //struct fb_data_t foo_data,bar_data; static ssize_...
分类:其他好文   时间:2014-09-10 12:36:10    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!