码迷,mamicode.com
首页 >  
搜索关键字:harry and magic box    ( 9754个结果
Docker学习笔记1 :镜像制作
参考资源:http://blog.csdn.net/kongxx?viewmode=contentshttp://my.oschina.net/feedao/blog==============================运行环境win8.1 + virtual box, 运行 centos6....
分类:其他好文   时间:2014-09-28 19:39:15    阅读次数:322
Webkit 文字和背景效果
-webkit-background-clip:padding-box | border-box | content-box | text,指定对象的背景图像向外裁剪的区域。对应的脚本特性为backgroundClippadding-box从padding区域(不含padding)开始向外裁剪背景。...
分类:Web程序   时间:2014-09-28 16:00:33    阅读次数:7991
关于Virtual Box虚拟机里的系统不能启动的解决方法
当我们的虚拟机在非正常关闭后,再次启动机器时,Virtual Box会出现 Runtime error opening 'C:\Users\admin\VirtualBox VMs\Windows Server\Windows Server.vbox for reading: -102 (File....
分类:其他好文   时间:2014-09-28 08:56:11    阅读次数:234
IE中的Bug们 之 box-shadow无效问题
测试半小时,我终于捉住了这只Bug。内容如下:在 IE 中,如果元素 display 为 table 且 border-collapse 为 collapse,其 box-shadow 将会无效。css:.a { box-shadow: 0 0 35px rgba(0, 0, 0, .15);...
分类:其他好文   时间:2014-09-26 19:25:18    阅读次数:546
纯CSS实现漂亮圆角阴影边框
【荐】纯CSS实现漂亮圆角阴影边框_潜水射流曝气机 Custom box with no width restrictions. Height restriction is based on the amount of content.textLorem ipsum dolor sit...
分类:Web程序   时间:2014-09-26 14:18:58    阅读次数:257
如何为file增加文件类型的识别
通过修改/etc/magic能够增加可识别的文件类型/etc/magic有四个字段:offsetdata-typevaluefile-typeoffset文件中的偏移量,从0开始计算.表示file从该偏移量开始匹配data-type测试类型.文本比较用string,字节比较用offset,两字节比较用short,四字节比较用longvalue用户希望的值,若..
分类:其他好文   时间:2014-09-26 11:22:09    阅读次数:169
Webkit Box 模型属性备忘
-webkit-box-orient: horizontal||vertical设置或检索弹性盒模型对象的子元素的排列方式。对应的脚本特性为boxOrient。需设置容器的display:-webkit-box;CSS样式:html,body,div{ margin:0px; padding:0px...
分类:Web程序   时间:2014-09-26 11:20:38    阅读次数:2770
processing mouse
voidsetup(){size(1000,600,P3D);noFill();smooth();}voiddraw(){background(0);translate(width/2,height/2,-(width/2));rotateY(map(mouseX,0,width,-PI,PI));stroke(100);box(350);rotateX(map(mouseY,0,height,-PI,PI));stroke(150);box(200);}
分类:其他好文   时间:2014-09-26 00:20:38    阅读次数:170
PHP __DIR__, __FILE__, __FUNCTION__, __CLASS__, __METHOD__, __LINE__, __NAMESPACE__
PHP has large number of predefined constants. This HOWTO will present the seven most important, most practical and most useful PHP Magic Constants.__F...
分类:Web程序   时间:2014-09-25 21:58:27    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!