word20161205
cluster-aware application / 支持群集的应用程序
cluster-unaware application / 不支持群集的应用程序
Cluster.exe
CNAME (canonical) resource record / CNAME(规范的)资源记录
CMYK color space / CMYK 色彩空间
code page / 代码页
codec / 编解码器
color gamut / 色阶
color management / 色彩管理
color profile / 颜色配置文件
color space / 彩色空间
COM Internet Services Proxy / COM Internet 服务代理
Command Prompt /“命令提示符”窗口
common groups / 公用组
communication port / 通讯端口
communication 通讯设置
community name / 社团名
Compact Disc File System, CDFS / 光盘文件系统
Compression Control Protocol, CCP / 压缩控制协议
computer account / 计算机帐户
Computer Browser service / 计算机浏览器服务
computer quota / 计算机配额
computer-telephony integration, CTI / 计算机电话集成
conflict detection / 冲突检测
connect / 连接
connected user / 已连接的用户
connected, authenticating user / 已连接,在验证用户
connected, user authenticated / 已连接,已验证用户
connection-oriented / 面向连接的
connectionless / 无连接的
connector 连接器应用程序
connector queue / 连接器队列
console tree / 控制台树
constant bit rate, CBR / 恒定传输率
Consultative Committee on Telephony and egraphy, CCITT / 电话和电报技术咨询会
container object / 容器对象
convergence / 会合
copy backup / 复制备份
count to infinity / 计数到无穷大
CPU Time / CPU 时间
CPU Usage / CPU 使用率
CRC errors / CRC 错误
CRL, certificate revocation list / 证书吊销列表
CRL Distribution Point, CDP / 分发点
cross-reference 交叉引用对象
CryptoAPI (CAPI)
cryptographic service provider, CSP / 加密服务提供程序
cryptography / 加密
CSID (Called Subscriber ID) String / CSID(被 ID)字符串
CSP, cryptographic service provider / 加密服务提供程序
CTI, computer-telephony integration / 计算电话集成
CTL, certificate trust list / 证书信任列表
custom file 自定义文件类型
word20161205的更多相关文章
随机推荐
- JDK的安装和配置
JDK8 是JDK的最新版本,加入了很多新特性,如果我们要使用,需要下载安装: JDK8在windows xp下安装有点问题,所以在WIN7下安装 WIN7操作系统有32位和64位,分别要下载对应的J ...
- 如何在命令行模式下查看Python帮助文档---dir、help、__doc__
如何在命令行模式下查看Python帮助文档---dir.help.__doc__ 1.dir函数式可以查看对象的属性,使用方法很简单,举str类型为例,在Python命令窗口输入 dir(str) 即 ...
- PyCharm光标变粗的解决办法
pycharm中光标变粗,如下: 此时变成了改写模式,只需要按下键盘的insert键即可
- Linux版MonoDevelop无法连接调试器的解决方案(Could not connet to the debugger)
安装了Linux版本的MonoDevelop之后,在运行程序的时候会提示Could not connnet to the debugger.的错误. 原因是新版本的Gnome Terminal不再接受 ...
- ecshop新增一个编辑器
在ecshop的后台新增一个编辑器框 步骤一:找到lib_main.php 文件:admin/includes/lib_main.php. 找到变量:function create_html_edit ...
- setTimeout不断重复执行
setTimeout() 方法用于在指定的毫秒数后调用函数或计算表达式. setTimeout(code,millisec) code 必需.要调用的函数后要执行的 JavaScript 代码串. ...
- Swift控制器加载xib Swift Controller'view load from xib
override func loadView() { NSBundle.mainBundle().loadNibNamed("ViewController", owner: sel ...
- 【转】七年IT经验的七个总结
http://www.unitymanual.com/thread-30000-1-1.html?_dsign=ebe6a043 1.分享第一条经验:“学历代表过去.能力代表现在.学习力代表未来.” ...
- Database Schema Reader
数据架构与INSERT脚本生成 https://dbschemareader.codeplex.com/wikipage?title=Writing%20Data&referringTitle ...
- MYSQL调优
4核8G内存配置文件 explain SQL 查看SQL索引使用情况. my.cnf skip-external-locking skip-name-resolve back_log= key_buf ...