2018年10月24日 星期三

AutoHotkey 切換桌面指令


安裝熱鍵軟體 AutoHotkey


在WIN10環境下快速切換桌面


PgUp::Send ^#{Left}
PgDn::Send ^#{Right}
MButton & LButton::Send ^#{Left}      //滑鼠中鍵+左or右鍵
MButton & RButton::Send ^#{Right}
^Lwin::Send #`t             //右邊ctrl + win


2018年10月12日 星期五

[SQL] 測試SQL timeout 語法



-- wait for 1 minute
WAITFOR DELAY '00:01'

-- wait for 1 second 
WAITFOR DELAY '00:00:01'
 

MangoHost Copyright © 2009 Cookiez is Designed by Ipietoon for Free Blogger Template