一. 不动,区域内的变化(本质生产一张图片) /*渐变 1 长方形之渐变先定义长方形的宽高大小(好观察最好加边框) /*方向 颜色 位置*/ 利用 background-image: -webkit-linear-gradient(right top,red 50% ,blue 50%); 2 大圆 ...
分类:
Web程序 时间:
2016-08-06 20:30:07
阅读次数:
160
Instead, I was ivory-skinned, without even the excuse of blue eyes or red hair, despite the constant sunshine. 取而代之的是我是白皮肤,没有蓝眼睛或者红头发,尽管一直晒着太阳 I had a ...
分类:
其他好文 时间:
2016-08-06 15:52:03
阅读次数:
134
>library(RColorBrewer)
>display.brewer.all()可以显示所有RColorBrewer里的调色板比如,Set1中只有9个颜色,Set3中有12个颜色,Paired中有12个颜色如果要使用Paired这个板>gbr<-colorRampPalette(c("green","blue","orange","red","yellow"))
>palette(adjus..
分类:
编程语言 时间:
2016-08-05 18:06:43
阅读次数:
5780
在日常运维工作中,经常需要查看系统的硬件信息,linux信息查看并不像windows那么直观这里我罗列了查看系统信息的实用命令,并做了分类,实例解说。 查看系统版本blue@blue-pc:~$cat /etc/issueCentOS release 6.8 (Final)Kernel \r on ...
分类:
系统相关 时间:
2016-08-05 16:07:04
阅读次数:
228
Question:
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 red, white and blue.
Here, we will us...
分类:
其他好文 时间:
2016-08-05 01:01:56
阅读次数:
119
一、渐变:gradients 线性渐变(linear gradients) background:-webkit-linear-gradient(90deg,red 10%,blue); 1、需要有内核前缀 2、方向可以为字母或者角度(left top right bottom) 3、为角度时逆时针 ...
分类:
Web程序 时间:
2016-08-04 22:54:09
阅读次数:
253
<html> <head> <title>获取当前对象大小以及屏幕分辨率等</title> <body> <div style=" width:88%;margin:30px auto; color:blue;" id="div_html"> </div> <script type="text/ja ...
分类:
其他好文 时间:
2016-08-04 21:10:25
阅读次数:
161
CSS伪类及伪元素选择器,如超链接的a:link、a:visited、a:hover等等, 一、超链接 a:link{ color:red;} a:visited{ color:blue;} a:hover{ color:black;} a:active{ color:#6600CC;} 注意:设置 ...
分类:
Web程序 时间:
2016-08-04 19:24:00
阅读次数:
856
1. 单像素边框CSS表格 这是一个很常用的表格样式。 源代码: 2. 带背景图的CSS样式表格 和上面差不多,不过每个格子里多了背景图。 cell-blue.jpg cell-grey.jpg 1. 下载上面两张图,命名为cell-blue.jpg和cell-grey.jpg 2. 拷贝下面的代码 ...
分类:
Web程序 时间:
2016-08-03 01:25:41
阅读次数:
1056
选择器 简单选择器 伪元素选择器 组合选择器 标签选择器 p{color:blue;} 类选择器 .special{color:blue;} 多个组合 .className - . - 字母,数字,-,_ - className必须以字母开头 - 区分大小写 - 出现多次 id选择器 #ban {c ...
分类:
其他好文 时间:
2016-08-02 01:21:03
阅读次数:
253