码迷,mamicode.com
首页 >  
搜索关键字:bottom bar    ( 10976个结果
BootStrap入门教程 (四) :JQuery类库插件(模态窗口,滚动监控,标签效果,提示效果,“泡芙”效果,警告区域,折叠效果,旋转木马,输入提示)
上讲回顾:Bootstrap组件丰富同时具有良好可扩展性,能够很好地应用在生产环境。这些组件包括按钮(Button),导航(Navigation),缩略图(thumbnails),提醒(Alert),进度条(progress bar)等,能够很好减少前端工程师的代码量,实现更加丰富充实的页面。 .....
分类:Web程序   时间:2014-08-02 09:53:53    阅读次数:496
activity-alias
今天在弄android的viewdeck界面时,发现action bar左上角的icon是app的icon,没法修改,找了半天,发现可以用activity-alias来设置,它可以快速指向到一个Activity,但同时又能各自定义不同的icon。 <activity-al...
分类:其他好文   时间:2014-08-01 23:24:22    阅读次数:533
QSS之QTreeView
/*QTreeView*/ QTreeView{ alternate-background-color:yellow; } QTreeView{ show-decoration-selected:1; } QTreeView::item{ border:1pxsolid#d9d9d9; border-top-color:transparent; border-bottom-color:transparent; } /*鼠标在QTreeView上面移动时的效果*/ QTreeView:..
分类:其他好文   时间:2014-08-01 20:13:22    阅读次数:2752
快速高斯模糊[剪裁版]
高斯模糊函数的升级版本,带剪裁区域。 函数check_rect()是处理剪裁区域矩形。如果不打算剪裁,只需要设置left, top, right, bottom都为0就可以了;另外位图的存储格式是上下反转的,如果正常剪裁的话,只需要设置bottom为 -bottom即可。...
分类:其他好文   时间:2014-08-01 16:10:51    阅读次数:310
IOS开发 - Create Push Segue Animation Without UINavigationController
APPLE提供了三种storyboard segue的方式:push,modal,custom . push segue是系统预定义的跳转方式, 为了使其能正常工作,我们还必须加载UINavigationController。 有时候,我们不想看到UINavigation bar,我们可以使用m.....
分类:移动开发   时间:2014-08-01 13:04:11    阅读次数:315
如果写一个android支持的html文件
Software License .box { overflow:hidden; width:96%; margin: 0 auto; padding-top: 20px;} .lan { overflow:hidden; margin-bottom:20px; color:#2f2f2f; background-color:#eee;} ...
分类:移动开发   时间:2014-07-31 20:57:17    阅读次数:332
google 开放I/O源码
在这款应用程序中谷歌对部分功能、API和设计架构进行了非常详细的阐述,其中包括碎片、程序加载、服务、广播、接收器、警告、通知、SQLite数据库、内容提供商、Action Bar、导航Drawer和Google Drive API、Google Cloud Messaging、Material De...
分类:其他好文   时间:2014-07-31 12:54:16    阅读次数:229
7.30.2014 CSS初识
今天初识css3看来JQuery高级编程要放到最后去看了。笔记:a:link{color:blue;}未访问a:visited{color:blue;}已访问a:hover{color:red;}悬浮a:active{color:yellow;}活动链接css代码格式p{css属性:属性值}border-radius:xxpx;(边框圆角)padding-(top,left,right,bottom):xxp..
分类:Web程序   时间:2014-07-31 10:00:36    阅读次数:447
HDU - 2842 Chinese Rings
Description Dumbear likes to play the Chinese Rings (Baguenaudier). It’s a game played with nine rings on a bar. The rules of this game are very simple: At first, the nine rings are all on the bar....
分类:其他好文   时间:2014-07-30 20:50:24    阅读次数:319
[CSS] 浮动DIV
CSS代码: .floatDiv { right: 0; bottom: 50%; position: absolute; z-index: 100; margin-right: 10px; } 代码使用: 浮动DIV 代码效果:
分类:Web程序   时间:2014-07-30 11:41:33    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!