Accessibility  可访问性
accessor properties 存取器属性
addition 加法
aggregate 聚合
alphabetical order 字母表顺序
Anchor Element 锚元素
anchors
Animation 动画
Arguments 参数/实参
Arguments and Parameters 实参和形参
arithmetic operations 算术运算
arithmetic operator 算术运算符
arity 参数个数
array 数组
array comprehension 数组推导
array initializer 数组初始化
Array-Like Objects 数组对象
ArrayBuffers 数组缓冲区
assignment 赋值
associative array 关联数组
associative array 关联数组
associativity 结合性
attribute 属性
attribute accessors 属性存取器
basic multilingual plane 基本多语种平面
behavior 行为
binary operators 二元运算符
Blobs  二进制大对象
block 数据块
block scope 块级作用域
browser 浏览器
browser sniffer 浏览器嗅探
bubbling 冒泡
buffer 缓冲器
call 调用
call object (用以存放局部变量的)调用对象
callable 可执行的
Callable Objects 可调用的对象
caller 调用程序
capability testing 特性检测
Character Set  字符集
chunk 数据块
clause 从句
cleanup code 清理代码
Compatibility  兼容性
compile-time 编译时(期)
composite value 复合值
computer 计算机
Conditional Operator 条件运算符
configurable attribute 可配置属性
Constants 常量
constructor 构造函数
constructor chaining 构造函数链
Core JavaScript JavaScript 语言核心
cross-document messaging 跨文档消息
Cross-Origin 跨域
Cross-site scripting 跨站脚本
CSS 不翻译
curly quotes 中文(半角)引号
cyclical reference 循环引用
data interchange format 数据交换格式
data properties (纯)数据属性
data type 数据类型
debug 调试
decision points  决策点
Declaration 声明
declarative environment record 声明上下文对象
declare 声明
decouple 解偶
decrement 递减
deep copy of ..的深拷贝
default action 默认操作
denial-of-service attacks 拒绝服务攻击
descendant operator 后代运算符
descriptor 描述符
descriptor object 描述符对象
Destructuring assignment 解构赋值
dictionary 字典
directive 指令
division 除法
DOM 文档对象模型/或者不翻译
DOM Level 3 Events 3级DOM事件
Duck typing 鸭式辨型
dynamically extendable 动态继承
elementary functions 初等函数
Embed 嵌入
encyclopedia 百科全书
endpoint 端点
ennumerable 可枚举的
enumerable attribute 可枚举属性
Equality 相等
Escape sequences 转义字符
euclidian 欧几里德(几何学)
even 偶数
Event Handlers  事件处理程序
example12-1 示例12-1
exception 异常
exception handler 异常处理程序
execution context 执行环境
explicit conversions 显式转换
expression 表达式
expression closures 表达式闭包
extensible attributes 可扩展性
falsy value 假值
feature 特性
Feature Testing 特性检测
field 字段
fire 激发(事件)
flag 标志
form feed 换页符
fragment identifier (文档)片段标识符
frame 框架
frozen 冻结
functionality 泛函数
Fundamental Data types 基本数据类型
game consoles 游戏机
garbage collection 垃圾回收
generator function 生成器函数
generators 生成器
generic method 泛型方法
Geolocation 地理位置信息
getter or a setter function getter或setter函数
Getter/Setter 存取器函数(getter/setter)
global functions 全局函数
global variable 全局变量
greatest common divisor 最大公约数
hard-coded (在代码中)写死的
hard-coded constant (在代码中)写死的常量
hash 散列
hashtable 散列表
higher-order function 高阶函数
History Management  历史记录管理
Hoisting (变量)声明提前
host object 宿主对象
hyphens 连字符
Identifiers  标识符
identity 等同
identity operator 恒等运算符
Immutable 不可变的
implementation 实现
implementation-defined 取决于具体的实现
increment 递增
increment expressions 自增表达式
index 索引
infinite loop 死循环
initializers 初始化器
input event 输入事件
integer 整型
Interoperability  互用性
interperter 解释器
introduction to xx概述
Invocation Expressions 引用表达式
iterable 可迭代的
iterable objects 可迭代对象
Iteration 迭代
iterator object 迭代器对象
iterators 迭代器
jump statement 跳转语句
jump tables 跳转表
key
key/value 名值对
label 标签
labeled statement 标记语句
lazy evaluation 惰性求值
Lexical  词法
lexically scoped 词法作用域
linked list 链表
Literals  直接量
local variable 局部变量
local-specific 地区待定
locale-sensitive 本地敏感
localStorage/sessionStorage 不翻译
lock down 锁定
logical negation 逻辑非
long-lived web app 长生命周期web应用
lookahead assertion 先行断言
loop 循环
loop variables 循环变量
lvalue 左值
manifest 清单
markup 标记
Memoization Memoization
memoized 带有记忆功能的
method chaining 方法链
ModalDialog 模态对话框
modulo 模/求模
monkey-patch monkey-patch,不翻译
Multiple Catch Clauses 多个catch子句
multiple inheritance 多重继承
multiple thread 多线程
multiplication 乘法
named values 名值对
namespace 名字空间
native objects 内置对象/原生对象
native types 内置类型
negative look-behind anchor 负向后行断言
negative lookahead assertion 负向先行断言
negative zero 负零
nonconfigurable 不可配置的
nonenumerable 不可枚举的
nonextensible 不可扩展(的)
nonwritable 不可写(的)
object initializer 对象初始化
object-relational mapper 对象关系映射
odd 奇数
operand 操作数
operand type 操作数类型
operands 操作数
operator 运算符
Order of Evaluation 运算顺序
overflow 溢出
override 重载
Overview xx概述
own property 自有属性
parameter 参数/形参
parameterized 参数化的
parse 解析
partial application 不完全调用
Partial Application of Functions 不完全函数
Pattern Matching 模式匹配
plain object 纯对象
Plug-ins 插件
pop under 后弹出窗口
positive look-behind anchor 正向后行断言
post-increment 后增量
pre-increment 前增量
precedence 优先级
predicate expression 谓词表达式
predicate function 判定函数
primary expressions 原始表达式
primitive type 基本类型
primitive values 原始值
print 输出
programming paradigm 编程范式
property 属性
property access expression 属性存取表达式
Property Attributes 属性特性
property descriptor object 属性描述符对象
protocol 协议
prototype 原型
purpose 目的
quantifier 量词
race conditions 竞态条件
radix 基数
raw event 原始事件
reference 引用
ReferenceError 引用错误
RegExp object RegExp对象
remainder 余数
Reserved Words 保留字
right-associative 右结合
round down to an integer 向下取整
round up to an integer 四舍五入
round up to an integer 向上取整
run-time 运行时(期)
same-origin policy 同源策略
same-origin policy  同源策略
Sandbox 沙箱
Scope 作用域
scope chain 作用域链
Scoped Variables 局部变量
Scripting ... 脚本化xx
sealed 封闭
see §3.8.2 参照§3.8.2
self-referential 自引用的
self-referential 自引用
serial number 序列号
serialization  序列化
Server-Sent Events 服务器推
sidebar 信息版
significant digits  有效数字
slashes 斜线
Smart phones 智能手机
sounds circular  听起来有点绕
statement label 语句标签
static snapshot 静态快照
statically typed language  静态类型语言
straight quotes 英文引号
strict equality operator 全等运算符
strict mode 严格模式
String As Arrays 字符串的数组特性
string-like 类字符串
subtraction 减法
superclass 父类
tablets 平板电脑
tag 标记
ternary operator 三元运算符
textual patterns 文本匹配模式
Timers  计时器
token 标识、标志、标记
Transient Object 临时对象
traverse 遍历
Type Conversions 类型转换
Typed Arrays 类型化数组
unary operator 一元运算符
underflow 下溢
underlying object 基对象
untrusted 不可信的
untyped 弱类型的
Utility Functions  工具函数
varargs functions 不定参数函数
variable name resolution 变量名解析
variable scope 变量作用域
Vertical tab 垂直制表符
web developer Web开发者
well-formed 符合语法规则的
wildcard 通配符
writable attribute 可写属性
view helper 视图助手
tag soup 标签大杂烩

转载于:https://www.cnblogs.com/wangshichuan/p/3931345.html

WEB网页专业词汇 汇总相关推荐

  1. 数字广告领域的若干专业词汇汇总

    常用名称术语 AD Network 广告网络 AD Exchange 广告交易平台,又名广告交易市场 Impression  广告的曝光,展现 PB = Programmatic Buying  程序 ...

  2. 深度学习英文缩写_深度学习相关专业词汇简称汇总

    深度学习相关专业词汇简称汇总 zoerywzhou@gmail.com 作者:Zhouw 2016-3-15 版权声明:本文为博主原创文章,未经博主允许不得转载. 作者是深度学习的初学者,经由导师指导 ...

  3. 计算机类专业英文缩写,计算机专业英文缩写词汇汇总

    计算机专业英文缩写词汇汇总 一.港台术语与内地术语之对照 由于港台的计算机发展相对快一些,许多人都去香港或台湾寻找资料,但是港台使用的电脑专业术语与内地不尽相同,你也许曾被这些东西弄得糊里糊涂的. - ...

  4. 遥感相关专业英语词汇汇总

    对网络上英语专业词汇进行汇总整理,如下表: 序号 英语基础词汇 摄影测量与遥感专业英语词汇 英语基础词汇 英语基础词汇-生态环境与遥感 1 Absorbed photosynthetically ac ...

  5. 电商、营销、移动互联网等专业词汇大全

    电商.营销.移动互联网等专业词汇大全 2015-09-25                                                IT电商网                   ...

  6. 互联网专业词汇(转)

    常常听到有人说CPM.CPR.O2O.P2P.C2C,你会不会觉得很混乱?那么这些到底是什么意思呢?分享一篇科普文,专业扫盲互联网专业词汇,看看有没有你不知道的词语吧~ 问题一:最常在媒体以及大牛们口 ...

  7. 【扫盲】史上最全的互联网专业词语汇总!

    作为一名刚入行不久的互联网新人,时常被各种专业名词搞的晕头转向,公司开会或者行业交流时候没听懂也只能假装呵呵一笑(话说这种呵呵一笑是什么态度!摔!)痛心疾首,小编决定总结近期所有我听过的没听过的互联网 ...

  8. 计算机与俄语专业论文,俄语电子计算机专业词汇-20210519064006.docx-原创力文档

    电子计算机专业词汇 KOMm>K)Tep 计算机 HoyrSyK笔记本电脑 MOHHTOp显示器 ^amKOKpHCTajinjpiecKHH mohhtop 液晶显示器 KnaBHaiypa ...

  9. 和电商有关的一些专业词汇

    和电商有关的一些专业词汇 从网上整理了一些专业词汇,方便学习查阅. SEM:Search Engine Marketing的缩写,意即搜索引擎营销: EDM:Electronic Direct Mar ...

  10. 基于语义和规则的Web网页细粒度信息抽取方法

    基于语义和规则的Web网页细粒度信息抽取方法 王晓飞11 (北京邮电大学模式识别实验室) 摘要:本文在利用语义和规则的基础上,提出了一个Web网页信息细粒度抽取的方法.方法首先,利用Web网页的结构和 ...

最新文章

  1. Network | sk_buff
  2. 内置host_浏览器内置对象应用实践
  3. ubuntu使用root权限登录的设置方法
  4. 客服端与服务器之间传输信息,QT实现客服端和服务器之间消息和文件交互
  5. 370万开发者,14万家企业!飞桨中国行落地深圳 激发AI软硬件创新发展新动能...
  6. 1864. [ZJOI2006]三色二叉树【树形DP】
  7. Text-CNN 和 fastText
  8. linux HUSTOJ 一些页面修改
  9. 分享一个办公环境文件共享服务器软件CuteHttpFileServer
  10. 【论文解读 KDD 2018 | HEER】Easing Embedding Learning by Comprehensive Transcription of HIN
  11. 双硬盘双系统安装win10和centos7
  12. jQuery TagsInput
  13. MPB:中科院南土所褚海燕组-结构方程模型在土壤微生态中的应用
  14. 投资银行业务过关必做1500题
  15. 使用redis+切面完成分布式锁
  16. 最方便的短信发送平台:中国网建
  17. 【MapBox实战】生成地图+绘制区域+纠偏
  18. 软件测试工程师笔试题
  19. facade设计模式
  20. 【DL】第 4 章:目标检测和图像分割

热门文章

  1. 【Java学习笔记】修饰符
  2. @符号的几种用法总结
  3. 24岁女孩与30岁男人的精彩对白
  4. (转)机器学习入门,强烈推荐
  5. bzoj 2795 [Poi2012]A Horrible Poem hash+线性筛
  6. 性能调试工具——oprofile
  7. 办暂住证,郁闷,极度不爽.
  8. 几个清华和交大学霸的公众号,值得学习
  9. Lesson 07 for Plotting in R for Biologists
  10. R语言数据清洗实战——高效list解析方案