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,要选择网卡;2,这里的 Capture
Filter要留空;1,只捕获某个ip的数据包使用ip.addr==192.168.0.1142,捕获某个端口数据包使用命令:udp.port == 8000
分类:
其他好文 时间:
2014-05-24 00:07:40
阅读次数:
302
利用filter函数可以从wrapper
set中过滤符合条件的DOM元素。如果有一个内容如下的html文件,要获取类为external的元素,使用filter可以很easy地搞定。link link
link link link link link link link www.jbxue.com....
分类:
Web程序 时间:
2014-05-23 12:21:34
阅读次数:
450
写这个帖子的缘由是因为在页面参数传到rails的controller时用params[:]和params[""]都可以取到值:[1] pry(#)>
params=> {"action"=>"show", "controller"=>"books", "id"=>"382"}[2]
pry(#)> ...
分类:
其他好文 时间:
2014-05-23 11:10:59
阅读次数:
307
DMC Text Filter是北京市红樱枫软件有限公司自主独立开发完成的,支持多平台、多线程、多语言的通用文本抽出程序库。利用该程序库可以从数十种数据文件格式中,将纯文本数据进行抽出。...
分类:
其他好文 时间:
2014-05-23 08:14:49
阅读次数:
269
我们在对结果集使用find、filter等方法时,会改变结果集。
这种改变原先结果集的方法被称作destructive jQuery method
jQuery cookbook有如下定义:A destructive operation is any operation that changes the set of matched jQuery elements, which means a...
分类:
Web程序 时间:
2014-05-22 09:40:42
阅读次数:
382
iptables惹的祸
[root@localhost ~]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Unloading modules: [ OK ...
分类:
其他好文 时间:
2014-05-20 15:10:34
阅读次数:
249
开发环境 eclipse(indigo) ExtJS4.0 开发目标
使用store、model和controller创建菜单树 开发步骤 之前我们已经建立了一个MVC的项目框架。现在要做的就是在这个基础上给项目添加一个左侧菜单。
首先,在/app/中定义一个菜单视图类TreeMenu.js: Ex...
分类:
Web程序 时间:
2014-05-20 08:50:41
阅读次数:
367