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 / 共享文件夹

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

start-of-authority (SOA) resource record / 颁发机构开始 (SOA) 资源记录

startup environment / 启动环境

static dialog box / 静态对话框

static load balancing / 静态负载平衡

static routes / 静态路由

status area / 状态区域

status bar / 状态栏

STOP error / STOP 错误

storage-class resource / 存储类资源

strict RFC checking / 严格的 RFC 检查

string / 字符串   stripe set / 带区集

stripe set with parity / 带有奇偶校验的带区集

striped volume / 带区卷

subdomain / 子域

subkey / 子项

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

subtree / 子树

superscope / 超级作用域

SVC, switched virtual circuit / 交换虚电路

swap file / 交换文件

switch type / 交换类型

switched circuit / 交换电路

switched virtual circuit, SVC / 交换虚电路

switching hub / 交换集线器

symmetric encryption / 对称加密

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

system default profile / 系统默认配置文件

system disk / 系统盘

system files / 系统文件

System menu / 系统菜单

system partition / 系统分区

system policy / 系统策略

system queue / 系统队列

System State / 系统状态

system variables / 系统变量

system volume / 系统卷

systemroot / 系统根

Systems Management Server / 系统管理服务器

SYSVOL

word20161221的更多相关文章

随机推荐

  1. Gearman使用示例

    最近的一个旧项目重构过程中,使用到了gearman这个开源项目,简单来讲,这是一个类似MQ的异步系统,一边派发任务,一边处理任务(有类似MQ中的消息发送方与接收方),目前支持java,php等多种语言 ...

  2. 怎样简单灵活地将DataTable中的数据赋值给model

    最近在做的一个项目中,有13个方法都需要用到同一种处理方式:通过SQL语句从数据库获取一条指定的数据,并将该数据中的每个值都赋值给一个model,再将这个model中的数据通过微信发送出去.每个方法都 ...

  3. 修改form表单的黄色背景

    input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }

  4. jQuery form表单序列化为JSON对象!

    /* 来源于博客园http://www.cnblogs.com/nixil/archive/2010/12/08/1900745.html */ function paramString2obj(se ...

  5. 【编码】_C#中编码名称(Name)与页面标识(CodePage)的关系_编码gb2312的获取

    在写C#代码时,发现VS提供没有直接提供gb2312的中文编码, 所以,需要找到对应编码名称的codepage来调用想要的编码方式. 下面是微软编程提供的所有编码信息,包括编码名称,编码代码页标识符, ...

  6. 【BZOJ-4698】Sandy的卡片 后缀数组

    4698: Sdoi2008 Sandy的卡片 Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 140  Solved: 55[Submit][Stat ...

  7. iis6 服务器做301跳转返回状态码200解决方法。

    倘若你的配置和上图一样的话,在查询返回值是200的情况,你试着把你服务器上的安全狗或者防火墙,还有360网站卫士之类的安全软件停止试试,看是否能正常.

  8. Linux学习之CentOS(二十)--CentOS6.4下修改MySQL编码方法

    但是当我们在试图对数据库中的数据进行备份或者将sql文件导入到我们的数据库时可能就会碰到编码的问题,在windows下安装mysql时我们可以在安装的时候就选择好整个数据库的编码方式(通常设置成utf ...

  9. RabbitMQ学习系列(四): 几种Exchange 模式

    上一篇,讲了RabbitMQ的具体用法,可以看看这篇文章:RabbitMQ学习系列(三): C# 如何使用 RabbitMQ.今天说些理论的东西,Exchange 的几种模式. AMQP协议中的核心思 ...

  10. split分割大文件--包含通过awk按规则分割文件到对应子文件

    当对一个大文件进行传输或者分析的时候,一个可以参考的办法是先通过split对文件进行分割,再对每个子文件进行处理,如果需要合并再进行合并. split函数可以按文件大小或者行数来进行分割. -a :  ...