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
1 、TACACS+概述 1.1 什么是TACACS+ TACACS+(Terminal Access Controller Access Control System,终端访问控制器控制系统协议)是在TACACS协议的基础上进行了功能增强的安全协议。该协议与RADIUS协议的功能类似,采用客户端/
分类:
其他好文 时间:
2016-02-18 17:49:49
阅读次数:
261
语法: box-shadow:inset x-offset y-offset blur-radius spread-radius color 也就是: 对象选择器 {box-shadow:投影方式 X轴偏移量 Y轴偏移量 阴影模糊半径 阴影扩展半径 阴影颜色} 取值: box-shadow属性至多有
分类:
Web程序 时间:
2016-02-17 20:52:11
阅读次数:
280
一、语法: 代码如下: border-radius : none | <length>{1,4} [/ <length>{1,4} ]? 二、取值: <length>: 由浮点数字和单位标识符组成的长度值。不可为负值。 三、说明: border-radius是一种缩写方法。如果“/”前后的值都存在,
分类:
Web程序 时间:
2016-02-17 19:08:28
阅读次数:
213
函数描述: object arcTo(real x1, real y1, real x2, real y2, real radius) 用途: 画一段与两个线段相切的圆弧。 用法: beginPath(); moveTo(x, y); arcTo(x1, y1, x2, y2, radius); s
分类:
其他好文 时间:
2016-02-15 23:58:04
阅读次数:
522
text-shadow是给文本添加阴影效果,box-shadow是给元素块添加周边阴影效果。随着html5和CSS3的普及,这一特殊效果使用越来越普遍。 基本语法是{box-shadow:[inset] x-offset y-offset blur-radius spread-radiuscolor
分类:
Web程序 时间:
2016-02-15 12:13:11
阅读次数:
297
UCZProgressView 是一个带有通用的圆形图片进度下载控件。动画效果不错 特性 Customizable indicator (line width, radius, and color) Display a label with the current progress. Customi
分类:
移动开发 时间:
2016-02-11 19:17:00
阅读次数:
277