word20161209
failback / 故障回复
failback policy / 故障回复策略
failed / 失败
failover / 故障转移
failover policy / 故障转移策略
failover time / 故障转移时间
FAT, file allocation table / 文件分配表
FAT32
fault tolerance / 容错
Fax Service / 传真服务
FCB, file control block / 文件控制块
Federal Information Processing Standard 140-1, FIPS 140-1 / 联邦信息处理标准 140-1
FEP, front-end processor / 前端处理器
file allocation table, FAT / 文件分配表
File and Print Services for NetWare / NetWare 文件和打印服务
file control block, FCB / 文件控制块
file creator / 文件编写者
file fork / 文件派生
file replication service / 文件复制服务
File Services for Macintosh / Macintosh 文件服务
File Share resource / 文件共享资源
file system / 文件系统
File Transfer Protocol, FTP / 文件传输协议
file type / 文件类型
filter / 筛选器
filtering mode / 筛选模式
firewall / 防火墙
firmware / 固件
font / 字体
font cartridge / 字体盒
foreground program / 前台程序
foreign computer / 异种计算机
forest / 树林
form / 表单
FORTEZZA
forward lookup / 正向搜索
forwarder / 转发程序
FQDN, fully qualified domain name / 完全合格域名
fragmentation / 碎片整理
frame / 帧
frame type / 帧类型
free media pool / 可用媒体池
free space / 可用空间
front-end processor, FEP / 前端处理器
full-duplex / 全双工
full name / 全名
full zone transfer, AXFR / 完整区域传送
fully qualified domain name, FQDN / 完全合格域名
word20161209的更多相关文章
随机推荐
- 嵌入式Linux驱动学习之路(二十)USB设备驱动
USB在接入系统的时候,以0的设备ID和主机通信,然后由主机为其分配新的ID. 在主机端,D+和D-都是下拉接地的.而设备端的D-接上拉时,表明此设备为高速设备:12M/s. D+接上拉时则是全速设备 ...
- Zip加密
http://www.cnblogs.com/kgdxpr/archive/2013/08/01/3230174.html
- httpd配置.md
httpd-2.2 配置 监听端口和IP 配置文件: Listen [IP:]PORT 省略IP表示为0.0.0.0 Listen指令可重复出现多次 修改监听socket,重启服务进程方可生效 可以监 ...
- Python 过算符和数据类型
一.算术运算符 二.逻辑运算符
- EventToCommand
EventToCommand 在WPF中,并不是所有控件都有Command,例如TextBox,那么当文本改变,我们需要处理一些逻辑,这些逻辑在ViewModel 中,没有Command如何绑定呢?这 ...
- django model Meta选项
可用的 Meta 选项 abstract Options.abstract 如果 abstract = True ,这个 model 就是一个 抽象基类 . app_label Options.app ...
- jprofiler_监控远程linux服务器的JVM进程(实践)
几天前写了一篇文章,jprofiler_监控远程linux服务器的tomcat进程(实践),介绍了使用jprofiler怎样监控远程linux的tomcat进程,这两天想了想,除了可以监控tomcat ...
- Examples of MIB Variables - SNMP Tutorial
30.5 Examples of MIB Variables Versions 1 and 2 of SNMP each collected variables together in a singl ...
- input file控件限制上传文件类型
网页上添加一个input file HTML控件: <input id="File1" type="file" /> 默认是这样的,所有文件类型都会 ...
- linux下常见解压缩命令
linux下常见的压缩文件格式有tar.gz.tar.gz.tar.bz2.zip等等.对于不同的压缩文件格式有对应的解压缩命令.下面就对此小结一下: 1.后缀为.tar 用 tar –xvf 解压 ...