码迷,mamicode.com
首页 >  
搜索关键字:effect    ( 776个结果
SCSS loader effect
制作这个案例前,需要准备这些。 1.掌握scss的使用,当然不用也可以,使用scss会比较高效。 2.掌握利用css3的box-shadow、border、border-radius的实现绘图。 3.掌握css3的动画方法。 4.一些耐心、一些创意(创意可以让你更好) 5.学会解析案例,先看静态图。...
分类:Web程序   时间:2014-09-05 08:46:41    阅读次数:244
纯CSS 图片演示
图片框 CSS3 Image Gallery with a 3D Lightbox Effect A CSS3 presentation demonstrating how to take advantage of modern browser...
分类:Web程序   时间:2014-08-19 18:15:55    阅读次数:491
Need a code of lazy load for div--reference
1. For all DIVs of a page$(function() { $("div").lazyload({effect: 'fadeIn'});});2. For a particular DIV having some ID like: some content $(function(...
分类:其他好文   时间:2014-08-19 12:18:34    阅读次数:218
LEA指令
LEA是微机8086/8088系列的一条指令,取自英语Load effect address——取有效地址,也就是取偏移地址。在微机8086/8088中有20位物理地址,由16位段基址向左偏移4位再与偏移地址之和得到。地址传送指令之一。取偏移地址指令指令格式如下:LEA reg16,memLEA指令...
分类:其他好文   时间:2014-08-18 16:13:02    阅读次数:411
poj 1135 Domino Effect (dijkratra算法)
Domino Effect Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8848   Accepted: 2210 Description Did you know that you can use domino bones for other things...
分类:其他好文   时间:2014-08-18 14:33:32    阅读次数:241
使用CSS3创建文字颜色渐变(CSS3 Text Gradient)
考虑一下,如何在网页中达到类似以下文字渐变的效果? 传统的实现中,是用一副透明渐变的图片覆盖在文字上。具体实现方式可参考http://www.qianduan.net/css-gradient-text-effect.html。这种方式优点是图片可控,所以可实现很复杂的渐变效果,但是缺点是图片渐.....
分类:Web程序   时间:2014-08-15 12:36:48    阅读次数:193
ntp 校时程序
//effect:send ntp packet and get the ntp packet ,make the time OK//2014.7.31 is OK//#include #include #include #include #include #include #include #in...
分类:其他好文   时间:2014-07-31 20:18:57    阅读次数:263
POJ1135&&ZOJ1298--Domino Effect【dijkstra+枚举】
题意:有一堆多米诺骨牌,其中有n个关键牌,起到连接的作用,某些关键牌之间有一串普通牌,推倒用,推倒有一定时间消耗,每次都从第一个关键牌开始推,问推倒需要多少时间。 结果有两种可能的情况:第一种是最后一个倒下的是一个关键牌。第二种是最后一个倒下的是两个关键牌之间的一个普通牌,不一定是正中间的那个,不过题目只需要输出关键牌或者两个关键牌之间,第二种情况不需要知道具体的牌时哪个。 思路:di...
分类:其他好文   时间:2014-07-27 11:37:35    阅读次数:317
the zeigarnik effect:the scientific key to better work
If you, like us, are constantly looking for more efficient ways to work, then you will really appreciate what the Zeigarnik effect has to offer. It ca...
分类:其他好文   时间:2014-07-25 19:08:02    阅读次数:423
mongodb mapredReduce 多个条件分组(group by)
现在又一张 表它的数据格式如下: { ?"_id" : ObjectId("53b224e0a1ae72328a57702c"), ?"title" : "SECJ0118E", ?"criteria" : "未找到对应的错误码", ?"actual" : "1", ?"effect" : "可能引起重大问题", ?...
分类:数据库   时间:2014-07-22 09:10:36    阅读次数:367
776条   上一页 1 ... 73 74 75 76 77 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!