码迷,mamicode.com
首页 >  
搜索关键字:kalman filter    ( 10522个结果
mina 之 java.lang.OutOfMemoryError
前段时间在测试过程中发现了mina框架的问题:当mina一次传输的文件超过一定值(如55m)或者连续传输文件的次数过于频繁,就会内存溢出: org.apache.mina.filter.codec.ProtocolEncoderException:java.lang.OutO...
分类:编程语言   时间:2014-09-02 21:30:56    阅读次数:382
Spring DelegatingFilterProxy解析
以前DelegatingFilterProxy是在需要使用spring security 的时候在xml中配置,如下: springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy springS...
分类:编程语言   时间:2014-09-02 19:51:25    阅读次数:231
iptables规则的查看、添加、删除和修改
这里只列出比较常用的参数,详细的请查看man iptables 1、查看 iptables -nvL –line-number -L 查看当前表的所有规则,默认查看的是filter表,如果要查看NAT表,可以加上-t NAT参数 -n 不对ip地址进行反查,加上...
分类:其他好文   时间:2014-09-02 18:17:25    阅读次数:237
CSS--border小三角[兼容IE6的边框透明效果]
border:20px solid transparent;_border-color:tomato;_filter:chroma(color=tomato);width:0;height:0;overflow:hidden;display: inline-block;注意:当前层的背景色在IE6浏...
分类:Web程序   时间:2014-09-02 17:34:05    阅读次数:152
python Lambda, filter, reduce and map
1. lambdaThe lambda operator or lambda function is a way to create small anonymous functions ,i.e. functions without a name. 可以方便的创造一个函数。比如 def add(.....
分类:编程语言   时间:2014-09-02 14:09:04    阅读次数:182
64位系统注册32位的directshow filter文件
在SERVER2008上注册自己写的directshow filter 的dll或者ax文件的时候总是提示 [Window Title] RegSvr32 [Content] 模块“.\ball.dll”加载失败。 请确保该二进制存储在指定的路径中,或者调试它以检查该二进制或相关的 .DLL 文件是否有问题。 找不到指定的模块。 [确定] ...
分类:其他好文   时间:2014-09-02 10:31:30    阅读次数:161
Currency 货币 filter
angularjs 其实也有一个currency指令,不过好像只是换符号而已。这里自己写了一个简单的兑换率filter {{ 100 | myCurrency}} change angular.module...
分类:其他好文   时间:2014-09-02 01:30:43    阅读次数:161
kendo AutoComplete实现多筛选条件
kendo autoComplete 原始情况下是不支持多筛选条件的 $("#autocomplete").kendoAutoComplete({ filter: "contains" });根据autocomplete 提供的api可以知道使用filter有三种,分别是startswith, endswith , contains。但是作为中文使用用户,我们该怎么办呢。很多时候,我们希望搜...
分类:其他好文   时间:2014-09-01 19:37:03    阅读次数:230
基于FFmpeg的RTSP directshow filter
基于FFmpeg的RTSP directshow filter,注册好filter,可以直接render rtsp url...
分类:其他好文   时间:2014-09-01 17:41:43    阅读次数:248
Struts2 Interceptors
Struts2 Interceptors 详解Struts2请求与响应的流程图:1、Struts2的整个生命周期开始于来自客户端的request请求,然后通过servlet容器执行相应的filter(此过程体现设计模式中的责任链模式)。2、FilterDispatcher被调用,它通过查找Actio...
分类:其他好文   时间:2014-09-01 17:19:03    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!