CA, certification authority / 证书颁发机构

cache / 高速缓存

cache file / 缓存文件

caching / 缓存

caching resolver / 缓存解析程序

Callback Control Protocol, CBCP / 回叫控制协议

callback number / 回叫号码

callback 回叫安全

called subscriber ID (CSID) string / 被呼叫的订阅者 ID 字符串

canonical (CNAME) resource record / 规范的 (CNAME) 资源记录

canonical name / 规范名称

CAPI, CryptoAPI

capture / 捕获

capture password / 捕获密码

capture trigger / 捕获触发器

cartridge 字库盒字体

catalog / 分类

CBCP, Callback Control Protocol / 回叫控制协议

CBR, constant bit rate / 恒定传输率

CCITT, Consultative Committee on and Telegraphy / 电话和电报咨询委员会

CCP, Compression Control Protocol / 压缩控制协议

CDFS, Compact Disc File System / 光盘文件系统

CDP, CRL Distribution Point / 分发点

certificate / 证书

certificate revocation list, CRL / 证书吊销表

Certificate Services / 证书服务

certificate store / 证书存储区

certificate template / 证书模板

certificate trust list, CTL / 证书信任列表

certification authority, CA / 证书颁发机构

certification hierarchy / 证书结构

certification path / 证书路径

Challenge Handshake Authentication Protocol, CHAP / 质询握手验证协议

channel / 信道

CHAP, Challenge Handshake Authentication Protocol / 质询握手验证协议

character mode / 字符模式

child domain / 子域

child 子对象

Chooser / 选取器

Chooser 选取器包

circuit switching / 电路交换

Class A IP address / A 类 IP 地址

Class B IP address / B 类 IP 地址

Class C IP address / C 类 地址

classical IP over ATM, CLIP / 通过 ATM 的典型 IP

clear / 清除

clear-text passwords / 明文密码

client / 客户端

client application / 客户端应用程序

client request / 客户请求

Client Service for NetWare / NetWare 客户服务

CLIP, classical IP over ATM / 通过 ATM 的典型 IP

ClipBook Server / 剪贴簿服务器

cluster / 群集

cluster adapter / 群集适配器

Cluster Administrator / 群集管理器

Cluster Administrator extension / 群集管理器扩展

Cluster API / 群集 API

cluster log / 群集日志

Cluster service / 群集服务

cluster size / 簇大小

cluster storage / 群集存储

word20161204的更多相关文章

随机推荐

  1. JavaWeb学习笔记——Tomcat数据源

    server.xml配置数据帐号和密码等

  2. JavaScript排序算法——堆排序

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  3. How to (seriously) read a scientific paper

    How to (seriously) read a scientific paper Adam Ruben’s tongue-in-cheek column about the common diff ...

  4. HDU 1326 Box of Bricks(水~平均高度求最少移动砖)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1326 题目大意: 给n堵墙,每个墙的高度不同,求最少移动多少块转使得墙的的高度相同. 解题思路: 找到 ...

  5. Mac OS下配置Eclipse C++的方法

    http://nonlz.blog.163.com/blog/static/128872032201262622921622/

  6. VS代码段扩展Snippet Designer is a Visual Studio plug in which allows you to create and search for snippets inside the IDE

    Snippet Designer is a Visual Studio plug in which allows you to create and search for snippets insid ...

  7. python版本升级及pip部署方法

    Python版本升级 CentOS 6.3自带的Python版本为2.6,首先需要升级到2.7版本.由于旧版本的Python已被深度依赖,所以不能卸载原有的Python,只能全新安装. 1.下载Pyt ...

  8. MVC中 _ViewStart _Layout Index三个页面中的加载顺序

    MVC学习中忽然想到一个问题.. 在访问一个Index.cshtml页面时, MVC的加载顺序是怎么样的呢? 首先说下我的结论 . _ViewStart.cshtml . Index.cshtml . ...

  9. 本地wampserver如何配置伪静态

    本地wamp实现虚拟主机后,我把自己的站放进去就出现了500错误看日志看到.htaccess: Invalid command ‘RewriteEngine’, perhaps misspelled ...

  10. ASP.NET中最保险最环保的返回404的方法

    代码如下: Response.StatusCode = 404; Response.SuppressContent = true; Context.ApplicationInstance.Comple ...