word20161214
MAC, Message Authentication Code / 消息验证代码
MAC address / MAC 地址
machine-centric / 机器中心的
Macintosh-accessible volume / Macintosh 可访问卷
Macintosh-style permissions / Macintosh 风格的权限
MADCAP, Multicast Address Dynamic Client Allocation Protocol / 多播地址动态客户端分配协议
Make Changes / 进行更改
managed volume / 被管理卷
Management and Monitoring Tools / 管理和监视工具
Management Information Base, MIB / 管理信息库
management system / 管理系统
mandatory user profile / 强制用户配置文件
MAPI, Messaging API / 消息 API
MARS, multicast address resolution service / 多播地址解析服务
master boot record, MBR / 主引导记录
master domain / 主域
Master File Table, MFT / 主文件表
master server / 主服务器
maximize / 最大化
maximum password age / 密码最长使用期
MBR, master boot record / 主引导记录
MCS, multicast server / 多播服务器
MD2
MD4
MD5, Message Digest Five / 消息摘要 5
MDHCP, multicast DHCP / 多播 DHCP
media / 媒体
media access control address / 媒体访问控制地址
media pool / 媒体池
member server / 成员服务器
memory address / 内存地址
Memory Usage / 内存使用
Memory Usage Delta / 内存使用 Delta
message / 消息
message digest / 消息摘要
Message Queuing / 消息列队
Message Queuing resource / 消息队列资源
Message Queuing server / 消息队列服务器
Messaging API, MAPI / 消息传递 API
Messenger service / 信使服务
metric / 跃点数
MFT, Master File Table / 主文件表
MIB, Management Information Base / 管理信息库
Microcom Networking Protocol Five, MNP5 / Microcom 网络协议5
Microcom Networking Protocol Four, MNP4 / Microcom 网络协议 4
Microsoft Distributed Transaction Coordinator, MS DTC / Microsoft 分布式事务协调器
Microsoft Management Console, MMC / Microsoft 管理控制台
Microsoft Point-to-Point Encryption, MPPE / Microsoft 点对点加密
MIDI, Musical Instrument Digital Interface / 乐器数字接口
MIDI setup / MIDI 安装程序
minimize / 最小化
minimum password length / 最小密码长度
minimum TTL / 最小的 TTL
mirror / 镜像
mirror set / 镜像集
mirrored volume / 镜像卷
mixed mode / 混合模式
MMC, Microsoft Management Console / Microsoft 管理控制台
MNP4, Microcom Networking Protocol Four / Microcom 网络协议 4
MNP5, Microcom Networking Protocol Five / Microcom 网络协议 5
modem / 调制解调器
modem compression / 调制解调器压缩
modulation standards / 调制标准
mount / 装入
mounted drive / 已装入的驱动器
MPPE, Microsoft Point-to-Point Encryption / Microsoft 点对点加密
MPR, MultiProtocol Routing / 多协议路由
MS DTC, Microsoft Distributed Transaction Coordinator / Microsoft 分布式事务协调器
MS-DOS
MS-CHAP ( Challenge Handshake Authentication Protocol) / 质询握手验证协议
MS-DOS-based program / 基于MS-DOS 的程序
MSMQ
multibyte / 多字节
Multicast Address Dynamic Client Allocation Protocol, 多播址动态户端分配协议
multicast address resolution service, MARS / 多播地址解析服务
multicast datagram / 多播数据报
multicast DHCP, 多 DHCP
multicast media access control address / 多媒体访问控制地址
multicast scope / 多播范围
multicast server, MCS / 多播服务器
multicasting / 多播
multihomed computer / 多宿主计算机
multilink dialing / 多链路拨号
multimaster replication / 多主线复制
multimedia 多媒体流
multiple boot / 多重启动
MultiProtocol Routing, MPR / 多协议路由
Musical Instrument Digital Interface, MIDI / 乐器数字接口
word20161214的更多相关文章
随机推荐
- [转]Mac下配置基于SecurID的Cisco IPSec VPN全攻略(有图)
来自: http://www.eefocus.com/Kevin/blog/11-09/230878_53c71.html RSA的SecurID长的是这个样子滴: Mac里面,可以设置VPN, 方法 ...
- linux文件特殊权限
- jS字符串大小写转换实现方式
toLocaleUpperCase 方法:将字符转换为大写 stringVar.tolocaleUpperCase( ) 必选的 stringVar 引用是一个 String 对象,值或文字. //转 ...
- Local gulp not found in.. on windows
当出现报错时,请按如下方式安装 gulp 以下使用国内的淘宝镜像安装: $ # Step 1 $ cnpm install -g gulp $ # Step 2 $ cnpm install --sa ...
- js点击某个图标或按钮弹出文件选择框
<HTML> <head> <script type="text/javascript" src="script/jquery-1.6.2. ...
- iOS 适配https(AFNetworking3.0为例)
众所周知,苹果有言,从2017年开始,将屏蔽http的资源,强推https楼主正好近日将http转为https,给还没动手的朋友分享一二 1.准备证书 首先找后台要一个证书(SSL证书,一般你跟后台说 ...
- LNMP搭建(yum)
CentOS官方镜像不提供nginx,http://nginx.orghttp://nginx.org/en/linux_packages.html#stable yum install nginx ...
- BZOJ 2946: [Poi2000]公共串
2946: [Poi2000]公共串 Time Limit: 3 Sec Memory Limit: 128 MBSubmit: 787 Solved: 342[Submit][Status][D ...
- Android Studio使用
HelloWorld在虚拟机上正常运行,在红米1S上很抱歉,HelloWorld已停止运行.有时间解决. 在windows下感觉到Android Studio非常慢,急死人.
- CLI:如何使用Go开发命令行
CLI或者"command line interface"是用户在命令行下交互的程序.由于通过将程序编译到一个静态文件中来减少依赖,一次Go特别适合开发CLI程序.如果你编写过安装 ...