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的更多相关文章
随机推荐
- js017-错误处理与调试
js017-错误处理与调试 本章内容 理解浏览器报告的错误 处理错误 调试JS代码 17.2 错误处理 17.2.1 try-catch语句 try{ //possible error code }c ...
- HTML5 常用的结构化标签整理
一.语义化结构化标签 结构化标签优点: 1.方便浏览器处理和识别,提升了网页的质量和语义. 2.减少了大量无意义的div标签,增强代码的可读性. 结构化标签:(header,nav,body,arti ...
- bash: ifconfig: command not found解决方法
1.问题: #ifconfig bash: ifconfig: command not found 2.原因:非root用户的path中没有/sbin/ifconfig ,其它的命令也可以出现这种情况 ...
- HDInsight 路径问题
HDInsight中..上传文件的路径是要区分大小写的.. 很变态吧.. 所以项目中要求全部路径使用小写..
- python模块time&datetime&json & picle&14.logging等
本节大纲: 模块介绍 time &datetime模块 random os sys shutil json & picle shelve xml处理 yaml处理 configpars ...
- StringUtils
StringUtils.hasText(字符串) 如果字符串里面的值为null, "", " ",那么返回值为false:否则为true
- Markdown语言详解
相信大家在github上面分享了不少的项目和Demo,每次创建新项目的时候,使用的都是默认的README.md文件,也不曾对这个文件有过什么了解.但是在看到别人写的项目的README.md里面竟然有图 ...
- asp.net mvc 4 高级编程学习笔记:第四章 模型
数据模型 数据模型及O/R转化,采用EntityFramework实现. 可以采用firstCode模型,首先定义模型,通过模型生成数据库,也可以通过安装EFPowerTools,通过数据库自动生成对 ...
- [转]12款最佳Linux命令行终端工具
摘要 “工欲善其事必先利其器”,作为菜鸟,也是从别人那里偷学来的一些东东.今天看到同事用到一个终端命令行工具,觉得自己弱爆了.然后在网上搜了下该工具.发现类似的工具还是挺多的,只是自己不知道罢了. 原 ...
- 弹出框一 之 基于bootstrap和jquery的自定义弹出框
(function ($) { window.Ewin = function () { var html = '<div id="[Id]" class="moda ...