今天的课程加速了,比平时快了些,但觉得很不错。nice~ 属性选择符 E[att] 选择具有att属性的E元素。 E[att="val"] 选择具有att属性且属性值等于val的E元素。 E[att~="val"] 选择具有att属性且属性值为一用空格分隔的字词列表,其中一个等于val的E元素。 E ...
分类:
Web程序 时间:
2016-08-11 00:51:42
阅读次数:
312
%{
将ORL人脸数据库的pgm格式批量转换为jpg格式
%}
clc;
%clearall;
fori=1:40
forj=1:10
p_w_picpath=imread(strcat(‘E:\pic\att_faces\s‘,...
int2str(i),‘\‘,int2str(j),‘.pgm‘));
imwrite(p_w_picpath,strcat(‘E:\pic\att_faces\s‘,...
int2str(i),‘\‘,int2str(j),‘..
分类:
数据库 时间:
2016-08-10 22:56:59
阅读次数:
654
1.属性选择器 E[att]:选择具有att属性的E元素。 E[att="val"]:选择具有att属性且属性值等于val的E元素。 E[att~="val"]:选择具有att属性且属性值为一用空格分隔的字词列表,其中一个等于val的E元素。 E[att^="val"]:选择具有att属性且属性值为 ...
分类:
Web程序 时间:
2016-08-10 22:41:20
阅读次数:
241
属性选择符 E[att] E[att="val"] E[att~="val"] E[att^="val"] E[att$="val"] E[att*="val"] E[att|="val"] 伪对象选择符 E:first-letter/E::first-letter 设置对象内的第一个字符的样式。 ...
分类:
Web程序 时间:
2016-08-10 22:34:47
阅读次数:
225
1.属性选择符: a).E[att]:选择具有att属性的所有E元素。 b).E[att='val']:选择具有att属性且属性值为val的所有元素E。 c).E[att~='val']:选择具有att属性且属性的值为一用空格分隔的字词列表其中一个等于val的E元素。 d).E[att^='val' ...
分类:
Web程序 时间:
2016-08-10 20:58:25
阅读次数:
229
头条[h] flag='h' 推荐[c] flag='c' 幻灯[f] flag='f' 特荐[a] flag='a' 滚动[s] flag='s' 加粗[b] flag='b' 图片[p] flag='p' 跳转[j] flag='j' att='s,p' dedecms 属性两者同时生效 fla ...
分类:
其他好文 时间:
2016-08-09 16:11:32
阅读次数:
486
2016年7月30日 星期六 --出埃及记 Exodus 15:26He said, "If you listen carefully to the voice of the LORD your God and do what is right in his eyes, if you pay att ...
分类:
其他好文 时间:
2016-07-30 09:15:09
阅读次数:
144
E~F:选择E元素后面的所有兄弟元素F。 E[att*="val"]:选择具有att属性且属性值为包含val的字符串的E元素。 E[att^="val"]:选择具有att属性且属性值为以val开头的字符串的E元素。 E[att$="val"]:选择具有att属性且属性值为以val结尾的字符串的E元素 ...
分类:
Web程序 时间:
2016-07-20 19:24:47
阅读次数:
232
w3shools angularjs教程 Introduction AngularJS is a JavaScript framework. It can be added to an HTML page with a <script> tag. AngularJS extends HTML att ...
分类:
Web程序 时间:
2016-07-19 18:32:45
阅读次数:
214
在文档库插入script editor 部件,在部件插入如下代码即可: $(document).ready( function () { setInterval( function () { $("a[onclick*='return DispEx'][target!='_blank']").att ...
分类:
其他好文 时间:
2016-07-12 18:55:39
阅读次数:
252