英语单词
注意:英语中一般一个单词会有多个意思,我们这里只列出最为常用的翻译。
常用的翻译平台:有道词典,百度翻译(还有些使用率比较低的,例如:金山词霸,谷歌翻译等),遇到生词时就去查阅,一定要跟着发音练习几遍,然后看一下例句(当一个平台上查阅到的信息不足时,到另外一个平台上看一下)。
缩写词汇,一般都是大小写敏感的,在写文章的时候要注意规范,比如 HTML 就尽量不要写成 html,写代码的时候由于有驼峰命名法等规范,建议优先遵循团队制定的规则。
记忆及发音,发音可以参考有道词典或者百度翻译的发音,一般是用美式发音。在记忆单词的时候,建议先听 5 遍发音,然后跟读,并且跟读一些例句,尝试理解一下。
HTML
- HTML 超文本标记语言(Hypertext Markup Language)
1 | HTML的英文解释: |
| absolute | 绝对 |
| active | 激活的 |
| align | 对齐 |
| alpha | 透明度,通道 |
| animation | 动画 |
| auto | 自动 |
| aside | 偏栏 |
| background | 背景 |
| bgcolor | 背景颜色 |
| block | 块;街区 |
| border | 边框 |
| button | 按钮 |
| border-radius | 边框圆角 |
| br | 换行 |
| bottom | 底部 |
| bold | 粗体 |
| bolder | 更粗的 |
| caption | 字幕,说明 |
| center | 居中 |
| cellpadding | 单元格边距 |
| cellspacing | 单元格间距 |
| checkbox | 复选框 |
| checked | 复选框默认选择的 |
| circle | 循环,圆,周期 |
| class | 类 |
| col | 列 |
| color | 颜色 |
| colspan | 合并行(rowspan合并列) |
| content | 内容 |
| checkbox | 复选框 |
| decoration | 装饰 |
| document | 文档 |
| dashed | 虚线 |
| dotted | 点线 |
| double | 双线 |
| default | 默认的 |
| display | 显示(block,inline-block) |
| element | 元素 |
| first-letter | 第一个字 |
| float | 浮动 |
| font | 字体 |
| font-size | 字体大小 |
| font-weight | 字体粗细(normal:默认值,bold:粗体,bolder:更粗的,lighter:更细的) |
| font-family | 字体样式 |
| focus | 焦点 |
| hidden | 被隐藏 |
| height | 高度 |
| hover | 徘徊,盘旋(鼠标悬停时的效果) |
| hr | 水平线 |
| input | 输入框(相关词汇:text/password/checkbox/radio/button) |
| image | 图像 |
| iteration | 反复 |
| initial | 最初的 |
| inline | 行内 |
| italic | 斜体(i标签的全称) |
| inline-block | 行内块状 |
| label | 标注,标签 |
| linear | 线性的 |
| link | 链接 |
| line-height | 行高 |
| list-style | 简写属性在一个声明中设置所有的列表属性 |
| 邮件,邮箱 | |
| mailto | 邮件发送至。。。 |
| margin | 边缘;页面的空白(外边距) |
| method | 方法(get,post) |
| meta | 元信息 |
| middle | 垂直方向的中间 |
| multiple | 多选 |
| navigation | 导航(一般可以缩写为:nav) |
| none | 无 |
| no-repeat | 不重复,不平铺 |
| outline | 轮廓 |
| ol | 有序列表(type:类型) |
| opacity | 不透明 |
| option | 下拉列表中的选项 |
| overflow | 溢出(hidden:不可见,visible:可见,scroll:滚动) |
| position | 位置 |
| padding | 填料;填补(内边距) |
| placeholder | 占位符 |
| password | 密码(密码框) |
| radius | 半径 |
| register | 注册 |
| relative | 相对(absolute:绝对) |
| reset | 重置 |
| rotate | 旋转 |
| rowspan | 合并列 |
| repeat | 平铺 |
| repeat-x | 水平平铺 |
| repeat-y | 垂直平铺 |
| readonly | 只读 |
| row | 行 |
| radio | 单选框 |
| scroll | 滚动 |
| scale | 比例;规模 |
| script | 脚本 |
| select | 选择 |
| shadow | 阴影,影子 |
| size | 尺寸 |
| square | 方块 |
| solid | 实线 |
| strong | 加粗的 |
| superscript | 上标 |
| subscript | 下标 |
| submit | 提交 |
| span | html的行内标记 |
| tag | 标签 |
| target | 目标 |
| target_blank | 新窗口打开被链接文件 |
| target_top | 在整个窗口中打开被链接文件 |
| target_self | 默认相同的框架中打开被链接文件 |
| target_parent | 在父框架中打开被链接文件 |
| table | 表格 |
| text | 文本 |
| textarea | 文本域(row:行,col:列) |
| text-align | 居中 |
| text-decoration | 文本修饰 |
| td | (table-data-cell)单元格的html标记 |
| th | (table-head)表头自动居中并加粗 |
| tr | (table-row)是定义表格中的一行 |
| top | 顶部(top:上,bottom:下,middle:中) |
| type | 类型 |
| underline | 下划线 |
| ul | 无序列表(li列表项,ol有序列表) |
| url | 路径 |
| value | 值,价值 |
| visited | 访问过的 |
| width | 宽度 |
| z-index | 设置元素的堆叠顺序 |
CSS
CSS 层叠样式表(Cascading Style Sheets)
1
2例句:It does this by relying more on CSS and text than on images.
翻译:为了做到这一点,它更多地依靠CSS和文本而非图像。Sprite 精灵(也可直接音译为:雪碧)
JS(JavaScript)
JavaScript (一种解释型编程语言)
1
2
3
4
5例句:Another important feature of JavaScript frameworks is its improved support for event handling.
翻译:JS框架的另一重要特性是其改进的事件处理支持。
例句:You can also modify HTML on a page, view the source for a specific area of the page, and make all kinds of modifications without having to write any JavaScript whatsoever.
翻译:你也可以在网页中修改HTML,查看网页上某个特定区域的源码,可以在不写任何脚本语言的情况下做任何的修改。while 当 xx 的时候(一般用于循环,功能上类似于 for)
for 为了,给,因为(直接从含义上可能很难与 循环 关联起来,但是在很多编程语言中都用 for 来做循环处理)
error 错误
其他 IT 相关的词汇
computer 电脑,计算机,电子计算机
1
2
3
4
5
6
7
8computer 的英文解释:
an electronic machine that stores information and uses programs to help you find, organize, or change the information
例句:a huge global computer network
翻译:巨大的全球计算机网络
例句:The information is stored on computer.
翻译:信息储存在电脑里。
例句:Shoppers can send in their orders by computer and pick up their goods later.
翻译:购物者可以通过电脑提交订单,稍后再提货。RAM 随机存取存储器(random access memory的缩写),平常成为内存
pointer 指针(C语言及其衍生开发语言中重要的)
pointer 光标,点(pointer 的另外含义,也比较常用)
1
2例句:Position the mouse pointer and click.
翻译:把光标对准位置并点击。dynamic 动态的
custom 定做的,定制的,自定义
page 页,页面
org 非盈利组织(Other organizations)
do 做
deal 处理,成交
handle 处理
use 使用
user 用户
run 运行,奔跑
game 游戏
play 玩
new 新
buy 购买
have 拥有
language 语言
network 网络
technology 技术
simulation 模拟
error 错误,故障
set 设置,集合
switch 选择,开关
change 改变
title 标题
- document 文档
- download 下载
- id 身份 (一般是 identity 的缩写)
- id card 身份证(等于identity card)
- id number 身份证号;识别号码
- student id 学生证;学号
- user id 用户名;用户标识
- name 名字
- browser 浏览器
- price 价格
词组
computer simulation 计算机模拟
computer technology 计算机技术
computer system 计算机系统
computer language 计算机语言
Computer Architecture 计算机系统结构
a computer keyboard 计算机键盘
a computer network (= a set of computers connected to each other) 计算机网络
a computer program (= a set of instructions stored inside a computer) 计算机程序
computer software (= computer programs) 计算机软件
computer hardware/equipment (= machines and equipment, not programs) 计算机硬件/设备
a computer game 计算机游戏
computer graphics (= images created by computers) 计算机图像
computer science (= the study of computers and what they can do) 计算机科学
a computer user 计算机用户
a computer programmer (= someone who writes the instructions a computer uses to do a particular job) 计算机编程员
a computer virus (= a program that secretly destroys information stored on computers) 计算机病毒
a computer error 计算机故障
switch a computer on/off 开计算机/关计算机
start up/boot up a computer (= make it start working) 启动计算机
shut down a computer (= close the programs and stop it working) 关闭计算机
restart/reboot a computer (= make it start working again) 重新启动计算机
program a computer (= give it instructions so that it will do a particular job) 给计算机编程
hold/store sth on a computer 把…存入计算机
a computer starts up/boots up 计算机启动
a computer crashes (= suddenly stops working) 计算机死机
a computer is down (= is not working) 计算机停机
software/a program runs on a computer 软件/程序在计算机上运行
