T.120

tag / 标记

TAPI, Telephony API / 电话 API

target journaling / 目标日志

taskbar / 任务栏

taskbar button / 任务栏按钮

TCP/IP, Transmission Control Protocol/Internet Protocol / 传输控制协议/网际协议

Telephony API, TAPI / 电话 API

telephony switch / 电话交换

Terminal Services / 终端服务

Terminal Services Licensing / 终端服务授权

terminate-and-stay-resident (TSR) program / 终止并驻留内存 (TSR) 程序

test queue / 测试队列

text box / 文本框

TFTP, Trivial File Transfer Protocol / 简单文件传输协议

TGS, ticket-granting service / 票据授予服务

TGT, ticket-granting ticket / 票据授予票据

Thread Count / 线程数   thumbnail / 缩略图

ticket / 票据

ticket-granting service, TGS / 票据授予服务

ticket-granting ticket, TGT / 票据授予票据

time slice / 时间片

time stamp / 时间戳

time-out error / 超时错误

Time-To-Live, TTL / 活动时间

title bar / 标题栏

TLS, Transport Layer Security / 传输层安全

top-level domains / 顶级域

topological database / 拓扑数据库

topology / 拓扑

touch-tone dialing / 按键式拨号

trace log / 追踪日志

transaction / 事务处理

transaction dead-letter queue / 事务处理死信队列

transactional message / 事务处理消息

transitive trust / 可传递信任

Transmission Control Protocol/Internet Protocol, TCP/IP / 传输控制协议/网际协议

transmitting station ID (TSID) string / 传输站 ID (TSID) 字符串

Transport Layer Security, TLS / 传输层安全

trap / 陷阱

tree view / 树视图

triggered update / 触发更新

Trivial File Transfer Protocol, TFTP / 简单文件传输协议

Trojan horse / 特洛伊木马

TrueType fonts / TrueType 字体   trust relationship / 信任关系

TSID (transmitting station ID) string / 传输站 ID 字符串

TSR (terminate-and-stay-resident) program / 终止并驻留内存程序

TTL, Time-To-Live / 生存时间

tunnel / 隧道

tunnel server / 隧道服务器

two-way trust / 双向信任

Type 1 fonts / Type 1 字体

word20161222的更多相关文章

随机推荐

  1. [LeetCode] Matchsticks to Square 火柴棍组成正方形

    Remember the story of Little Match Girl? By now, you know exactly what matchsticks the little match ...

  2. [LeetCode] Count Univalue Subtrees 计数相同值子树的个数

    Given a binary tree, count the number of uni-value subtrees. A Uni-value subtree means all nodes of ...

  3. [LeetCode] Construct Binary Tree from Inorder and Postorder Traversal 由中序和后序遍历建立二叉树

    Given inorder and postorder traversal of a tree, construct the binary tree. Note: You may assume tha ...

  4. Zend Framework 1 - Quick Start

    创建 Zend 项目 要创建 Zend 项目,首先要下载并解压 Zend Framework. 安装 Zend Framework 下载最新的 Zend Framework 1.12.20 源码包,( ...

  5. UNC 目录格式检测C#代码

    /// <summary> /// if path is UNC( Universal Naming Convention) path return or return false. // ...

  6. 理解OAuth 2.0

    转自:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html OAuth是一个关于授权(authorization)的开放网络标准,在全世界得到广泛 ...

  7. iOS中富文本NSMutableAttributedString的用法

    NSMutableAttributedString *attrString = [[NSMutableAttributedString alloc]initWithString:@"我是富文 ...

  8. PHP 扩展开发(将自己的一些代码封装成PHP扩展函数)

    今天时间不多,先给个地址,能搜到我这篇blog的朋友先看看我最近在看的一些文章.资料吧: 我的环境是 lnmp1.1 的 (LNMP一键安装包),所以要进行PHP扩展开发首先应该对环境配置和shell ...

  9. C#-WebForm-★★★ 分页展示 ★★★

    什么是"分页展示"? 分页展示就是将庞大的数据分成若干页,每页展示若干条数据,向用户展示数据 流程:客户端浏览器向服务器发送查询请求 → 服务器从数据库查询数据 → 服务器转换成代 ...

  10. js判断浏览器类型

    使用navigator.userAgent和来判断 PC端: <script type="text/javascript">var ua=navigator.userA ...