word20161221
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的更多相关文章
随机推荐
- 1366分辨率其实是1368分辨率,firefox a标签点击有虚线
1,通过intel 集成显卡的软件自定义一个1366分辨率,发现是1368的分辨率,@media screen and (max-deivce-width:1368px)才有效果,并且在同事电脑默认分 ...
- CRM 安全证书到期操作命令
I found a related TechNet Blog that shed some light on the subject:http://blogs.technet.com/b/tune_i ...
- [LeetCode] Maximum XOR of Two Numbers in an Array 数组中异或值最大的两个数字
Given a non-empty array of numbers, a0, a1, a2, … , an-1, where 0 ≤ ai < 231. Find the maximum re ...
- [LeetCode] Nth Digit 第N位
Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ... Note: n i ...
- [LeetCode] H-Index II 求H指数之二
Follow up for H-Index: What if the citations array is sorted in ascending order? Could you optimize ...
- supervisor的安装与简单介绍
1,介绍 Supervisor是一个进程管理工具,官方的说法 用途就是有一个进程需要每时每刻不断的跑,但是这个进程又有可能由于各种原因有可能中断.当进程中断的时候我希望能自动重新启动它,此时,我就需要 ...
- MySQL/MariaDB/PerconaDB-提权条件竞争漏洞
背景 2016年11月01日,国外安全研究员Dawid Golunski在 MySQl, MariaDB 和 PerconaDB 数据库中发现条件竞争漏洞,该漏洞允许本地用户使用低权限(CREATE/ ...
- div自适应高度
div自适应高度 Div即父容器不根据内容自适应高度,我们看下面的代码: <div id="main"> <div id="content"& ...
- css 通用reset,common
/*------------------------------------*\ $RESET \*------------------------------------*/ body, div, ...
- ElasticSearch中bulkProcesser使用
初次接触es,可能对增删改查很熟悉,以为能为得心应手,本次应用场景为 数据库变更一条记录,会触发更新es中的数据,每秒并发大概30条左右,测试环境一切工作正常(数据量较少),上线后发现日志中很多类似于 ...