码迷,mamicode.com
首页 >  
搜索关键字:background erase evt onerasebackground    ( 7141个结果
获取某一个相册中所有照片和照片的缩略图
- (void)loadAssets {          // Initialise     _assets = [NSMutableArray new];     _assetLibrary = [[ALAssetsLibrary alloc] init];          // Run in the background as it takes a while to get a...
分类:其他好文   时间:2014-06-05 12:06:55    阅读次数:215
UVa-101 - The Blocks Problem
The Blocks Problem  Background  Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robo...
分类:其他好文   时间:2014-06-04 21:55:37    阅读次数:313
POJ 1915 Knight Moves(BFS+STL)
Knight Moves Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 20913   Accepted: 9702 Description Background Mr Somuro...
分类:其他好文   时间:2014-06-03 04:02:09    阅读次数:260
背景图片充满屏幕不叠加
body{ background-position:center; background-repeat:no-repeat; }div#div1{ position:fixed; top:0; left:0; bottom:0; right:0; z-i...
分类:其他好文   时间:2014-05-31 14:11:16    阅读次数:243
android:themes.xml
1 2 13 25 26 You can count on this being a dark 29 background with light text on top, but should try to make no 30 other assumptions ...
分类:移动开发   时间:2014-05-31 06:12:59    阅读次数:492
解决IE6、IE7、Firefox兼容最简单的CSS Hack
写三句代码来控制一个属性,区别Firefox,IE7,IE6: background:orange; *background:green !important; *background:blue; 说明:这段代码会使在Firefox中,背景呈橙色;IE7中为绿色;IE6中为蓝色。道...
分类:Web程序   时间:2014-05-30 22:12:39    阅读次数:341
css3 ------ gradient
使用gradient的地方有:background-imageborder-imagelist-style-imagecontent propertylinear-gradient:语法:Formal grammar: linear-gradient( [ | to ,]? [, ]+ ) ...
分类:Web程序   时间:2014-05-30 02:56:32    阅读次数:283
CSS那点事
1. CSS文件必须使用UTF-8编码;2. CSS代码必须小写;3. 常量值不能加引号,除非值中含有空格。如:color:"red"是错误的,应把引号去掉;font-family:"Century Gothic"; 如果名字中含有空格则必须加引号;4. background-img:url("im...
分类:Web程序   时间:2014-05-30 00:07:38    阅读次数:315
谷歌下设置滚动条的css样式
.oLi-lists-scroll::-webkit-scrollbar { width:5px; padding:1px; background:url(../images/repeat-bar.png) repeat-y;}/* Track */.oLi-lists-scroll::-webki...
分类:Web程序   时间:2014-05-29 19:02:39    阅读次数:386
IE6兼容png24透明滤镜写法图片路径是以页面为基点
background:url(logo2.png) no-repeat; _background-image:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’logo2.png’); 注意:滤镜的图片路径是以...
分类:其他好文   时间:2014-05-28 22:34:19    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!