码迷,mamicode.com
首页 >  
搜索关键字:asm background proce    ( 8328个结果
HTML CSS——background的认识(一)
今天回归bug时无意间看到了样式表中background属性,现在总结一下:...
分类:Web程序   时间:2014-06-19 11:26:09    阅读次数:241
linux下Oracle11g RAC搭建(四)
linux下Oracle11g RAC搭建(四) 三、配置共享存储  配置ASM管理准备   1)OCRDISK :存储CRS资源配置信息 2)VOTEDISK:仲裁盘,记录节点状态 3)DataDisk:存放datafile、controlfile、redologfile、spfile等 4)RecoveryArea:存放flashbackdatabase log、archiv...
分类:数据库   时间:2014-06-15 17:11:39    阅读次数:401
input输入什么div图层显示什么
.ppp{           width:600px;      height:300px;      background-color:pink;      }                 $("document").ready(function(){             $("#ttt").keyup(          ...
分类:其他好文   时间:2014-06-14 10:07:32    阅读次数:167
Hide C# winform App Window When Started by Task Scheduler
To make a Scheduled Task run in the background, change the User running the task to "SYSTEM", and nothing will appear on your screen....
分类:移动开发   时间:2014-06-14 09:33:39    阅读次数:395
编写小游戏《贪头蛇》第三篇
点击NEW GAME按钮,进入游戏主场景 代码: 游戏背景 layer = (CCLayer*)this->getChildren()->objectAtIndex(SnakeConstants::LAYER_BACKGROUND); layer->setTouchEnabled(false); //游戏背景 CCSize size = CCDirector::sh...
分类:其他好文   时间:2014-06-13 20:39:00    阅读次数:371
jquery.cycle.js简单用法实例
样式:a{text-decoration: none;}*{margin:0; padding:0;}/*容器设置*/.player { width:216px; height:248px; background:url(http://i2.itc.cn/20120117/2cc0_da8f6c82...
分类:Web程序   时间:2014-06-12 22:19:02    阅读次数:409
errno
Linux内核版本:2.6.20include/asm-generic/errno-base.h 1 #define EPERM 1 /* Operation not permitted */ 2 #define ENOENT 2 /* No ...
分类:其他好文   时间:2014-06-12 21:57:57    阅读次数:409
jquery返回顶部-ie6配合css表达式。
css:.wraper{ width:980px; height:2048px; margin:0 auto; background:#ccc; }/*返回头部*/#backToTop a{ display:block; cursor:pointer;width:25px; height:26px;...
分类:Web程序   时间:2014-06-12 21:52:32    阅读次数:362
背景半透明rgba最佳实践
by 一丝 背景半透明rgba最佳实践 转换工具 转换工具 body { background: url(http://ww4.sinaimg.cn/cmw205/90f78f62jw1eafnlnk7cqj20q00y...
分类:其他好文   时间:2014-06-12 06:40:46    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!