码迷,mamicode.com
首页 >  
搜索关键字:harry and magic box    ( 9754个结果
【css】多行文字图片混排容器内垂直居中解决方案
css:.box-wrap{display:table;width:200px;height:200px;*position:relative;}/*最外边的容器,需固定宽高*/.box-hack{display:table-cell;height:200px;vertical-align:midd...
分类:Web程序   时间:2014-09-12 20:29:33    阅读次数:200
设置ul阴影效果和边框圆角
ul.box {position: relative;z-index: 1; /* prevent shadows falling behind containers with backgrounds */overflow: hidden;list-style: none;margin: 0;pad...
分类:其他好文   时间:2014-09-12 13:24:53    阅读次数:279
The Aggregate Magic Algorithms
http://aggregate.org/MAGIC/The Aggregate Magic AlgorithmsThere are lots of people and places that create and collect algorithms of all types (hereare ...
分类:其他好文   时间:2014-09-11 22:22:52    阅读次数:400
在centos 6.5 在virtual box 上 安装增强版工具
centos 6.5 在virtual box 上 安装增强版工具: 出现:centos unable to find the source of your current linux kernelIs it too late to contribute to this thread? I fo.....
分类:其他好文   时间:2014-09-11 19:10:42    阅读次数:160
html a title 自定义样式显示
$(function() { // show try product title $(".tb7_try_box").find("a").each(function(d) {//这里是控制标签 if ($(this).attr('mytitl...
分类:Web程序   时间:2014-09-11 18:56:02    阅读次数:1183
php set_magic_quotes_runtime() 函数过时解决方法
PHP5.3中 bool set_magic_quotes_runtime ( bool $new_setting )函数过时.把函数:set_magic_quotes_runtime($newsetting);替换成:ini_set("magic_quotes_runtime", $newsett...
分类:Web程序   时间:2014-09-10 19:21:20    阅读次数:219
使用EF 4.1的DbContext
简述:EF4.1包括Code First和DbContext API。DbContext API为EF提供更多的工作方式:Code First,Database First和Model First。使用DbContext构造函数1. Code First约定连接namespace Magic.Uni...
分类:数据库   时间:2014-09-09 15:57:49    阅读次数:276
html5 canvas 运行起来绝对让你震撼!
从一个大神那看到的,拷贝过来跟大家分享下!html*{margin:0;padding:0;}body{background:#222;} canvas{ position:absolute; border:5px solid rgba(255,255,255,0.1); box-shadow...
分类:Web程序   时间:2014-09-09 15:08:38    阅读次数:256
processing box
voidsetup(){size(200,200,P3D);noFill();smooth();}voiddraw(){background(0);translate(width/2,height/2,-(width/2));rotateY(map(mouseX,0,width,-PI,PI));stroke(100);box(150);rotateX(map(mouseY,0,height,-PI,PI));stroke(150);box(75);}
分类:其他好文   时间:2014-09-09 09:10:49    阅读次数:348
几行css3代码实现超炫加载动画
之前为大家分享了css3实现的加载动画。今天为大家带来一款只需几行代码就可以实现超炫的动画加载特效。我们一起看下效果图: 在线预览源码下载实现代码:极简的html代码: css3代码:body { background: black; display: -webkit-box; ...
分类:Web程序   时间:2014-09-07 23:43:45    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!