码迷,mamicode.com
首页 >  
搜索关键字:rtsp filter    ( 11032个结果
[Node.js]在windows下不得不防的小错误
TypeError: Arguments to path.join must be strings at f (path.js:204:15) at Object.filter (native) at exports.join (path.js:209:40) at expo...
分类:Windows程序   时间:2014-08-10 21:18:30    阅读次数:241
Struts2_1_struts2运行环境的搭建
1)最少需要导入的jar包: commons-fileupload-1.2.1.jar、commons-logging-1.0.4.jar、 freemarker-2.3.15.jar、ognl-2.7.3.jar、struts2-core-2.1.8.jar、 xwork-core-2.1.6.jar 2)web.xml文件的配置: <web-app id="WebApp_9...
分类:其他好文   时间:2014-08-10 18:44:00    阅读次数:175
angular 项目回顾
从学习angular,到实际项目开发不到一周,完全是边写边学呀,都是为了项目,已使用angular 开发了两个项目了,有些技术当时只是会用,都没好好回顾一下,现在有时间回顾一下,项目中用到的一些指令,服务,路由,filter 等,一点点记录一来// 初始化angular.bootstrap(dom,...
分类:其他好文   时间:2014-08-10 15:15:30    阅读次数:246
linux# vi /etc/sysconfig/iptables 配置文件
*filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [0:0]:RH-Firewall-1-INPUT - [0:0]-A INPUT -j RH-Firewall-1-INPUT-A FORWARD -j RH-Firewal...
分类:系统相关   时间:2014-08-09 22:58:29    阅读次数:977
VLC播放器架构剖析
VLC采用多线程并行解码架构,线程之间通过单独的一个线程控制所有线程的状态,解码器采用filter模式.组织方式为模块架构模块简述:libvlc 是VLC的核心部分。它是一个提供接口的库,比如给VLC提供功能接口:流的接入,音频视频的输出,插件管理,线程系统。interface 包含...
分类:其他好文   时间:2014-08-09 18:31:18    阅读次数:216
Demo of Python "Map Reduce Filter"
Here I share with you a demo for python map, reduce and filter functional programming that owned by me(Xiaoqiang). I assume there are two DB tables, that `file_logs` and `expanded_attrs` which re...
分类:编程语言   时间:2014-08-09 04:57:17    阅读次数:525
easyui filter 过滤时间段
1$.extend($.fn.datagrid.defaults.filters,{2dateRange:{3init:function(container,options){4varc=$('').appendTo(container);5c.find('.d1,.d2').datebox();6...
分类:其他好文   时间:2014-08-08 23:51:37    阅读次数:680
[转]MVC之 自定义过滤器(Filter)
本文转自:http://www.cnblogs.com/kissdodog/archive/2013/01/21/2869298.html一、自定义Filter 自定义Filter需要继承ActionFilterAttribute抽象类,重写其中需要的方法,来看下ActionFilterAttri....
分类:Web程序   时间:2014-08-08 12:15:25    阅读次数:201
遍历分区大小
Get-WmiObject -Class Win32_LogicalDisk -Filter "DriveType=3" | Format-Table deviceid, @{Label="free(GB)"; Expression={($_.freespace/1GB).tostring("f1....
分类:其他好文   时间:2014-08-08 12:07:55    阅读次数:238
django model filter 条件过滤,及多表连接查询、反向查询,某字段的distinct
1.多表连接查询:当我知道这点的时候顿时觉得django太NX了。class A(models.Model):name = models.CharField(u'名称')class B(models.Model):aa = models.ForeignKey(A)B.objects.filter(a...
分类:其他好文   时间:2014-08-08 12:02:05    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!