DHCPRELEASE, DHCP release message / DHCP 释放消息

DHCPREQUEST, DHCP request message / DHCP 请求消息

dial 拨号位置

dial-up connection / 拨号连接

dial-up 拨号线路

differential 差异备份

digital signature / 数字签名

Digital Signature Standardm, DSS / 字签名标准

digital subscriber line, DSL / 数字订户线路

digital video disc, DVD / 数字视频光盘

direct cable connection / 直接电缆连接

direct hosting / 直接宿主

direct memory access, DMA / 直接内存访问

directory / 目录

directory database / 目录数据库

directory 目录分区

directory replication / 目录复制

Directory 目录服务

disable / 禁用

discovery / 发现

discretionary access control list, DACL / 访问控制磁盘

disk configuration information / 盘配置信息

disk mirroring / 磁盘镜像

dismount / 卸除

display 显示适配器

display password / 显示密码

distinguished 可分辨的名称

Distributed Transaction Coordinator resource / 分布式事务协调器资源

distribution group / 分配组

DLC, Data Link 数据链接控件

DLL, dynamic-link library / 动态链接库

DMA, direct memory access / 直接内存访问

DNS DNS dynamic update protocol / DNS 动态更新协议

DNS name servers / DNS 命名服务器

docking station / 插接站文档

domain / 域

domain controller / 域控制器

domain DFS / 域 DFS

domain local group / 域本地组

domain model / 域模型

domain name / 域名

domain namespace / 域名称空间

domain naming master / 域命名主机

domain of origin / 原始域

domain suffix / 域后缀

domain tree / 域目录树

dots per inch, DPI / 每英寸点数

downcasing / 小写转换

downloadable fonts / 可下载字体

DPI, dots per inch / 每英寸点数

drag / 拖动

drain / 损耗

drainstop / 损耗停止

drive / 驱动器

drive letter / 驱动器号

drop 放入文件夹

DSL, digital subscriber 数字订户线路

DSS, Digital Signature Standard / 数字签名准

DTE, Data Terminal Equipment / 据终端设备

dual boot / 双重启动

duplex / 双工

DVD decoder / DVD 解码器

DVD, digital video disc / 数字视频光盘

DVD drive / 驱动器

DWORD

dynamic data exchange, DDE / 动态数据交换

dynamic disk / 动态磁盘

DHCP

dynamic routing / 动态路由

dynamic storage / 动态存储

dynamic volume / 动态卷

dynamic-link library, DLL / 动态链接库

word20161207的更多相关文章

随机推荐

  1. SQL高级查询:嵌套和分页

    1.嵌套子查询 --查询最近一次oop考试没有参加考试的学生 select StudentName from Student where StudentNo not in( select Studen ...

  2. time.c 的Java实现(从timestamp计算年月日时分秒等数值)

    time.c的Java实现 public class GMT { public static final int EPOCH_YEAR = 1970; public static final int[ ...

  3. Java实现数组排序

    package com.souvc.hibernate.exp; public class MySort { /** * 方法名:main</br> * 详述:Java实现数组排序 < ...

  4. Linux Linux程序练习十八

    题目:编写一个TCP服务器和客户端,基于TCP的并发远程shell 要求实现: )对于所有收到的客户端消息,作为命令行进行执行, 并且将命令行的输出结果返回给客户端 )要求使用并发结构 )实现关键代码 ...

  5. javaScript中的页面传值

    function getURIParam(name) { var search = window.location.search; search = search.substring(1); if ( ...

  6. React.js常识

    1.React的特点: 简单.声明式-自动dom操作. React核心:组件,组件的设计目的:提高代码复用率,降低测试难度和代码复杂度. 提高代码复用率:组建将数据和逻辑进行封装,类似面向对象的类: ...

  7. github-windows本地安装

    Step1 准备工作 msysgit,下载地址为 http://msysgit.github.io/ . Eclipse IDE for Java EE Developers(必须是这个,自带Egit ...

  8. Python删除指定时间的文件

    import os import time import sys from xml.dom import minidom, Node from xml.dom.minidom import parse ...

  9. BZOJ 4698: Sdoi2008 Sandy的卡片

    4698: Sdoi2008 Sandy的卡片 Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 106  Solved: 40[Submit][Stat ...

  10. npm命令教程

    教程:http://www.runoob.com/nodejs/nodejs-npm.html 常用命令:http://www.cnblogs.com/PeunZhang/p/5553574.html