常用单词总结

单词 含义 单词 含义 单词 含义 单词 含义
form 表单 action 行动(提交的路径) method 方法(提交的方式) input 输入
type 类型 text 文本(文本输入项) password 密码 radio 单选按钮
checkbox 复选框 file 文件(文件上上传项) hidden 隐藏字段 reset 重置(重置按钮)
button 按钮(普通按键) name 名称(元素名称) value 值(输入项的内容) size 大小(可以是文字字体的大小,也可以是输入框的宽度)
checked 被选中 readonly 只读 disabled 不可用的 maxlength 最大长度(输入框可以输入的最大长度)
select 选择(下拉列表项) option 条目(下拉列表项) textarea 区域(文本输入域) submit 提交(提交按钮)
selected 选择(下拉列表被选中) style 样式 color 颜色 font-size 字体大小
pink 粉红色 gold 金黄色 gray 灰色 blue 蓝色
red 红色 yellow 黄色 black 黑色 white 白色
background-color 背景颜色 border 边框 height 高度 width 宽度
margin 外边距  padding  内边距 float  浮动  clear  清除 
none  无(元素不浮动)  left  左边  right  右边  both  都(同时) 
dispaly  显示方式  block  显示的(显示为块级元素)  inline 在一行(显示为内联元素)  div  块级元素的区域 
span 内联元素的区域  element  元素  top  顶部  bottom  底部 
product  产品,商品  header  头部信息  menu  菜单  show  显示 
father  父亲  big  大的  small  小的  document  文档 
check  检查  change  改变  init  初始化  history 历史 
alert  警告框  confirm  确认框  prompt  输入框  function  功能(函数) 
click  点击 back  返回 tips  提示  info  信息 
onfocus  聚焦  onblur  离焦 location  位置 screen  屏幕 
navigator  导航(浏览器相关信息)  onmouseover  鼠标移入  onmouseout  鼠标移出 attribute  属性 
node
节点  element  元素 textNode  文本节点  append  追加 
toggle  切换  each  每个(遍历)  append  追加(内部追加,将B追加到A的内部结尾处)  appendTo  追加(内部追加,将A追加到B的内部结尾处) 
prepend  追加(内部追加,将B追加到A的内部开始处)  prependTo  追加(内部追加,将A追加到B的内部开始处) find  查找  after(content|fn)  后来,以后(外部追加,在content的后面追加)
before(content|fn) 以前,在前(外部追加,在content的前面追加)  insertAfter(content)  插入(外部追加,在content后面插入) insertBefore(content)  插入(外部追加,在content前面插入)  empty   空的(清空当前节点之后的所有节点内容) 
remove  移除  detach  分离  validate  校验  rule  规则 
required  必须  digits 数字(证书)  minlength  最小长度  equal  相等 
Compatible  兼容性  viewport  视口  device  设备  initial  初始化(缩写init) 
Template  模版  scale  缩放  container  容器  fluid  液体,流 
navbar 导航条 icon 图标 dropdown 向下 separator 分割
group current 当前 inverse 相反的 active 激活
default 默认的 item CRUD 增删改查(create/read/update/delete)  create  增加项目 
read 查询 update 修改 delete 删除 desc  表名 查看表结构
drop 删除表 primary key 主键 modify 修改(修改表中列的类型和长度) decimal 泛型型
blob 字节类型 timestamp 时间戳 truncate 摧毁(彻底删除表格) transaction 事务,业务
rollback 反转,回滚 connectivity 连通,连接 statement 语句(执行语句) concur 共同作用,同时发生
PreparedStatement 预编译声明 distinct 去掉重复 count 计数 connector 连接器
register 注册,登记 driver 驱动器 database 数据库 start 开始
insert 插入 unique 唯一 category 分类 resultSet 结果集
release 释放 template 模版 order 订单 constraint (强制)约束
foreign key 外键 reference 指向 orderitem 订单项 join 加入
resourceBundle 资源捆绑 classLoader 类加载器 properties 属性 inputstream 输入流
               
posted @ 2017-07-21 10:51  日常写bug  阅读(273)  评论(0编辑  收藏  举报