码迷,mamicode.com
首页 >  
搜索关键字:filter    ( 10484个结果
css透明度
filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;
分类:Web程序   时间:2014-05-27 01:50:04    阅读次数:183
Java Web总结二十Filter、装饰设计模式
一、Filter的部署——注册Filter testFitler org.test.TestFiter word_file /WEB-INF/word.txt 1、用于为过滤器指定一...
分类:编程语言   时间:2014-05-27 01:37:02    阅读次数:310
belt filter press
In a traditional camera, the lens was king. If the lens delivered a decent image, exactly that image would be recorded on the film. As the original im...
分类:其他好文   时间:2014-05-24 06:25:15    阅读次数:348
Realtek简单使用
前提是:1,要选择网卡;2,这里的 Capture Filter要留空;1,只捕获某个ip的数据包使用ip.addr==192.168.0.1142,捕获某个端口数据包使用命令:udp.port == 8000
分类:其他好文   时间:2014-05-24 00:07:40    阅读次数:302
jQuery filter函数使用方法
利用filter函数可以从wrapper set中过滤符合条件的DOM元素。如果有一个内容如下的html文件,要获取类为external的元素,使用filter可以很easy地搞定。link link link link link link link link link www.jbxue.com....
分类:Web程序   时间:2014-05-23 12:21:34    阅读次数:450
数据转换服务-文本抽出技术
DMC Text Filter是北京市红樱枫软件有限公司自主独立开发完成的,支持多平台、多线程、多语言的通用文本抽出程序库。利用该程序库可以从数十种数据文件格式中,将纯文本数据进行抽出。...
分类:其他好文   时间:2014-05-23 08:14:49    阅读次数:269
jQuery -> end方法的用法
我们在对结果集使用find、filter等方法时,会改变结果集。 这种改变原先结果集的方法被称作destructive jQuery method jQuery cookbook有如下定义:A destructive operation is any operation that changes the set of matched jQuery elements, which means a...
分类:Web程序   时间:2014-05-22 09:40:42    阅读次数:382
iptables惹的祸
iptables惹的祸 [root@localhost ~]# service iptables stop iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ...
分类:其他好文   时间:2014-05-20 15:10:34    阅读次数:249
jQuery -> filter用法
利用filter函数可以从wrapper set中过滤符合条件的DOM元素。 如果我们有一个内容如下的html文件,要获取类为external的<a>元素,使用filter可以很easy地搞定。 link link link link link link link link link filter的参数类型可分为两种: 1 传递选择器 2 传递过滤函数 如果使...
分类:Web程序   时间:2014-05-20 14:04:02    阅读次数:337
JQuery日记_5.14 Sizzle选择器(七)
上篇说道,tokenize方法会把selector分割成一个个selector逻辑单元(如div a是两个逻辑单元)并为之片段赋予对应类型的过滤函数。 for ( type in Expr.filter ) { if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||...
分类:Web程序   时间:2014-05-18 13:42:59    阅读次数:393
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!