码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
Chapter 1 Securing Your Server and Network(10):使用扩展保护避免授权中继攻击
在客户端和服务器互访过程中,授权是会一直保持,通过验证,可以接受或拒绝连接。...
分类:Web程序   时间:2014-08-04 14:18:37    阅读次数:286
Chapter 1 Securing Your Server and Network(9):使用Kerberos用于身份验证
在活动目录(Active Directory)中,有两种身份验证机制:NTLM和Kerberos。其中NTLM(NT LAN Manager)是基于旧版加密方式的授权协议,微软不建议再使用。...
分类:Web程序   时间:2014-08-01 10:50:41    阅读次数:250
Oracle Multitenant Environment (五) Create PDB
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
Chapter 1 Securing Your Server and Network(8):停止未使用的服务
如果完全安装SQL Server,会有一些非必要的组件也会被安装上去,这些组件会影响性能,也会带来更大的安全隐患。...
分类:Web程序   时间:2014-07-29 12:55:27    阅读次数:266
Python学习笔记_Chapter 6定制数据对象
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
《CS:APP》 chapter 9 Vitrual Memory 笔记
Vitrual Memory...
分类:移动开发   时间:2014-07-28 16:32:23    阅读次数:319
Chapter 1 Securing Your Server and Network(7):禁用SQL Server Browse
SQL Server Browser 服务在安装SQL Server 群集或者命名实例时自动启动,它用于与机器上的SQL Server实例进行交互,并让客户端通过命名实例正在侦听的端口进行信息发送。...
分类:数据库   时间:2014-07-28 16:02:33    阅读次数:283
《CS:APP》 chapter 8 Exceptional Control Flow 笔记
Exceptional Control Flow...
分类:移动开发   时间:2014-07-26 15:31:27    阅读次数:425
《CS:APP》 chapter 7 Linking 笔记
Linking...
分类:移动开发   时间:2014-07-26 01:58:56    阅读次数:358
Sequences of sequences
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!