第9天:NSD计算机网络实验01:浮动路由的配置实验目标:配置浮动静态路由,需设置管理距离大于1,从而成为备份路由,实现链路冗余的作用实验环境:实验步骤:一、配置左半边网段的IP为192.168.1.0,右半边网段的IP为192.168.3.0二、根据网段分别配置四台主机的IP和网关,如图所..
分类:
其他好文 时间:
2014-08-11 03:04:41
阅读次数:
186
Cool Points We have a circle of radius R and several line segments situated within the circumference of this circle. Let’s define a cool point to be a...
分类:
其他好文 时间:
2014-08-10 12:37:10
阅读次数:
245
chrom and Safari浏览器:
webkit核心的浏览器,使用CSS3渐变方法(css-gradient)
-webkit-gradient(type, start_point, end_point, /
stop...)
-webkit-gradient(type, inner_center, inner_radius, outer_center, outer...
分类:
其他好文 时间:
2014-08-10 10:28:20
阅读次数:
309
div css3 border-radius 之圆角 DIV圆角 图片圆角CSS3之border-radius圆角 DIV盒子圆角 图片圆角,CSS3样式实现盒子对象圆角、图片圆角效果。div css3 border-radius圆角样式教程篇。一、css3单词与语法结构 - TOP(体感音...
分类:
Web程序 时间:
2014-08-08 09:32:05
阅读次数:
267
qccs定义圆角border-radius:10px;如果想给特定位置定义圆角,如:左上角:border-left-top-radius:10px;右下角色:border-right-bottom-rasius:10px;半透明效果只需要在css中使用rgba(100,100,100,40)这种形式...
分类:
其他好文 时间:
2014-08-06 22:41:52
阅读次数:
247
border-radius属性 说明: 设置或检索对象使用圆角边框。提供2个参数,2个参数以“/”分隔,每个参数允许设置1~4个参数值,第1个参数表示水平半径,第2个参数表示垂直半径,如第2个参数 省略,则默认等于第1个参数 水平半径: 如果提供四个参数值,将按上左、上右、...
分类:
Web程序 时间:
2014-08-05 18:32:59
阅读次数:
424
利用css3实现一个半月形的西瓜,利用queue实现吃西瓜的动画。练习例子css3:1、圆角border-radius:100%;border-top-left-radius:5px;2、变形2D旋转:transform: rotate(25deg);(正角度为顺时针,负角度为逆时针)。3D旋转:t...
分类:
Web程序 时间:
2014-08-04 20:36:27
阅读次数:
251
利用css3实现一个半月形的西瓜,利用queue实现吃西瓜的动画。练习例子css3:1、圆角border-radius:100%;border-top-left-radius:5px;2、变形2D旋转:transform: rotate(25deg);(正角度为顺时针,负角度为逆时针)。3D旋转:t...
分类:
Web程序 时间:
2014-08-04 13:55:47
阅读次数:
388