码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
Demo on bar code printing using SAP Scripts/Smart forms
Demo on bar code printing using SAP Scripts/Smart forms...
分类:其他好文   时间:2015-01-08 22:47:07    阅读次数:940
css3 transform
New Document div{ margin: 30px 0px 80px; width: 200px; height: 50px; font-size: 18px; font-weight: bold; background: none repeat scroll 0% 0% #DEE4EE; color: #305999; text-align: center; line-heigh...
分类:Web程序   时间:2015-01-08 21:39:44    阅读次数:159
Foo, Bar是什么意思?
http://www.cnblogs.com/awpatp/archive/2011/02/27/1966380.html译文:术语foobar,foo,bar,baz和qux经常在计算机编程或计算机相关的文档中被用作占位符的名字。当变量,函数,或命令本身不太重要的时候,foobar,foo,bar...
分类:其他好文   时间:2015-01-08 17:29:15    阅读次数:113
自定义状态栏背景(status bar)
公司大设计师只出iOS设计图。新的iOS系统的状态栏(status bar,就是显示时间、电量那个)是透明的,Android 4.4 (Kitkat,api 19)也添加了自定义 status bar 和 navigation bar 的一些api,可以实现同样的效果。 --- github上有 SystemBarTint 可以使用,但是很多功能用不到,所以自己实现了下。 --- @Ov...
分类:其他好文   时间:2015-01-08 15:21:32    阅读次数:152
文档和元素中与几何形状和滚动相关的属性和方法
pageXOffset, pageYOffset 浏览器窗口的滚动条位置,IE8以前的IE浏览器不支持,需要使用document.scrollLeft和document.scrollTop,对于怪异模式,则使用document.body.scrollLeft和document.body.scroll...
分类:其他好文   时间:2015-01-08 14:48:15    阅读次数:181
log4j:特定类的日志输出到指定的日志文件中
问题描述:我有一个类foo.bar.Baz,我想让Baz这个类的日志输出到指定的日志文件中,其它的就使用默认的配置。log4j.rootLogger=ERROR, logfilelog4j.appender.logfile=org.apache.log4j.DailyRollingFileAppen...
分类:其他好文   时间:2015-01-08 10:59:15    阅读次数:2740
actionbar 与dialog 并用是注意事项
报错信息ActionBarImpl can only be used with a compatible window decor layout原因:1:requestWindowFeature(Window.FEATURE_ACTION_BAR);与android:theme="@android:...
分类:其他好文   时间:2015-01-08 09:31:48    阅读次数:138
Unity 制作滚动物品界面
Unity 制作滚动物品界面: 第一种方式: (panel的方式实现) 1. 创建一个GameObject(A),添加UIPanel和UIScrollView 2. 物品放入A中,添加Drag Scroll View 和 box Colliders(一般是添加一个Grid,物体放入Grid,把Gri...
分类:编程语言   时间:2015-01-08 00:46:43    阅读次数:350
[翻译] LTInfiniteScrollView
LTInfiniteScrollView效果:Usage - 使用Create the scroll view by:通过以下方式来创建出scroll viewself.scrollView = [[LTInfiniteScrollView alloc]initWithFrame:CGRectMak...
分类:其他好文   时间:2015-01-07 23:27:55    阅读次数:155
java:list排序
第一种方法:就是list中对象(bean文件)实现Comparable接口,代码如下:package com.mapred.entity;public class Bar implements Comparable{ private String id; private String hexVal....
分类:编程语言   时间:2015-01-07 18:42:49    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!