码迷,mamicode.com
首页 >  
搜索关键字:pseudo    ( 226个结果
docker run -i -t
tty: teletype, teletypewriterpseudo-tty 伪终端-t assigns a pseudo-tty or terminal inside our new container-imake an interactive connection
分类:其他好文   时间:2015-01-26 18:40:47    阅读次数:176
css3 常用的属性
1、伪类选择符 Pseudo-Classes SelectorsSelectors选择符CSS Version版本Description简介 E:linkCSS1设置超链接a在未被访问前的样式。 E:visitedCSS1设置超链接a在其链接地址已被访问过时的样式。 ...
分类:Web程序   时间:2015-01-22 17:44:19    阅读次数:202
CSS 伪类 (Pseudo-classes)
http://www.w3school.com.cn/css/css_pseudo_classes.asp
分类:Web程序   时间:2015-01-21 14:57:30    阅读次数:135
UVA Pseudo-Random Numbers
Pseudo-Random Numbers  Computers normally cannot generate really random numbers, but frequently are used to generate sequences of pseudo-random numbers. These are generated by some algori...
分类:其他好文   时间:2015-01-18 17:13:07    阅读次数:157
linux - console/terminal/virtual console/pseudo terminal ...
http://en.wikipedia.org/wiki/System_consoleSystem consoleKnoppix system console showing the boot processThesystem console,computer console,root consol...
分类:系统相关   时间:2015-01-15 18:01:06    阅读次数:802
详解 CSS 属性 - :before && :after
现在我们经常在html源码中看到如下的写法:这里的::after和::before就是我们今天来探讨的css伪元素之二 -:before && :after。伪元素首先我们要明白什么是伪元素,css设置伪元素是为了方便给某些选择器添加特殊的效果。伪元素的语法格式一般为:selector:pseudo...
分类:Web程序   时间:2014-12-30 14:46:44    阅读次数:131
(转) 汇编.section和.text解释
.section .data汇编程序中以.开头的名称并不是指令的助记符,不会被翻译成机器指令,而是给汇编器一些特殊指示,称为汇编指示(Assembler Directive)或伪操作(Pseudo-operation),由于它不是真正的指令所以加个“伪”字。.section指示把代码划分成若干个段(...
分类:其他好文   时间:2014-12-28 10:23:29    阅读次数:242
css选择器
1、标签选择器 E{}2、ID选择器 #id{}3、类选择器.class{}4、群组选择器E1,E2,E3{}5、后代选择器E F{}6、通配选择器*{}7、伪类选择器E:Pseudo-elements{}8、子选择器E>F{}9、临近选择器E+F{}10、属性选择器E[attr]{}选择器的特殊性...
分类:Web程序   时间:2014-12-28 01:43:53    阅读次数:147
Qt Style Sheets Reference
Qt Style Sheets support various properties, pseudo-states, and subcontrols that make it possible to customize the look of widgets.List of Stylable Wid...
分类:其他好文   时间:2014-12-24 17:37:30    阅读次数:293
Python——greenlet
Introduction介绍 A “greenlet” is a small independent pseudo-thread. Think about it as a small stack of frames; the outermost (bottom) frame is the init....
分类:编程语言   时间:2014-12-16 20:48:51    阅读次数:349
226条   上一页 1 ... 18 19 20 21 22 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!