Waiting for Call / 等待呼叫

wallpaper / 墙纸

WAN, wide area network / 广域网

warning level / 警告级别

Web folder / Web 文件夹

Web server / Web 服务器

well-connected / 连接良好

well-known services / 公认的服务

wide area network, WAN / 广域网

wildcard character / 通配符

wildcarding / 通配符方式

window menu / 窗口菜单

Windows 2000 Server File and Print Servers for Macintosh / Windows 2000 Server 的 Macintosh 文件与打印服务器

Windows 2000 Task Manager / Windows 2000 任务管理器

Windows Internet Name Service, WINS / Windows Internet 命名服务

Windows Management Instrumentation, WMI / Windows 管理规范

Windows Media Services / Windows Media 服务

WINS, Windows Internet Name Service / Windows Internet 命名服务

WINS proxy / WINS 代理

WINS resource / WINS 资源

Winsock   wireless communication / 无线通讯

WMI, Windows Management Instrumentation / Windows 管理规范

workgroup / 工作组

X.500

X.509v3 certificate / X.509v3 证书

XOR, exclusive OR / 异或

zone / 区域

zone list / 区域列表

zone transfer / 区域传送

word20161225的更多相关文章

随机推荐

  1. Python学习Day2笔记(字符编码和函数)

    1.字符编码 #ASCII码里只能存英文和特殊字符 不能存中文 存英文占1个字节 8位#中文编码为GBK 操作系统编码也为GBK#为了统一存储中文和英文和其他语言文字出现了万国码Unicode 所有一 ...

  2. 解读ASP.NET 5 & MVC6系列(13):TagHelper

    在新版的MVC6中,微软提供了强大的TagHelper功能,以便让我们摆脱如下的臃肿代码: @Html.LabelFor(model => model.FullName) @Html.EditF ...

  3. SQL中使用or影响性能的解决办法

    近期做了一个存储过程,执行时发现非常的慢,竟然需要6.7秒! 经排查,发现时间主要都耗在了其中一段查询语句上.这个语句用于查出结构相同的两个表中,其中两个字段的任一个字段数据相同的记录. 例如,A表的 ...

  4. const 引起的BUG

    今天白天出现了碰见了一个问题,隐藏得比较深,这里记录一下. 初衷很简单,就是要更改改一个数据库的链接名,这个链接名是放在数据层public const string connDB="conn ...

  5. booting logo & booting animation

    開機第一張圖片: 圖片位置: linux_repo/vendor/mediatek/proprietary/bootable/bootloader/lk/dev/logo 因為 project 選用 ...

  6. Less的使用

    Less为css预处理器 首先先去下载一个koala编译器软件,然后运行打开 新建一个项目目录,在css文件夹中新建一个后缀为less的文件,然后拉入koala软件中,然后运行 ,你的css文件夹中就 ...

  7. asp.net使用Get请求webservice

    先在Web.config中的System.Web节点下添加如下代码,使其支持Get请求: <webServices> <protocols> <add name=&quo ...

  8. AC自动机 HDU 2896

    n个字串 m个母串 字串在母串中出现几次 #include<stdio.h> #include<algorithm> #include<string.h> #inc ...

  9. 从点云到网格(二)VRIP介绍

    VRIP(Volumetric Range Image Processing),顾名思义,是从深度图重建网格的一种方法.VRIP是Brian Curless和Marc Levoy在1996年提出来的方 ...

  10. BZOJ 3275: Number

    3275: Number Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 874  Solved: 371[Submit][Status][Discus ...