码迷,mamicode.com
首页 >  
搜索关键字:asm background proce    ( 8328个结果
ORACLE AUTOMATIC STORAGE MANAGEMENT翻译-第十章ASM内置数据结构(3)完
Disk Directory Disk Directory包含了磁盘组中所有的磁盘信息。Disk Directory信息比PST更为详细。磁盘组中的每一块盘都有一个条目以数字为索引。Disk Directory的文件号在每个磁盘组中都是2号(F2)。 Disk Directory中的字段如下: n  Disk name n  Failure group name n  Disk size...
分类:数据库   时间:2014-06-05 07:05:04    阅读次数:326
背景图片充满屏幕不叠加
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
SSE求解向量大小
float f=0; __asm { mov esi, this ; vector u movups xmm0, [esi] ; first vector in xm...
分类:其他好文   时间:2014-05-30 20:17:35    阅读次数:318
IOT/Abort trap(coredump) oracle10g rac asm aix5错误
起因:两台ibm 小型机搭建的oracle10g rac环境,使用asm磁盘组,运行了多年没有问题,今天机房要计划停电,正常关机后,开机后数据库节点1无法自动启动,使用ps -ef |grep d.bin查看,有crs进程。但是使用crs_stat -t 命令查看,报IOT/Abort trap(c...
分类:数据库   时间:2014-05-30 09:30:23    阅读次数:394
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
迷上了代码!