码迷,mamicode.com
首页 >  
搜索关键字:ldap over tls    ( 11811个结果
SSL/TLS部署最佳实践
原文: https://www.ssllabs.com/downloads/SSL_TLS_Deployment_Best_Practices_1.3.pdf 译者: Shawn the R0ck,(后面校正的自己加到后面) SSL/TLS部署最佳实践 作者:Ivan Risti? version 1.3 (17 September ...
分类:其他好文   时间:2015-01-09 12:51:15    阅读次数:171
关于单点登陆--LDAP
在公司上班,我们经常需要上各种各样的内网系统,都是需要账号登陆,要是每个系统都使用独立的账号系统的话,我们就要记住好多的账号密码,十分不方便。但是单点登陆——LDAP就可以解决这个问题。 LDAP的站点:http://www.python-ldap.org/docs.shtml LDAP可以说是一个数据储存服务器,里面存放着我们的一些信息(姓名。账号,密码,邮箱等我们可以自定)。总而言之,...
分类:其他好文   时间:2015-01-09 12:44:24    阅读次数:212
图解HTTPS
我们都知道HTTPS能够加密信息,以免敏感信息被第三方获取。所以很多银行网站或电子邮箱等等安全级别较高的服务都会采用HTTPS协议。HTTPS简介HTTPS其实是有两部分组成:HTTP +SSL/ TLS,也就是在HTTP上又加了一层处理加密信息的模块。服务端和客户端的信息传输都会通过TLS进行加密...
分类:Web程序   时间:2015-01-09 12:23:23    阅读次数:174
[工具]ngrok 本地反向代理
什么是ngrok ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspectio...
分类:其他好文   时间:2015-01-09 10:44:07    阅读次数:240
基本概率分布Basic Concept of Probability Distributions 8: Normal Distribution
PDF versionPDF & CDFThe probability density function is $$f(x; \mu, \sigma) = {1\over\sqrt{2\pi}\sigma}e^{-{1\over2}{(x-\mu)^2\over\sigma^2}}$$ The cu...
分类:其他好文   时间:2015-01-09 01:34:33    阅读次数:184
Binary Search Tree Iterator
QUESTIONImplement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Calling next() will retur...
分类:其他好文   时间:2015-01-08 23:57:45    阅读次数:282
Ubuntu中 less 语法高亮
以下以ubuntu14.10为例: 1. 安装 source-highlight,可从 Ubuntu软件中心 安装, 也可使用命令安装: quincy@quincy-T61:~$ sudo apt-get source-highlight It supports syntax highlighting for over 100 file formats, including major ...
分类:系统相关   时间:2015-01-08 22:45:31    阅读次数:554
sql 第 10条 到20条
sql 第 10条 到20条select * from( select *,ROW_NUMBER () over (order by @@servername) as rownum from tb_Grade) a where rownum between 11 and 20 select top....
分类:数据库   时间:2015-01-08 22:32:07    阅读次数:233
js-jquery-noConflict
// Map over jQuery in case of overwrite//用_jQuery保存已存在的window.jQuery _jQuery = window.jQuery, // Map over the $ in case of overwrite//用_$保存已存在的window....
分类:Web程序   时间:2015-01-08 21:26:54    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!