word20161223
UAM, user authentication module / 用户身份验证模块
UBR, unspecified bit rate / 未指定的传输率
UCS, Unicode Character System / Unicode 字符系统
UDP, User Datagram Protocol / 用户数据报协议
unallocated space / 未分配的空间
UNC (Universal Naming Convention) name / 通用命名规则名称
UNI, user network interface / 用户网络接口
unicast / 单播
Unicode Unicode Character System, UCS / Unicode 字符系统
Unicode Transmission Format 8, UTF-8 / Unicode 传输格式 8
uninstall / 卸载
uninterruptible power supply, UPS / 不间断电源
universal group / 通用组
Universal Naming Convention (UNC) name / 通用命名规则名称
universal serial bus, USB / 通用串行总线
unspecified bit rate, UBR / 未指定的传输率
upcasing / 大写转换
upgrade / 升级
UPS, uninterruptible power supply / 不间断电源
UPS service / UPS 服务
USB, universal serial bus / 通用串行总线
user account / 用户帐户
user authentication module, UAM / 用户身份验证模块
user class / 用户类
User Datagram Protocol, UDP / 用户数据报协议
user name / 用户名
user network interface, UNI / 用户网络接口
USER object / USER 对象
user password / 用户密码
user principal name / 用户主体名称
user principal name suffix / 用户主体名称后缀
user profile / 用户配置文件
user rights / 用户权限
user rights policy / 用户权限策略
Users / 用户
UTF-8, Unicode Transmission Format 8 / Unicode 传输格式 8
word20161223的更多相关文章
随机推荐
- [LeetCode] Guess Number Higher or Lower 猜数字大小
We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to gues ...
- [LeetCode] Scramble String 爬行字符串
Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrin ...
- [LeetCode] Regular Expression Matching 正则表达式匹配
Implement regular expression matching with support for '.' and '*'. '.' Matches any single character ...
- 获取文件mime类型
检测文件类型 finfo_file (PHP >= 5.3.0, PECL fileinfo >= 0.1.0) 修改php.ini,将extension=php_fileinfo.dll ...
- 为什么不能在init和dealloc函数中使用accessor方法
前言 为什么不要在init和dealloc方法中调用getter和setter:Apple在Mac与iOS中关于内存管理的开发文档中,有一节的题目为:"Don'tUse Accessor M ...
- C++中重定义的问题——问题的实质是声明和定义的关系以及分离式编译的原理
这里的问题实质是我们在头文件中直接定义全局变量或者函数,却分别在主函数和对应的cpp文件中包含了两次,于是在编译的时候这个变量或者函数被定义了两次,问题就出现了,因此,我们应该形成一种编码风格,即: ...
- HTML隐藏的方法
display:none; 表单 type="hidden" 宽高设为0 height:0;width:0; 祖先元素隐藏或在页面外 margin Visibility:hidde ...
- CVE-2016-1240 Tomcat 服务本地提权漏洞
catalogue . 漏洞背景 . 影响范围 . 漏洞原理 . 漏洞PoC . 修复方案 1. 漏洞背景 Tomcat是个运行在Apache上的应用服务器,支持运行Servlet/JSP应用程序的容 ...
- leetcode
Coding on LeetCode Online Judge leetcode(leetcode website) Problems algorithms 13. Roman to Integer ...
- jQuery—常用操作
一.jquery各版本变化 1.3:增加live(),为当前和将来增加的元素绑定事件 1.4:增加delegate().undelegate(),替代live(),可以遍历绑定 1.6:2个破坏性变更 ...