事件:就是發生的事情;
事件驅動:指發生了某件事情之後,要處理的過程;
常見的滑鼠事件
onclick 滑鼠單擊
ondblclick 滑鼠雙擊
onmousedown 滑鼠按鍵按下
onmouseup 滑鼠按鍵抬起
onmousemover 滑鼠在元素上移動
onmouseout 滑鼠移出
onmouseenter 滑鼠移入
鍵盤事件
onkeydown 按鍵按下
onkeyup 按鍵抬起
onkeypress 按鍵按住
表單事件
onblur 失去焦點
onfocus 獲取焦點
onchange 內容修改
postgresql 觸發函式,序列
1.自動插入序號 建立自然數序列 create sequence schema名.seq名 increment 2 start 1 minvalue 1 maxvalue 99999999 cache 1 alter sequence schema名.seq名 owner to user名 使用序列...
postgresql 觸發器 觸發函式 動態建表
postgresql 建立分割槽表,sql優化之postgresql table partitioning postgresql中使用動態sql 實現自動按時間建立表分割槽 declare createon varchar 32 createyy varchar 4 tablename varcha...
網路協議命令相關觸發函式
1 close 2 tcp rst 1 或 就是說先置rst標誌然後close鏈結這時就是異常關閉 異常關閉會丟棄待發資料並傳送rst報文 見附錄1 3 附錄1 file main.c author bearice created on 2009年12月31日,下午12 36 include inc...