S/MIME, Secure Multipurpose Internet Mail Extensions / 安全多用途网际邮件扩展协议

SACL, system access control list / 系统访问控制列表

safe mode / 安全模式

safe mode with command prompt / 命令提示符下的安全模式

safe mode with networking / 联网安全模式

SAM, security account manager / 安全帐户管理器

SAM account name / SAM 帐户名

saturation / 饱和度

SBM, subnet bandwidth management / 子网带宽管理

scalability / 可伸缩性

scavenging / 清理

schema / 架构

schema master / 架构主机

scope / 作用域

scope of influence / 影响的作用域

screen fonts / 屏幕字体

screen resolution / 屏幕分辨率

screen saver / 屏幕保护程序

SCSI, small computer system interface / 小型计算机系统接口

SDP, Standard Description Protocol / 标准描述协议

second-level domains / 二级域

secondary master / 辅助主机

secret key encryption / 密钥加密

sector / 扇区

Secure Hash Algorithm, SHA-1 / 安全散列算法

Secure Multipurpose Internet Mail Extensions, S/MIME / 安全多用途网际邮件扩展协议

Secure Sockets Layer, SSL / 安全套接字层

security / 安全性

security account manager,SAM / 安全帐户管理器

security descriptor / 安全描述

security group / 安全组

security host / 安全主机

security ID,SID / 安全 ID

security identifier / 安全标识符

security log / 安全日志

security principal / 安全主体

security principal name / 安全主体名称

See Files / 查看文件

See Folders / 查看文件夹

seed router / 种子路由器

Serial Line Internet Protocol, SLIP / 串行线路网际协议

serial port / 串行端口

server / 服务器

server application / 服务器应用程序

server cluster / 服务器群集

server zone / 服务器区域

service / 服务

Service Profile Identifier, SPID / 服务配置文件标识符

service (SRV) resource record / 服务 (SRV) 资源记录

service ticket / 服务票据

service-centric / 服务集中

Services for Macintosh (now called AppleTalk network integration) / Macintosh 服务(现在称为 AppleTalk 网络集成)

session / 会话

session concentration / 会话集中度

set-by-caller callback / 由呼叫者设置的回叫

SHA-1, Secure Hash Algorithm / 安全散列算法

share / 共享

shared folder / 共享文件夹

word20161220的更多相关文章

随机推荐

  1. [LeetCode] Nested List Weight Sum 嵌套链表权重和

    Given a nested list of integers, return the sum of all integers in the list weighted by their depth. ...

  2. [LeetCode] Maximum Product Subarray 求最大子数组乘积

    Find the contiguous subarray within an array (containing at least one number) which has the largest ...

  3. [LeetCode] Plus One 加一运算

    Given a non-negative number represented as an array of digits, plus one to the number. The digits ar ...

  4. knockout学习笔记目录

    关于knockout学习系列的文章已经写完,这里主要是做个总结,并且将目录罗列出来,方便查看.欢迎各位大神拍砖和讨论. 总结 kncokout是一个轻量级的UI类库,通过MVVM模式使前端的UI简单话 ...

  5. .net 单点登录实践

    前言 最近轮到我在小组晨会来分享知识点,突然想到单点登录,准备来分享下如何实现单点登录,所以有了下文.实现方案以及代码可能写得不是很严谨,有漏洞的地方或者错误的地方欢迎大家指正. 刚开始头脑中没有思路 ...

  6. Android----消息弹出框

    关于Android的知识,自从工作了就没有什么时间去总结学习过的知识,我个人比较喜欢学习后总结,今天就写一下关于android中消息弹出框的几种方式的简单示例,按照自己的思路写了一段,希望对和我一样在 ...

  7. python学习之路 第六天

    1.正则表达式 re.match() 从头匹配: re.match("[0-9]","123abc789") 只匹配一个数字: re.match("[ ...

  8. Qt界面编程之多窗口切换

    1.基础知识 信号和槽 信号和槽都是函数,用来完成信号间的协同操作 2.多窗口切换实例       功能 实现登录和重新登录功能 组成 登录界面 和主窗体界面 3.源代码提供  

  9. bootstrap兼容性问题

    转自--http://blog.csdn.net/chenhongwu666/article/details/41513901/ 让IE6 IE7 IE8 IE9 IE10 IE11支持Bootstr ...

  10. BZOJ 1711: [Usaco2007 Open]Dining吃饭

    1711: [Usaco2007 Open]Dining吃饭 Time Limit: 5 Sec  Memory Limit: 64 MBSubmit: 902  Solved: 476[Submit ...