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.导入jar包,ssh的jar包一共是38个,此时还需要多加一个包,就是struts的注解插件jar。2.在web.xml文件中配置struts
filter 和spring 的listener。代码如下: contextConfigLocation classpath:application.....
分类:
其他好文 时间:
2014-05-20 02:14:05
阅读次数:
260
Overview of How Filters WorkThis section
provides an overview of the following topics:How the Servlet Container Invokes
FiltersTypical Filter ActionsH...
分类:
其他好文 时间:
2014-05-19 23:10:22
阅读次数:
418
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
1. 机制:spring
mvc的入口是servlet,而struts2是filter,这样就导致了二者的机制不同。2. 性能:spring会稍微比struts快。spring
mvc是基于方法的设计,而sturts是基于类,每次发一次请求都会实例一个action,每个action都会被注入属性,而...
分类:
编程语言 时间:
2014-05-15 13:58:23
阅读次数:
316