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的更多相关文章
随机推荐
- file-loader及url-loader的使用
file-loader主要用来处理图片,其实也可以在js和html及其他文件上,但很少那么使用,比如: require("file-loader?name=js/[hash].script. ...
- BZOJ 4423 【AMPPZ2013】 Bytehattan
Description 比特哈顿镇有n*n个格点,形成了一个网格图.一开始整张图是完整的. 有k次操作,每次会删掉图中的一条边(u,v),你需要回答在删除这条边之后u和v是否仍然连通. Input 第 ...
- Edit Distance
Edit Distance Given two words word1 and word2, find the minimum number of steps required to convert ...
- ios9适配系列教程——ios9新变化
Demo1_iOS9网络适配_改用更安全的HTTPS iOS9把所有的http请求都改为https了:iOS9系统发送的网络请求将统一使用TLS 1.2 SSL.采用TLS 1.2 协议,目的是 强制 ...
- JavaScript语法规范
推荐的JavaScript编码规范 阅读 247 评论 0 喜欢 0 作为前端开发人员,我相信每一个人都或多或少的用到原生的JavaScript,也正是因为用的人多,导致编码风格也是多种多样的,而不规 ...
- vue.js之绑定class和style
一.绑定Class属性. 绑定数据用v-bind:命令,简写成: 语法:<div v-bind:class="{ active: isActive }"></di ...
- the pipeline of call SNP
######################################## ############### Mapping ################ ################## ...
- SqlServer基础复习
一.数据类型 包括整数类型(可以用来做主键)的如bit,int ,samllint,tinyint,bigint,存储的范围不同,常用的有int,bigint等:树脂类型decimal(p, ...
- 【poj1737】 Connected Graph
http://poj.org/problem?id=1737 (题目链接) 题意 求n个节点的无向连通图的方案数,不取模w(゚Д゚)w Solution 刚开始想了个第二类斯特林数,然而并不知道怎么求 ...
- python远程连接paramiko 模块和堡垒机实现
paramiko使用 paramiko模块是基于python实现了SSH2远程安全连接,支持认证和密钥方式,可以实现远程连接.命令执行.文件传输.中间SSH代理功能 安装 pip install pa ...