word20161203
B-channel / B 信道
B-ISDN, broadband integrated services digital
network / 广播综合业务数字网络
backbone router / 主干路由器
background program / 后台程序
backup domain controller, BDC / 备份域控制器
backup media pool / 备份媒体池
backup operator / 备份操作员
backup set / 备份集
backup set catalog / 备份集类别
backup types / 备份类型
bandwidth / 带宽
Bandwidth Allocation Protocol, BAP / 带宽分配协议
base priority / 基本优先级
basic disk / 基本磁盘
basic input/output system, BIOS / 基本输入/输出系统
basic storage / 基本存储
basic volume / 基本卷
batch program / 批处理程序
baud rate / 波特率
BDC, backup domain controller / 备份域控制器
Berkeley Internet Name Domain, BIND / Berkeley Internet 名称域
BGP, Border Gateway 边界网关协议
BIND boot file / BIND 启动文件
bindery / 平构数据库
binding / 绑定
BINL (Boot Information Negotiation Layer) Service / BINL(启动信息协商层)服务
bits per second, bps / 每秒位数
boot / 启动
boot disk / 启动盘
boot files / 启动文件
Boot Logging / 启动记录
boot partition / 启动分区
boot volume / 启动卷
BOOTP, bootstrap protocol / BOOTP 协议
BOOTP extensions / BOOTP 扩展
BOOTP Relay Agent / BOOTP 延迟代理
bootstrap protocol, BOOTP / 自陷协议
Border Gateway Protocol, BGP / 边界网关协议
bps, bits per second / 每秒位数
broadband integrated services digital network, B-ISDN / 宽带综合业务数字网
broadcast and unknown server, BUS / 和未知服务器
broadcast message / 广播消息
broadcast 广播网络
buffer / 缓冲区
built-in groups / 内置组
bus / 总线
BUS, broadcast and unknown server / 广播和未知服务器
bytes received / 接收的字节数
bytes transmitted / 传输的字节数
word20161203的更多相关文章
随机推荐
- php 如何造一个简短原始的数据库类用来增加工作效率
class DBDA{ public $host="localhost"; public $uid="root"; public $pwd="123& ...
- git config --global core.autocrlf false
git config --global core.autocrlf false warning: LF will be replaced by CRLF in .idea/vcs.xml.The f ...
- Spring解析
Spring还是蛮有技术含量的,可以自己用代码实践一遍,找了一篇实践的案例: http://qingwengang.iteye.com/blog/621678 先mark下,等后面有时间了实践一遍. ...
- python 内建函数setattr() getattr()
python 内建函数setattr() getattr() setattr(object,name,value): 作用:设置object的名称为name(type:string)的属性的属性值为v ...
- Unity Sprite Atlas Compression
http://forum.unity3d.com/threads/2d-sprite-packer-and-pvrtc.218633/ http://docs.unity3d.com/Manual/S ...
- 在页面头部<!DOCTYPE html ....> 前面不能有任何输出
<!-- 这里不能有任何输出,注释也不行 --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN& ...
- mysql之用户授权
授权命令: 1.全部权限:grant all on *.* to user@192.168.10.2 identified by "pass": 2.部分权限:grant sele ...
- Could not load file or assembly Microsoft.Web.Infrastructure
Error info:Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=n ...
- java中的各个数据结构区别
ArrayList 和Vector是采用数组方式存储数据,此数组元素数大于实际存储的数据以便增加和插入元素,都允许直接序号索引元素,但是插入数据要设计到数组元素移动等内存操作,所以索引数据快插入数据慢 ...
- SSLv3 Poodle攻击漏洞检测工具
漏洞编号:CVE-2014-3566 POC如下: import ssl,socket,sys SSL_VERSION={ 'SSLv2':ssl.PROTOCOL_SSLv2, 'SSL ...