码迷,mamicode.com
首页 >  
搜索关键字:华三 radius 备份路由 下一跳    ( 2619个结果
兼容性极好的圆角边框
这是在网上看到比较好的兼容性的圆角边框,详见"圆角边框"。 现在要弄圆角边框,一般都是直接用border_radius,但是我们都很清楚这是CSS3的属性,兼容性不是那么完善,在ie8以及ie8以下的浏览器都是无效的,呈现出来的都是直角。 所以很多时候如果要做到兼容,很多时候会采用“滑动门”...
分类:其他好文   时间:2014-08-01 19:26:52    阅读次数:193
7.30.2014 CSS初识
今天初识css3看来JQuery高级编程要放到最后去看了。笔记:a:link{color:blue;}未访问a:visited{color:blue;}已访问a:hover{color:red;}悬浮a:active{color:yellow;}活动链接css代码格式p{css属性:属性值}border-radius:xxpx;(边框圆角)padding-(top,left,right,bottom):xxp..
分类:Web程序   时间:2014-07-31 10:00:36    阅读次数:447
Android之2D图形(圆、直线、点)工具类 (持续更新)
public class Circle { private PointF centerPoint; private float radius; public PointF getCenterPoint() { return centerPoint; } public void setCenterPoint(PointF centerPoint) { this.centerPoin...
分类:移动开发   时间:2014-07-28 15:46:53    阅读次数:239
Hostapd初始化失败
Hostapdhostapd 是一个用户态用于AP和认证服务器的守护进程。它实现了IEEE 802.11相关的接入管理,IEEE 802.1X/WPA/WPA2/EAP 认证, RADIUS客户端,EAP服务器和RADIUS 认证服务器。hostapd配置文件interface=ath16bridg...
分类:其他好文   时间:2014-07-26 00:28:36    阅读次数:464
css3实现头像旋转360度
css样式:.div a img{ width: 88px; height: 88px; border-radius: 88px; transition: all 1.2s ease-out 0s;}.div a img:hover{ -webkit-transform:rotate(360deg)...
分类:Web程序   时间:2014-07-24 12:22:25    阅读次数:426
如何不用border-radius 写圆角边框
html代码: 系统管理员选项 宿舍管理 系统配置 权限设置 发布新闻[列表] 系统日志 css样式.xtop, .xbottom {display:block;background:transparent;...
分类:其他好文   时间:2014-07-23 15:37:49    阅读次数:191
CSS属性的简写
在需要显示地设置所有值的情况下,应尽量限制使用简写的属性声明。常见的滥用:padding, margin, font, background, border, border-radius 【??这不就是我经常简写的么】大部分情况下,我们不需要为简写形式的属性声明指定所有值。例如,HTML 的 hea...
分类:Web程序   时间:2014-07-22 22:51:54    阅读次数:276
热备份路由协议
分类:其他好文   时间:2014-07-20 03:23:21    阅读次数:199
JavaScript对于函数的调用及原理
.div1{ width:100px; height:50px; background-color:Gray; opacity: 0.5; border:1px solid red; box-shadow:0 0 50px inset; border-radius:10px; margin:100px auto} function gaibian() { ...
分类:编程语言   时间:2014-07-19 08:27:20    阅读次数:214
Android Bitmap 开源图片框架分析(精华三)
主要介绍这三个框架,都挺有名的,其他的框架估计也差不多了Android-Universal-Image-Loaderhttps://github.com/nostra13/Android-Universal-Image-LoaderImageLoaderhttps://github.com/novo...
分类:移动开发   时间:2014-07-17 22:12:05    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!