1103: [POI2007]大都市meg Description 在经济全球化浪潮的影响下,习惯于漫步在清晨的乡间小路的邮递员Blue Mary也开始骑着摩托车传递邮件了。 不过,她经常回忆起以前在乡间漫步的情景。昔日,乡下有依次编号为1..n的n个小村庄,某些村庄之间有一些双 向的土路。从每个村 ...
分类:
其他好文 时间:
2016-08-26 19:54:19
阅读次数:
138
Sass中颜色函数主要分为RGB、HSL和Opacity三大函数。RGB颜色函数
[ ] rgb(red,red, green, $blue)将RGB颜色转换成十六进制颜色
[ ] rgba(color,color, alpha)将十六进制颜色和透明度值转换成RGBA颜色
[ ] red($color):从一个十六进制的颜色中获取其中的红色
[ ] green($color):从一个十六进制的颜色中...
分类:
其他好文 时间:
2016-08-24 13:15:06
阅读次数:
203
一、position:fixed 锁定位置(相对于浏览器的位置),例如网站右下角的弹出位置 .a{ border:5px solid blue 边线为5像素 实线 颜色 width: 宽度像素 height: 高度像素 background-color 背景色 left 距离左边 bottom 距离 ...
分类:
其他好文 时间:
2016-08-23 13:11:17
阅读次数:
110
HTML的运用 空元素。例:<br> 带有属性的空元素。例:<hr color = "blue"> 带有内容的元素。例:<title>http://blog.csdn.net/jiben2qingshan</title> 带有内容和属性的元素。例:<font color="red">http://b ...
分类:
其他好文 时间:
2016-08-22 23:13:30
阅读次数:
103
color属性定义文本的颜色:color:green;color:#ff6600;简写式:color:#f60红(R),绿(G),蓝(B)每个的取值范围0-255color:rgb(255,255,255)RGBA分别代表red红色,green绿色,Blue蓝色,Alpha的(色彩进空间)透明color:rgba(255,255,255,1)css颜色对照编码连接:http://www..
分类:
Web程序 时间:
2016-08-22 00:43:27
阅读次数:
230
var name = new Array("Greg"); var name = Array("Greg"); var colors =["red","blue","green"]; colors[colors.length] = "black"; console.log(colors.length ...
分类:
Web程序 时间:
2016-08-21 13:46:17
阅读次数:
156
样式表 @charset "utf-8";/* CSS Document */.a1{ width:1045px; height:2000px; border:2px solid blue; text-align:center; top:50px; left:150px; position:abso ...
分类:
其他好文 时间:
2016-08-21 09:43:19
阅读次数:
143
column-count:3 分成3列显示;column-gap:50px 每列间隔50px ;column-rule-width:5px 列分隔线宽度;column-rule-color:blue 列分隔线颜色;column-rule-style:dashed 列分隔线线型示例代码 分列显示文本 ... ...
分类:
其他好文 时间:
2016-08-21 00:54:48
阅读次数:
150
Necklace of Beads Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 7763 Accepted: 3247 Description Beads of red, blue or green colors are co ...
分类:
其他好文 时间:
2016-08-20 08:59:17
阅读次数:
159
问题描述:Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order ...
分类:
编程语言 时间:
2016-08-19 17:32:35
阅读次数:
168