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. [LeetCode] Largest Rectangle in Histogram 直方图中最大的矩形

    Given n non-negative integers representing the histogram's bar height where the width of each bar is ...

  2. [LeetCode] Swap Nodes in Pairs 成对交换节点

    Given a linked list, swap every two adjacent nodes and return its head. For example,Given 1->2-&g ...

  3. .NET WebAPI 用ExceptionFilterAttribute实现错误(异常)日志的记录(log4net做写库操作)

    好吧,还是那个社区APP,非管理系统,用户行为日志感觉不是很必要的,但是,错误日志咱还是得记录则个.总不能上线后报bug了让自己手足无措吧,虽然不管有木有错误日志报bug都是件很头疼的事... 我们知 ...

  4. logback 常用配置详解<appender>

    logback 常用配置详解 <appender> <appender>: <appender>是<configuration>的子节点,是负责写日志的 ...

  5. wpf 后台比例设置高度

    ColumnDefinition cd0 = new ColumnDefinition(); cd0.Width = new GridLength(2, GridUnitType.Star); txt ...

  6. Uncaught RangeError: Maximum call stack size exceeded 超出最大调用值(个人解释)

    写了段jq后,报这个错,度娘未解,灵光一闪,找到原因,上代码: Html 结构: <a href="javascript:;" class="item-pic&qu ...

  7. 关于js中this关键字的补充

    前面: 前面虽然综合了网络上不少大牛的心得,但感觉还是意犹未尽,为了彻底搞清楚js中this的相关知识,决定再写一篇.个人觉得,在技术上,除非钻到细枝末节,否则很难达至非常高的水平. 补充1: 无法重 ...

  8. bzoj3052: [wc2013]糖果公园

    又是一代神题. uoj测速rank10,bzoj测速rank26(截止当前2016.5.30 12:58) 带修改的树上莫队. 修改很少,块的大小随便定都能A 然而我一开始把开3次根写成了pow(bl ...

  9. BZOJ 3275: Number

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

  10. bzoj3181: [Coci2012]BROJ

    #include <iostream> #include <cstdio> #include <cstring> #include <cmath> #i ...