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的更多相关文章
随机推荐
- .NET Core中ADO.NET SqlClient的使用与常见问题
一.简介 在很多要求性能的项目中,我们都要使用传统的ADO.NET的方式来完成我们日常的工作:目前有一些网友问有关于.NET Core操作SQL Server的问题在本文中解答一下. 本文旨在指出,在 ...
- JAVA的正则表达式-学习
1.正则表达式作用 正则表达式,是用来匹配字符串的,即检查一定的格式,还能按格式进行分组,替换......其实,不用正则表达式,也可以编.但是,大多数情况下,正则表达式可以提高你编程的效率. 2.学习 ...
- FPGA与simulink联合实时环路系列——实验三 按键key
实验三 按键key 实验内容 在FPGA的实验中,经常涉及到按键的使用,按键是必不可少的人机交互的器件之一,在这些实验中,有时将按键的键值读取显示到数码管.LCD或者是通过串口传送到PC的串口助手上进 ...
- 安装Anaconda
安装Anaconda来安装一切 spyder是python科学计算IDE,类似matlab.这是一个基于Qt的软件,如果使用pip install安装,会出现各种bug.pip install spy ...
- map 函数----filter函数
# map 函数 l = (1,2,4,5,6,7,8,9,) print(list(map(lambda x:x**2,l)))#使用list类型((map函数(lambda 匿名函数定义x值:x* ...
- 篇二:MySQL存储过程
目的:写一个存储过程,往数据库中插入几百条数据,作为识别码给别人用(这里我觉得和验证码的功能相似) BEGIN ); ); ) ; ); ); ; ; while count <= insert ...
- VR、AR、MR的区别
VR.AR.MR定义: 什么是虚拟现实? 虚拟现实(Virtual Reality,简称VR,又译作灵境.幻真)是近年来出现的高新技术,也称灵境技术或人工环境.虚拟现实是利用电脑模拟产生一个三维空间的 ...
- php artisan常用方法
https://my.oschina.net/u/1186749/blog/643850
- pandas read table
http://pandas.pydata.org/pandas-docs/stable/10min.html import pandas as pd res = pd.read_table(" ...
- 各个浏览器显示版本(IE,火狐)
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...