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.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
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 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
$(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
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
简述: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
从一个大神那看到的,拷贝过来跟大家分享下!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
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实现的加载动画。今天为大家带来一款只需几行代码就可以实现超炫的动画加载特效。我们一起看下效果图: 在线预览源码下载实现代码:极简的html代码: css3代码:body { background: black; display: -webkit-box; ...
分类:
Web程序 时间:
2014-09-07 23:43:45
阅读次数:
302