vimperator confugration files:highlight Hint color:#000;background:rgb(250,230,150);border-radius:4px;width:20px;height:16px;font-size:14px;font-weigh
分类:
系统相关 时间:
2016-03-09 01:20:56
阅读次数:
271
圆角效果 border-radius border-radius是向元素添加圆角边框。 使用方法: border-radius:10px; /* 所有角都使用半径为10px的圆角 */ border-radius: 5px 4px 3px 2px; /* 四个半径值分别是左上角、右上角、右下角和左下
分类:
Web程序 时间:
2016-03-08 23:15:17
阅读次数:
311
基于OSSIM平台下H3C华三交换机日志收集插件编写大家在具有上一篇《基于OSSIM平台下华为交换机日志收集插件的开发》基础之后,下面继续分享H3C交换机插件的内容:[DEFAULT]plugin_id=1712[config]type=detectorenable=yessource=loglocation=/var/log/h3c-switch.logcreate_file..
分类:
其他好文 时间:
2016-02-29 10:55:17
阅读次数:
351
bootstrap图片 Bootstrap 提供了三个可对图片应用简单样式的 class: .img-rounded:添加 border-radius:6px 来获得图片圆角。 .img-circle:添加 border-radius:500px 来让整个图片变成圆形。 .img-thumbnail
分类:
其他好文 时间:
2016-02-29 09:24:19
阅读次数:
149
Capsule的射线检测和Cylinder的类似,只是把上下两个面换成了两个半球,代码上稍作区别即可。Capsule类型定义 public class Capsule : NGeometry
{
public Vector3 p0;
public Vector3 p1;
public float radius;
public...
分类:
其他好文 时间:
2016-02-27 06:23:36
阅读次数:
295
HTML5中canvas元素,绘制圆形需要使用路径,开始时要取得图形上下文,首先使用路径来勾勒图形的轮廓,然后设置颜色,进行绘制。 arc(cx,cy,radius,start_angle,end_angle,direction); cx 水平坐标 cy 垂直坐标 radius 圆心 start-a
分类:
其他好文 时间:
2016-02-24 19:15:02
阅读次数:
715
eb项目中有时候客户要求我们使用ad域进行身份确认,不再另外做一套用户管理系统。其实客户就是只要一套账号可以访问所有的OA,CRM等办公系统。这就是第三方验证。一般有AD域,Ldap,Radius,邮件服务器等。最常用的要数AD域了。因为window系统在国内占据了大量的江山。做起来也很方便。我这篇
分类:
编程语言 时间:
2016-02-24 18:58:17
阅读次数:
242
tanchuang.css .zhuti { position:absolute; z-index:3; font-size:14px; border-radius:5px; box-shadow:0 0 5px white; overflow:hidden; color:#333; } .titl
分类:
其他好文 时间:
2016-02-21 12:44:51
阅读次数:
173
<!-- h2{background:#72A6F9; color:#fff; padding-left:4px; border-radius:3px; font-family:'Microsoft YaHei'} canvas{border:1px solid #000} --> 在动画中经常要处
分类:
其他好文 时间:
2016-02-21 00:15:02
阅读次数:
194
meter { -webkit-appearance: none; position: relative; display: block; margin: 8px auto; width: 100px; height: 17px; border-radius: 5px; padding: 4px 5
分类:
Web程序 时间:
2016-02-18 19:32:36
阅读次数:
383