上讲回顾:Bootstrap组件丰富同时具有良好可扩展性,能够很好地应用在生产环境。这些组件包括按钮(Button),导航(Navigation),缩略图(thumbnails),提醒(Alert),进度条(progress bar)等,能够很好减少前端工程师的代码量,实现更加丰富充实的页面。 .....
分类:
Web程序 时间:
2014-08-02 09:53:53
阅读次数:
496
今天在弄android的viewdeck界面时,发现action bar左上角的icon是app的icon,没法修改,找了半天,发现可以用activity-alias来设置,它可以快速指向到一个Activity,但同时又能各自定义不同的icon。 <activity-al...
分类:
其他好文 时间:
2014-08-01 23:24:22
阅读次数:
533
/*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
APPLE提供了三种storyboard segue的方式:push,modal,custom . push segue是系统预定义的跳转方式, 为了使其能正常工作,我们还必须加载UINavigationController。 有时候,我们不想看到UINavigation bar,我们可以使用m.....
分类:
移动开发 时间:
2014-08-01 13:04:11
阅读次数:
315
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
在这款应用程序中谷歌对部分功能、API和设计架构进行了非常详细的阐述,其中包括碎片、程序加载、服务、广播、接收器、警告、通知、SQLite数据库、内容提供商、Action Bar、导航Drawer和Google Drive API、Google Cloud Messaging、Material De...
分类:
其他好文 时间:
2014-07-31 12:54:16
阅读次数:
229
今天初识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
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代码: .floatDiv { right: 0; bottom: 50%; position: absolute; z-index: 100; margin-right: 10px; } 代码使用: 浮动DIV 代码效果:
分类:
Web程序 时间:
2014-07-30 11:41:33
阅读次数:
181