經常使用單詞總結

單詞 含義 單詞 含義 單詞 含義 單詞 含義
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 輸入流
相關文章
相關標籤/搜索