border-radius我相信对于老一辈的前端们有着特殊的感情,在经历了没有圆角的蛮荒时代,到如今 CSS3 遍地开花,我们还是很幸福的。然而即使到了三星大脸流行时代,border-radius在移动端的表现依旧差强人意,主要有两点问题:一、Android 2.3 自带浏览器不支持 %通常我们实现...
分类:
其他好文 时间:
2014-08-12 03:03:33
阅读次数:
237
StatusEach street light can be viewed as a point in a plane,which casts flash in a circular area with certain radius.What's more,if two illuminated ci...
分类:
其他好文 时间:
2014-08-12 02:58:43
阅读次数:
289
DescriptionYou are given n points and two circles. The radius of the circle will be dynamical. Your task is to find how many points are under both cir...
分类:
其他好文 时间:
2014-08-12 02:57:33
阅读次数:
276
IE6(7/8)不支持border-radius属性,所以其中的圆角效果显示不出来,可以通过引用ie-css3.htc的方法解决。 ie-css3.htc(点击可直接查看) 放在网站的根目录下,并在css文件(或者标签)中,加上 body { behavior:url("...ie-css3.htc...
分类:
其他好文 时间:
2014-08-11 14:56:32
阅读次数:
198
AAA服务器有两种方式;1是radius服务器,2、是终端访问控制器访问控制系统tacacs+
1、radius的配置
aaa new-model 启动
aaa authentication login default radius local 使用默认方法列表设置登陆时的验证方法(如果无法连接到radius,则用本地验证的方法)
aaa authenticati...
分类:
其他好文 时间:
2014-08-11 12:03:02
阅读次数:
800
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