1.筛选方法.find(selector) 查找集合每个元素的子节点搜索所有p元素中的后代 span 元素,并将其颜色设置为红色:$("p").find("span").css('color','red');.filter(selector) 过滤当前集合内元素改变所有 div 的颜色,然后向div...
分类:
Web程序 时间:
2014-11-01 23:08:50
阅读次数:
290
名字scandir, alphasort, versionsort - 为寻找项目扫描目录概要#include int scandir(const char *dirp, struct dirent ***namelist,int (*filter)(const struct dirent *), ...
分类:
其他好文 时间:
2014-11-01 14:44:16
阅读次数:
244
漏洞说明:IE8是微软新推出的一款浏览器,其对CSS2.1的完整支持,HTML5的支持,内置开发工具等等。IE8在浏览器安全性上有非常大的改进,内置了一款无法卸载的Xss Filter,对非持久型跨站脚本攻击做了比较好的防护。但是80sec在测试IE8时发现,IE8的Xss Filter存在漏洞,导...
分类:
其他好文 时间:
2014-11-01 13:26:51
阅读次数:
175
string resultFile = "";
OpenFileDialog openFileDialog1 = new OpenFileDialog();
openFileDialog1.InitialDirectory = "D:\\Patch";
openFileDialog1.Filter = "All files (*.*)|*.*|txt files (*.txt)|*....
1:加载名用正则表达式:
LOAD '/user/wizad/data/wizad/raw/2014-0{6,7-0,7-1,7-2,7-3,8}*/3_1/adwords*'
2:filter的几种简单用法:
按值过滤
FILTER clickDate_all BY log_type=='2';
FILTER mapping_table BY mapping_ad_network_...
分类:
其他好文 时间:
2014-10-31 19:07:07
阅读次数:
272
每天一个JavaScript实例-点击图片显示大图添加鼠标操作
img{padding:5px;width:100px;height:auto;}
#outer{
width:100%;
height:100%;
}
.overlay{
background-color:#000;
opacity: .7;
filter:alpha(opacity=70);
po...
分类:
编程语言 时间:
2014-10-31 17:19:52
阅读次数:
152
pipeline-filter作为一种处理数据的模式,可以将应用的任务划分为几个自我完备的数据处理步骤,并连接到一个数据管道。本文介绍一种不太常见的pipeline-filter的变体——尾循环的pipeline-filter....
分类:
其他好文 时间:
2014-10-31 15:38:37
阅读次数:
291
1.针对IE浏览器.demo{ background-color:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF)}2.针对FF...
分类:
其他好文 时间:
2014-10-31 13:26:35
阅读次数:
110
1. image filter : 项目描述: Image filtering allows you to apply various effects on photos. after open the app, customer can pick a image from Sd card ori....
分类:
其他好文 时间:
2014-10-31 06:21:50
阅读次数:
262