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的更多相关文章
随机推荐
- python设计模式之--单例模式
python的单例模式就是一个类的实例只能自始自终自能创建一次.应用场景比如说数据库的连接池. #!/usr/bin/env python # coding=utf- class Foo(object ...
- Tomcat配置并启用HTTPS
参考文献:http://www.cnblogs.com/xdp-gacl/p/3744053.html#blogTitle2 概述:用sun公司提供的keytool(位置为<JAVA_HOME& ...
- C#----使用WindowsMediaPlayer 同时播放多个声音
使用Windows Media Player 其实就是使用组件AxWindowsMediaPlayer. 添加两个引用:Interop.WMPLib.dll和AxInterop.WMPLib.dll. ...
- HTTP2.0介绍
HTTP2.0的所有通信都是在一个TCP连接上完成的. 1.信息传输术语 1.1 流 虚拟信道,可以承载双向消息,每个流都有一个唯一的整数标识符(1.2....N); 1.2 消息 逻辑上的HTTP消 ...
- 在Nginx服务器中设置多个站点
这里以配置1个站点(1个域名)为例,n 个站点可以相应增加调整, 假设:IP地址: 127.0.0.1域名1 phpmyadmin.zhengwen.cn 放在 /www/phpmyadmin.zhe ...
- jquermobile 安装
代码 <script src="../Public/js/jquery-1.11.1.min.js"></script> <script src=&q ...
- macbook 放flash发烫,转html5
http://zythum.sinaapp.com/youkuhtml5playerbookmark/
- owin中间件
public class HelloWorldOptions { public HelloWorldOptions() { IncludeTimestamp = true; Name = " ...
- CKEditor的使用方法
CKEditor的使用方法 2014-03-31 09:44 8649人阅读 评论(1) 收藏 举报 版权声明:本文为博主原创文章,未经博主允许不得转载. ckeditor 的官方网站是 http:/ ...
- Crontab的格式
第1列分钟1-59第2列小时1-23(0表示子夜)第3列日1-31第4列月1-12第5列星期0-6(0表示星期天)第6列要运行的命令 下面是crontab的格式:分 时 日 月 星期 要运行的命令 这 ...