码迷,mamicode.com
首页 >  
搜索关键字:pseudo    ( 226个结果
关于C程序生成随机数遇到的问题
很久之前就遇到这个问题了,今天又踩坑...如果想在C语言里面产生随机数,需要调用rand() Description The C library function int rand(void) returns a pseudo-random number in the range of 0 to RAND_MAX. RAND_MAX is a constant whose default v...
分类:其他好文   时间:2015-03-02 16:57:47    阅读次数:143
(六)CSS伪元素
CSS伪元素用于向某些选择器设置特殊效果。伪元素的用法和伪类相似:selector:pseudo-element {property:value;}CSS类也可以与伪元素配合使用:selector.class:pseudo-element {property:value;}:first-line伪元...
分类:Web程序   时间:2015-03-02 14:35:11    阅读次数:155
关于伪类选择器中一个冒号和两个冒号的区别
在平时工作中用到伪类选择器的时候一个冒号和两个冒号貌似都是可以的,所以两者到底有什么区别呢,我们先来看下W3C关于CSS3选择器的规范中有一段描述: A pseudo-element is made of two colons (::) followed by the name of the ps....
分类:其他好文   时间:2015-02-20 16:22:55    阅读次数:167
jQuery选择器代码详解(四)——Expr.preFilter
原创文章,转载请注明出处,多谢! Expr.preFilter是tokenize方法中对ATTR、CHILD、PSEUDO三种选择器进行预处理的方法。具体如下: Expr.preFilter : { "ATTR" : function(match) { /* * 完成如下任务: * 1、属性名称解码 * 2、属性值解码 * 3、若判断符为~=,则在属性值两边加...
分类:Web程序   时间:2015-02-13 21:14:57    阅读次数:270
JQuery选择器代码详解(三)——tokenize方法
原创文章,转载请注明出处,多谢! /* * @param selector 待解析的选择器字符串 * @param parseOnly 为true时,说明本次调用是匹配子选择器 * 举个例子:若初始选择器为"div:not(.class:not(:eq(4))):eq(3)" * 代码首先匹配出TAG选择器div, * 之后匹配出的pseudo选择器字符串是...
分类:Web程序   时间:2015-02-12 21:29:44    阅读次数:268
CSS的伪元素
伪元素属性描述CSS的版本:first-letter向文本的第一个字母添加特殊样式。1:first-line向文本的首行添加特殊样式。1:before在元素之前添加内容。2:after在元素之后添加内容。2CSS 伪元素用于向某些选择器设置特殊效果。语法伪元素的语法:selector:pseudo-...
分类:Web程序   时间:2015-02-05 10:59:54    阅读次数:247
Lou's Pseudo 3d Page
Lou's Pseudo 3d Page(C) 2013 Louis Gorenfeld, updated May 3, 2013NEW:Important details on the segmented road system and some additional linksNEW:An (o...
分类:其他好文   时间:2015-02-03 22:40:37    阅读次数:312
Qt Style Sheets Reference
Qt Style Sheets Reference Qt Style Sheets support various properties, pseudo-states, and subcontrols that make it possible to customize the look of w....
分类:其他好文   时间:2015-02-02 21:14:40    阅读次数:154
iometer 1.1.0 重要特性说明之Write IO Data Pattern
iometer1.1.0版本包含了3种WriteIODataPattern。分别是:Repeatingbytes、Pseudo-Random(2006.07.27及其之前的版本默认)和Fullrandom。实际上这三种IO数据类型的代码在1.1.0rc1就已经合入。-------------------Version1.1.0(RC1)===================-Newfeatures:-(All)Differe..
分类:其他好文   时间:2015-01-30 01:30:14    阅读次数:1388
:active pseudo-class doesn't work in mobile safari
...Applied just once, as opposed to every button element seemed to fix all buttons on the page. Alternatively you could use this small JS library ...
分类:其他好文   时间:2015-01-26 18:54:28    阅读次数:221
226条   上一页 1 ... 17 18 19 20 21 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!