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的更多相关文章

随机推荐

  1. 将一个tabel加到另一个table

    DataTable rate = GetRate(str_catchType,); dt.Merge(rate);//将两个table合并

  2. 关于datatable linq的转换

    关于datatable datarow DataTable paraval = GetParaVal(DateCondition, strUrl, Page, RowPage, iYearMonthN ...

  3. Java数据库——ResultSet接口

    使用SQL中的SELECT语句可以查询出数据库的全部结果,在JDBC的操作中数据库的所有查询记录将使用ResultSet进行接收,并使用ResultSet显示内容. 从user表中查询数据 //=== ...

  4. C# Language Specification

    https://msdn.microsoft.com/en-us/library/aa645596(v=vs.71).aspx

  5. css隔行换色

    .tab1 tr:nth-of-type(odd){ background:#eeeeee;} .tab1 tr:nth-of-type(even){ background:#f8f8f8;} .ta ...

  6. sqlserver下载

    https://msdn.microsoft.com/zh-cn/sqlserver/default.aspx

  7. Java多线程编程核心技术---单例模式与多线程

    立即加载/饿汉模式 立即加载就是使用类的时候已经将对象创建完毕. public class MyObject { //立即加载方式==饿汉模式 private static MyObject myOb ...

  8. AndroidStudio-使用Translations Editor

    前言 如果你的App支持多语言,你需要正确的管理你的翻译字符串资源.Android Studio提供了翻译编辑器使更容易的查看和管理翻译资源. 关于翻译编辑器 翻译资源存储工程的多个目录下的多个XML ...

  9. js中的全局变量和静态变量的使用, js 的调试?- 如果js出错, js引擎 就会停止, 这会 导致 后面的 html中 refer 该函数时, 会报错 函数为定义!!

    效果里面的函数, 如show, hide,slideDown等, 这些都叫 "效果"函数, 但是里面可以包含动画, 也可以 不包含动画. 动画,是指 元素 的内容 是 逐渐 显示/ ...

  10. linux 生成KEY的方法与使用

    转自:http://blog.163.com/tqq_0716/blog/static/7690741220110611350344/ 服务器A: 192.168.1.1 服务器B: 192.168. ...