双标签: HTML的整体结构<title> </title><em></em> 标记<body bgcolor="blue" text="white" topmargin=value leftmargin/ rightmargin/bottomnargin></body> 主体部分bgcolor:页 ...
分类:
Web程序 时间:
2017-04-22 14:50:33
阅读次数:
194
@font-face{font-family:"TimesNewRoman";}@font-face{font-family:"宋体";}@font-face{font-family:"Calibri";}p.MsoNormal{margin:000;text-align:justify;font-family:Calibri;font-size:14px;}span.msoIns{text-decoration:underline;color:blue;}span.msoDel{text-decorat..
分类:
其他好文 时间:
2017-04-16 23:19:38
阅读次数:
384
@font-face{font-family:"TimesNewRoman";}@font-face{font-family:"宋体";}@font-face{font-family:"Calibri";}p.MsoNormal{margin:000;text-align:justify;font-family:Calibri;font-size:14px;}span.msoIns{text-decoration:underline;color:blue;}span.msoDel{text-decorat..
分类:
其他好文 时间:
2017-04-16 23:19:21
阅读次数:
419
var colors = new Array(20); 创建长度值为20的数组 var colors = new Array('red','blue','green');创建包含三个字符串的数组; 在使用Array构造函数的时候也可以省略new操作,var colors = Array(3); Ar ...
分类:
Web程序 时间:
2017-04-13 23:21:44
阅读次数:
213
1 style{ 2 table tr:nth child(odd){ 3 background:red; 4 }/*基数行背景红*/ 5 table tr:nth child(even){ 6 background:blue; 7 }/*偶数行背景蓝*/ 8 } 9 ...
分类:
其他好文 时间:
2017-04-13 12:39:34
阅读次数:
151
颜色单位: 在CSS可以直接使用颜色的单词来表示不同的颜色 红色:red 蓝色:blue 绿色:green 也可以使用RGB值来表示不同的颜色 - 所谓的RGB值指的是通过Red Green Blue三元色,通过这三种颜色的不同的浓度,来表示出不同的颜色。例子:rgb(红色的浓度,绿色的浓度,蓝色的 ...
分类:
其他好文 时间:
2017-04-12 02:42:28
阅读次数:
156
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 8263 Accepted: 3452 Description Beads of red, blue or green colors are connected together i ...
分类:
其他好文 时间:
2017-04-11 09:26:52
阅读次数:
255
Description The Genographic Project is a research partnership between IBM and The National Geographic Society that is analyzing DNA from hundreds of t ...
分类:
其他好文 时间:
2017-04-04 20:47:20
阅读次数:
248
Description 在经济全球化浪潮的影响下,习惯于漫步在清晨的乡间小路的邮递员Blue Mary也开始骑着摩托车传递邮件了。 不过,她经常回忆起以前在乡间漫步的情景。昔日,乡下有依次编号为1..n的n个小村庄,某些村庄之间有一些双 向的土路。从每个村庄都恰好有一条路径到达村庄1(即比特堡)。并 ...
分类:
编程语言 时间:
2017-04-01 19:58:16
阅读次数:
265