码迷,mamicode.com
首页 >  
搜索关键字:filters    ( 786个结果
【转】Gabor 入门
Computer Vision TutorialsSearchPrimary MenuSkip to contentTutorialsSearch for:Gabor Filters : A Practical OverviewApril 27, 2014krishnamurthyj 5 Comme...
分类:其他好文   时间:2015-03-30 18:12:52    阅读次数:321
CSS3 Filter特效
CSS3 filter和IE的filter完全是两样东东。Filters主要是运用在图片上,以实现一些特效。(尽管他们也能运用于video上),不过我们在些只来讨论图片上的运用。语法 elm { filter: none | [ ]* } 其默认值是none,他不具备继承...
分类:Web程序   时间:2015-03-30 16:17:09    阅读次数:168
实现MVC自定义过滤器,自定义Area过滤器,自定义Controller,Action甚至是ViewData过滤器
MVC开发中几种以AOP方式实现的Filters是非常好用的,默认情况下,我们通过App_Start中的FilterConfig来实现的过滤器注册是全局的,也就是整个应用程序都会使用的,针对单独的Filter我们不得不去单独的Controller或者Action去定义如图:那么问题来了,我现在想在F...
分类:Web程序   时间:2015-03-19 13:04:46    阅读次数:191
IntelliJ IDEA Default Keymap
编辑Ctrl + Space Basic code completion (the name of any class,method or variable)Ctrl + Shift + Space Smart code completion (filters the list of methods...
分类:其他好文   时间:2015-03-17 12:14:10    阅读次数:165
intent和intentfilter
intent 和intent Filters startActivity()的机制 用到了IBinder ipc 用到了进程间通讯机制 activity有四种LaunchMode 当startActivity()的时候不知道启动的是不是和自己的activity在一个 进程中,所以要用 IPC 进程间通讯来调用 简单的用法  1 ...
分类:其他好文   时间:2015-03-13 18:56:08    阅读次数:172
7种炫酷HTML5 SVG液态水滴融合分解动画特效
这是一组使用HTML5 SVG过滤器制作的炫酷液态水滴融合分解动画特效。这些SVG动画特效使一些HTML元素,如菜单、分页按钮、APP、选择框等元素的过渡动画像几粒水滴一样融合分解,效果非常的酷。 通过SVG Filters可以修改一个给定的图形,创建我们需要的结果。SVG中包含了一组可以执行各种操作的filter元素。 最常见的SVG filter效果是通过feGaussianBlu...
分类:Web程序   时间:2015-03-12 13:18:55    阅读次数:162
Backing Store ( 五 )的创建
不是所有的RenderLayer都需要创建它的Backing Store,只有网页的RenderObject树之RenderLayer满足如下条件: 1 Transform:几何变换 2 Video:页面有 3 Canvas: 页面有 4 Plugin 5 Frame 6 3DTransforms 7 Animation 8 Filters:CSS过滤器 9 Position...
分类:其他好文   时间:2015-03-10 12:07:36    阅读次数:221
What:理解Intent filter
1.It, in effect, filters in intents of a desired type, while filtering out unwanted intents — but only unwanted implicit intents (those that don't namea target class). An explicit intent is always del...
分类:其他好文   时间:2015-03-01 14:29:52    阅读次数:132
asp.net mvc输出自定义404等错误页面,非302跳转
朋友问到一个问题,如何输出自定义错误页面,不使用302跳转。当前页面地址不能改变.还要执行一些代码等,生成一些错误信息,方便用户提交反馈.500错误,mvc框架已经有现成解决方法:filters.Add(new HandleErrorAttribute());404错误目前想到的解决方法:先上代码G...
分类:Web程序   时间:2015-02-28 21:26:15    阅读次数:201
ffmpeg混音(将多个声音合成一个)命令
最主要的就是使用使用amix的filter 官方文档:http://ffmpeg.org/ffmpeg-filters.html 6.8 amix Mixes multiple audio inputs into a single output. Note that this filter only supports float samples (the amerge ...
分类:其他好文   时间:2015-02-27 11:59:31    阅读次数:1616
786条   上一页 1 ... 69 70 71 72 73 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!