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的更多相关文章
随机推荐
- winndows7、office2013 激活信息还原
windows7激活信息还原 1.现在“计算机”,右键中的“管理”中的“服务”中禁止Software Protection 2.还原路径C:\Windows\ServiceProfiles\Netwo ...
- Linux开放1521端口允许网络连接Oracle Listene
症状:1. TCP/IP连接是通的.可以用ping 命令测试. 2. 服务器上Oracle Listener已经启动. lsnrctl status 查看listener状态 lsnrctl s ...
- easyUI Form表单的密码验证是否相同
一.js文件中的代码: $(function(){ $.extend($.fn.validatebox.defaults.rules, { equals: {//定义一个比较相等与否的函数 valid ...
- StringBuffer类
String的内容一旦声明则不可改变,如果改变,则改变的肯定是String的引用地址. 如果一个字符串要被经常改变,则就必须使用StringBuffer类. 在String类中可以通过“+”进行字符串 ...
- activity栈的关系
android:intent flags 一.Activity和Task(栈)的关系 Task就像一个容器,而Activity就相当与填充这个容器的东西,第一个东西(Activity)则会处于最下面, ...
- Winform添加Label
Info from : http://www.csharpwin.com/csharpspace/6253r7952.shtml 本例子主要是介绍如何在 C#开发WinForm中加入一个组件,如果你想 ...
- Zabbix 3.0 安装笔记
Zabbix 3.0 只支持CentOS 7.0以上版本,所以先在虚拟机中安装好CentOS 7.0 x64,并设置好IP,允许虚拟机联网. 1.安装MySQL 从最新版本的linux系统开始,默认的 ...
- yii2.0自动登录功能的实现方法
参考地址:http://www.kuitao8.com/20150518/3747.shtml 自动登录的原理很简单.主要就是利用cookie来实现的在第一次登录的时候,如果登录成功并且选中了下次自动 ...
- [转]12款最佳Linux命令行终端工具
摘要 “工欲善其事必先利其器”,作为菜鸟,也是从别人那里偷学来的一些东东.今天看到同事用到一个终端命令行工具,觉得自己弱爆了.然后在网上搜了下该工具.发现类似的工具还是挺多的,只是自己不知道罢了. 原 ...
- SQL Server2008 with(lock)用法
参考资料: WITH (NOLOCK) 在sqlserver 中with(nolock)详解