有五种颜色,每次取出三种,要求颜色无重复 1 #include 2 3 int main(void) 4 { 5 enum color{blue,red,yellow,purple,black}; 6 enum color i,j,k,pri; 7 8 int n,loo...
分类:
其他好文 时间:
2014-09-07 10:58:24
阅读次数:
210
经常需要在某些判断的时候给元素增加样式。通常使用的方式是assClasscss .content{ color: green; } .content .warm{ color: purple; }bo...
分类:
Web程序 时间:
2014-08-23 21:29:41
阅读次数:
264
1 pattern 模式,方式n eg. A change in the pattern of his breathing became apparent.他的呼吸方式明显起了变化。 图案 eg. A golden robe embroidered with red an purple thread...
分类:
其他好文 时间:
2014-08-08 08:26:57
阅读次数:
273
一、颜色名 大多数的浏览器都支持颜色名集合。 仅仅有 16 种颜色名被 W3C 的 HTML4.0 标准所支持。它们是:aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, ....
分类:
Web程序 时间:
2014-07-30 00:54:22
阅读次数:
394
Problem Description
In Diagon Alley ,there is only one Wand-seller,peeling gold letters over the door read Ollivanders: Makers of Fine Wands since 382 BC.A single wand lay on a faded purple cushion i...
分类:
其他好文 时间:
2014-07-29 14:59:59
阅读次数:
242
European and American breeds rare black color and distinct facial features, pale pinkish purple color of this long dress with matching holes for a fre...
分类:
其他好文 时间:
2014-07-28 14:56:43
阅读次数:
377
本页提供了被大多数浏览器支持的颜色名。提示:W3C 的 HTML 4.0 标准仅支持 16 种颜色名,它们是:aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow。如...
分类:
Web程序 时间:
2014-07-24 17:24:26
阅读次数:
472
页提供了被大多数浏览器支持的颜色名。提示:仅有 16 种颜色名被 W3C 的 HTML 4.0 标准支持,它们是:aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow...
分类:
Web程序 时间:
2014-07-17 22:20:12
阅读次数:
545
2. md md是英文make directory(创建目录)的缩写 [功能] 创建一个子目录
[格式] md [C:]path [举例] 用md 建立一个叫做purple的目录 3. cd cd是英文change directory(改变目录)的缩写
[功能] 改变或显示当前目录 [格式] cd ...