word20161204
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的更多相关文章
随机推荐
- Extjs GridPanel用法详解
Extjs GridPanel 提供了非常强大数据表格功能,在GridPanel可以展示数据列表,可以对数据列表进行选择.编辑等.在之前的Extjs MVC开发模式详解中,我们已经使用到了GridPa ...
- css003 选择器:明确设置哪些样式
css003 选择器:明确设置哪些样式 1.每个样式的两个部分:选择器和声明块 1.标签选择器:整体控制 2.类选择器:精确控制(.+字母.数字.连字符或下划线) Css允许的类名为.+字母.数字.连 ...
- npm run-script
package.json "scripts": { "start": "electron .", "package": ...
- Runner之记计帐项目的典型用户和用户场景
项目任务:编写日历选择界面和查明细界面(查看某一天的具体收支出状况) 1.背景 ①典型用户 (1)姓名:张云 (2)年龄:17~23 (3)收入:家长给的生活费与自己兼职(1500元/月) (4)代表 ...
- 谁再说Matlab速度慢,我跟谁急
谁再说Matlab速度慢,我跟谁急 一.未进行内存预分配 y = 0; tic; for i=2:100000; y(i+1) = y(i)+ randn; end; toc 时间已过 0.03122 ...
- SCI答复审稿人的策略和答复信的写作技巧
SCI论文被录用的最后一步 –---答复审稿人的策略和答复信的写作技巧 [好文转载] : 一篇稿子从酝酿到成型历经艰辛,投出去之后又是漫长的等待,好容易收到编辑的回信,得到的往往又是审稿人不留情面的一 ...
- robots.txt的介绍和写作
目前很多网站管理者似乎对robots.txt并没有引起多大重视,甚至不知道这么一个文件的作用.本来应该保密的信息被爬虫抓取了,公布在公网上,本应该发布到公网的信息却迟迟不被搜索引擎收录.所以下面这篇文 ...
- Rendering Paths
渲染路径 Rendering Paths http://game.ceeger.com/Manual/RenderingPaths.html 延迟光照渲染路径的细节 Deferred Lighting ...
- JQuery.getJSON 从aspx页面返回JSON数据
public partial class WebForm2 : System.Web.UI.Page { protected void Page_Load(object sender, EventAr ...
- Struts 中 ActionContext ctx.put()把数据放到ValueStack里之数据传输背后机制:ValueStack(值栈)
1. 数据传输背后机制:ValueStack(值栈) 在这一切的背后,是因为有了ValueStack(值栈)! ValueStack基础:OGNL要了解ValueStack,必须先理解OGNL ...