在客户端和服务器互访过程中,授权是会一直保持,通过验证,可以接受或拒绝连接。...
分类:
Web程序 时间:
2014-08-04 14:18:37
阅读次数:
286
在活动目录(Active Directory)中,有两种身份验证机制:NTLM和Kerberos。其中NTLM(NT LAN Manager)是基于旧版加密方式的授权协议,微软不建议再使用。...
分类:
Web程序 时间:
2014-08-01 10:50:41
阅读次数:
250
Creating and Removing PDBs with SQL*PlusThis chapter contains the following topics:About Creating and Removing PDBsPreparing for PDBsCreating a PDB Us...
分类:
数据库 时间:
2014-07-31 20:24:57
阅读次数:
463
如果完全安装SQL Server,会有一些非必要的组件也会被安装上去,这些组件会影响性能,也会带来更大的安全隐患。...
分类:
Web程序 时间:
2014-07-29 12:55:27
阅读次数:
266
1. 有用的BIFa. 判断字符串中是否包含子字符串1 if s_a in s_b:b. pop()描述:从指定的列表位置删除并返回一个数据项。1 (sarah_name,sarah_dob)=l_rah.pop(0),l_rah.pop(0)2 #pop(0)中0位置为list中第一个数据项3 #...
分类:
编程语言 时间:
2014-07-29 10:26:28
阅读次数:
297
SQL Server Browser 服务在安装SQL Server 群集或者命名实例时自动启动,它用于与机器上的SQL Server实例进行交互,并让客户端通过命名实例正在侦听的端口进行信息发送。...
分类:
数据库 时间:
2014-07-28 16:02:33
阅读次数:
283
Exceptional Control Flow...
分类:
移动开发 时间:
2014-07-26 15:31:27
阅读次数:
425
I have focused on lists of tuples, but almost all the examples in this chapter also work with lists of lists, tuples of tuples, and tuples of lists. T...
分类:
其他好文 时间:
2014-07-24 22:44:03
阅读次数:
207