word20161222
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的更多相关文章
随机推荐
- [LeetCode] Palindrome Pairs 回文对
Given a list of unique words. Find all pairs of distinct indices (i, j) in the given list, so that t ...
- [LeetCode] Contains Duplicate II 包含重复值之二
Given an array of integers and an integer k, return true if and only if there are two distinct indic ...
- ElasticSearch第三步-中文分词
ElasticSearch系列学习 ElasticSearch第一步-环境配置 ElasticSearch第二步-CRUD之Sense ElasticSearch第三步-中文分词 ElasticS ...
- Babel:JavaScript编译器
一.介绍: Babel是一个Javascript编译器,可以将ES6语法转换成ES5. 这意味着,你可以现在就用ES6编写程序,而不用担心现有环境是否支持.下面是一个例子: //转码前: input. ...
- swfit-学习笔记(表UITableView的简单使用)
/*使用与Object-C基本类似,只做简单地使用,创建表及其设置数据源和代理*/ import UIKit class ViewController: UIViewController,UITabl ...
- iOS推送证书转pem文件
iOS推送证书转 .pem文件. 推送证书转pem文件openssl x509 -in apns_miaobozhibo.cer -inform der -out apns_miaobozhibo.p ...
- 【Codeforces163E】e-Government AC自动机fail树 + DFS序 + 树状数组
E. e-Government time limit per test:1 second memory limit per test:256 megabytes input:standard inpu ...
- 无限制使用ppt转pdf功能
https://smallpdf.com/cn是一个pdf处理网站,十分好用,可是非注册用户有很多限制,比如用两次ppt转pdf就要等待: 于是就想如何让服务器认为我没有用过这个功能呢,感觉应该是用c ...
- IIS请求筛选模块被配置为拒绝超过请求内容长度的请求
HTTP错误404.13 - Not Found 请求筛选模块被配置为拒绝超过请求内容长度的请求,原因是Web服务器上的请求筛选被配置为拒绝该请求,因为内容长度超过配置的值(IIS 7 默认文件上传大 ...
- thinkphp访问不存在的模块或者方法跳转到404页面
使用的thinkphp 版本是3.2.0, 在config.php中配置 404地址,即可: 'TMPL_EXCEPTION_FILE' => './Application/Home/View/ ...