filter: alpha(opacity=50); -moz-opacity: 0.5;
-khtml-opacity: 0.5; opacity: 0.5;
分类:
Web程序 时间:
2014-05-27 01:50:04
阅读次数:
183
一、Filter的部署——注册Filter testFitler
org.test.TestFiter word_file /WEB-INF/word.txt 1、用于为过滤器指定一...
分类:
编程语言 时间:
2014-05-27 01:37:02
阅读次数:
310
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
前提是:1,要选择网卡;2,这里的 Capture
Filter要留空;1,只捕获某个ip的数据包使用ip.addr==192.168.0.1142,捕获某个端口数据包使用命令:udp.port == 8000
分类:
其他好文 时间:
2014-05-24 00:07:40
阅读次数:
302
利用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
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
If we define Servlet filters in web.xml, then
the order of execution of the filters will be the same as the order in which
they are defined in the web...
分类:
其他好文 时间:
2014-05-19 23:07:40
阅读次数:
352
上篇说道,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
最近在做cppunit
test相关工作,用gcov和lcov工具来查看每行代码的覆盖率,个人感觉lcov真棒,看起来很舒服,点起来也很爽!~~闲聊至此,如题:我使用的是lcov的
--remove命令Remove / filter out remaining unwanted stuff from...
分类:
移动开发 时间:
2014-05-17 18:11:48
阅读次数:
505
YUV420数据和字符信息如何利用滤镜方法进行编码?我希望用ffmpeg中的filter方法,把YUV420数据和字符信息一起编码,该怎么办呢?本人目前只实现了把yuv420的数据进行h.264的编码了。本人成功实现利用ffmpeg中的滤镜filter功能,在码流中进行字符叠加,太不容易了!本人使用...
分类:
其他好文 时间:
2014-05-17 17:59:26
阅读次数:
236