wor20161202
http://wenku.baidu.com/link?url=tWdw-Kgn_Ncr52ooBSL2J0y_ZJy3SvAXGv9Lu5UOKB333frE48hmkQ_5Pj9CJeCtGm7_tRb206BhbDJ1uXidkXTqJOKwwycvNWZW9FX-G7K
A (address) resource record / A(地址)资源 记录
AAL, ATM adaptation layer / ATM 适配层
ABR, area border router / 区域边界路由器
ABR, available bit rate / 可用的传输率
access control / 访问控制
access control entry, ACE / 访问控制项
access number / 访问号码
access permission / 访问权限
access privileges / 访问特权
account lockout / 帐户锁定
ACK, acknowledgment / 确认
acknowledgment message / 确认信息
ACPI, Advanced Configuration and Power Interface / 高级配置和电源接口
active / 活动
active content / 活动内容
Active Directory
Active Directory data model / Active Directory 数据模型
Active Directory Service Interfaces / Active Directory 服务接口
Active Directory Users and Computers / Active Directory 用户和计算机
active partition / 活动分区
active volume / 活动卷
ActiveX
ActiveX control / ActiveX 控件
adapter card / 适配器卡
address classes / 地址类别
address pool / 地址池
Address Resolution Protocol, ARP / 地址 解析 协议
adjacency / 邻近
administration queue / 管理队列
administrative alerts / 管理警报
administrator / 管理员
Advanced Configuration and Power Interface, ACPI / 高级配置和电源接口
affinity / 相似性
agent / 代理
Alerter service / 报警器服务
allocation unit size / 分配单位大小
Alpha computer / Alpha 计算机
American Standard Code for Information Interchange, ASCII / 美国信息交换标准码
APIPA, Automatic Private IP Addressing / 自动专用 IP寻址
AppleShare
AppleTalk
AppleTalk Filing Protocol / AppleTalk
编档协议
AppleTalk network integration (formerly Services for Macintosh) / AppleTalk 网络集成(以前的 Macintosh 服务)
AppleTalk Phase 2
AppleTalk Protocol / AppleTalk 协议
AppleTalk Transport / AppleTalk 传输
application / 应用程序
application assignment / 应用程序指派
area border router, ABR / 区域边界路由器
AS, autonomous system / 自治区系统
ASBR, autonomous system boundary router / 自治区系统边界路由器
ASCII, American Standard Code for Information Interchange / 美国信息交换标准码
Assistive Technology Program / 辅助技术程序
asymmetric encryption / 非对称加密
asynchronous communication / 异步通讯
ATM, asynchronous transfer mode / 异步传输模式
ATM adaptation layer / ATM 适配层(AAL)
attribute / 属性
audit logging / 审核记录
audit policy / 审核策略
auditing / 审核
authentication / 身份验证
authoritative / 授权
authoritative restore / 强制性还原
authorization / 授权
auto-static routes / 自动静态路由
auto-static updates / 自动静态更新
Automatic Private IP Addressing, APIPA /自动专用 IP 寻址
autonomous system, AS / 自治区系统
autonomous system boundary router, ASBR / 自治区系统边界路由器
availability / 可用性
available bit rate, ABR / 可用的传输率
AXFR, full zone transfer / 完整区域传送
wor20161202的更多相关文章
随机推荐
- c#.net WinForm 线程内 调用窗体控件
richTextBox1.BeginInvoke(new EventHandler(delegate { richTextBox1.AppendText("正在提交服务器..\r\n&quo ...
- jpa delete related
delete deleteAll deleteInBatch notice List<Ap> apList = .deleteInBatch(apList)
- PHP_$_SERVER_说明详解
PHP编程中经常需要用到一些服务器的一些资料,特把$_SERVER的详细参数整理下,方便以后使用. $_SERVER['PHP_SELF'] #当前正在执行 脚本的文件名,与 document roo ...
- windows7-PowerDesigner 15.1 的安装图解
下载 PowerDesigner 15.1 的安装文件和破解文件 破解文件下载地址:http://pan.baidu.com/share/link?shareid=177873&uk=3626 ...
- Spring MVC学习笔记——POJO和DispatcherServlet
POJO(Plain Ordinary Java Object)简单的Java对象,实际就是普通JavaBeans,是为了避免和EJB混淆所创造的简称. 使用POJO名称是为了避免和EJB(Enter ...
- Java关键字——throws和throw
throws关键字 在定义一个方法时,可以使用throws关键字声明,使用throws声明的方法表示此方法不处理异常,而交给方法的调用处进行处理. 使用了throws关键字,表示不管是否会有异常,在调 ...
- 使用ASP.NET Web Api构建基于REST风格的服务实战系列教程【八】——Web Api的安全性
系列导航地址http://www.cnblogs.com/fzrain/p/3490137.html 前言 这一篇文章我们主要来探讨一下Web Api的安全性,到目前为止所有的请求都是走的Http协议 ...
- [Redis]如何通过Powershell创建Redis服务
目前Redis在中国上线了,不过只是预览版而且不能通过Portal进行操作,不过可以通过Powershell创建,具体如下: 下载最新的Powershell SDK:http://www.window ...
- DESCryptoServiceProvider
public static byte[] DESEncrypt(byte[] data, byte[] sKey) { return DESEncrypt(data, sKey, sKey); } / ...
- Tomcat服务器原理详解
[目录]本文主要讲解Tomcat启动和部署webapp时的原理和过程,以及其使用的配置文件的详解.主要有三大部分: 第一部分.Tomcat的简介和启动过程 第二部分.Tomcat部署webapp 第三 ...