码迷,mamicode.com
首页 >  
搜索关键字:directshow filter    ( 10568个结果
opacity兼容写法
1 .opacity{2 position: absolute;3 top: 0px;left: 0px;4 background: #000;5 filter:alpha(opacity=50); /* IE */6 -moz-opacity:0...
分类:其他好文   时间:2014-04-30 18:05:10    阅读次数:900
图片自动加水印
1 package cn.tfri.filter.watermark; 2 3 import java.io.IOException; 4 5 import javax.servlet.Filter; 6 import javax.servlet.FilterChain; 7 import j...
分类:其他好文   时间:2014-04-30 00:31:48    阅读次数:652
web.xml格式(避免eclipse更新延迟-3.0版)
Index.jsp struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts...
分类:Web程序   时间:2014-04-29 13:57:27    阅读次数:510
DataTable筛选某列最大值
dt.Compute("max(列名)","");Compute函数的参数就两个:Expression,和Filter。Expresstion是计算表达式,关于Expression的详细内容请看这里“http://msdn2.microsoft.com/zh-cn/library/system.da...
分类:其他好文   时间:2014-04-29 11:31:46    阅读次数:397
从ffmpeg filter里出来的数据直接送给avcodec_encode_audio2编码,写文件有错。
http://hi.baidu.com/mingyuejingque/item/78e71aff57ae9ec5a835a2e4感谢mingyuejingquest = avformat_new_stream( m_oc, NULL); if (!st) { fprintf(stderr, ...
分类:其他好文   时间:2014-04-29 10:41:46    阅读次数:441
13 BroadcastReceiver
复写BroadcastReceiver中的onReceive()方法。intent-filter过滤器: 发送intentprotected static final String ACTION = "com.szy.broadcast.ACTI...
分类:其他好文   时间:2014-04-29 09:24:46    阅读次数:357
Jsp通过Filter实现UrlRewriter原理
web.xml文件: 1 2 4 5 10 6 7 8 index.jsp 9 10 11 UrlRewriterHelper12 helper.UrlRewriterHelper13 14 15 Ur...
分类:Web程序   时间:2014-04-28 10:35:01    阅读次数:2186
关于使用Filter减少Lucene tf idf打分计算的调研
将query改成filter,lucene中有个QueryWrapperFilter性能比较差,所以基本上都需要自己写filter,包括TermFilter,ExactPhraseFilter,ConjunctionFilter,DisjunctionFilter。 这几天验证下来,还是or改善最明显,4个termfilter,4508个返回结果,在我本机上性能提高1/3。ExactPhrase...
分类:其他好文   时间:2014-04-27 19:05:43    阅读次数:714
10568条   上一页 1 ... 1055 1056 1057
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!