码迷,mamicode.com
首页 >  
搜索关键字:css3 filter    ( 20106个结果
CSS3的圆角Border-radius
CSS3的圆角Border-radius 如下图所示:了解更多:http://www.w3cplus.com/css3/border-radius
分类:Web程序   时间:2014-05-12 15:31:43    阅读次数:308
CSS3的文字阴影—text-shadow
CSS3的文字阴影—text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow查看更多:http...
分类:Web程序   时间:2014-05-12 14:19:47    阅读次数:515
Filter过滤链条
Filter.javapackage com.bjsxt.dp.filter;public interface Filter { String doFilter(String str);}SesitiveFilter.javapackage com.bjsxt.dp.filter;public...
分类:其他好文   时间:2014-05-12 12:08:37    阅读次数:249
CSS3之transition
^_ ^首先: transition 过渡 平滑的改变样式 transition-property 要过渡的属性 transition-duration 过渡的时间(s) transition-delay 过渡前等待时间 transition-timing-function 过渡速度曲线 ...
分类:Web程序   时间:2014-05-10 07:40:21    阅读次数:407
Struts 2 基础篇【转】
转载至 : http://www.blogjava.net/huamengxing/archive/2009/10/21/299153.htmlStruts2架构图有视频讲解百度一下就可以找到了 我是在 私塾在线看到的 (因为这里放链接处error所以就没上连接了) 请求首先通过Filter c.....
分类:其他好文   时间:2014-05-10 07:37:57    阅读次数:470
提高ASP.NET页面载入速度的方法
前言本文是我对ASP.NET页面载入速度提高的一些做法,这些做法分为以下部分:目录1.采用 HTTP Module 控制页面的生命周期。2.自定义Response.Filter得到输出流stream生成动态页面的静态内容(磁盘缓存)。3.页面GZIP压缩。4.OutputCache 编程方式输出页面...
分类:Web程序   时间:2014-05-10 07:24:56    阅读次数:499
当filter使用函数而非选择器来过滤元素时的一个有趣的地方
JQuery官方API关于filter方法的介绍有这么一个实例: 也就是说除了常规的使用.filter(selector)的方式来过滤内容外,我们还可以使用.filter(function(index) { ....//判断语句,返回Boolean值})的方式来实现所需功能。需要了解的是这里的fun...
分类:其他好文   时间:2014-05-10 07:20:01    阅读次数:318
每日计划 - html+css作品 : CSS3动画实现钟摆效果
#container{ transition:all 3s; margin:-20px auto; width:1px; height: 500px; animation: around 8s infinite ease;} #line{width: 1p...
分类:Web程序   时间:2014-05-10 00:39:24    阅读次数:4537
linux下IPTABLES配置详解
linux下IPTABLES配置详解如果你的IPTABLES基础知识还不了解,建议先去看看.开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -nChain INPUT (policy ACCEPT)targe...
分类:系统相关   时间:2014-05-09 23:51:58    阅读次数:764
filter press supplier
Next to your sewing machine, your iron is your most important piece of equipment for sewing. For the best results with your sewing projects you should...
分类:其他好文   时间:2014-05-09 20:43:40    阅读次数:480
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!