鍵盤上對應按鍵在硬體虛擬鍵盤**中的定義
鍵盤左邊ctrl --
-key_left_ctrl
鍵盤左邊shift --
-key_left_shift
鍵盤左邊alt --
-key_left_alt
鍵盤左邊win --
-key_left_gui
鍵盤右邊ctrl --
-key_right_ctrl
鍵盤右邊shift --
-key_right_shift
鍵盤右邊alt --
-key_right_alt
鍵盤右邊win --
-key_right_gui
方向鍵上 --
-key_up_arrow
方向鍵下 --
-key_down_arrow
方向鍵左 --
-key_left_arrow
方向鍵右 --
-key_right_arrow
空格鍵 --
-key_backspace
tab鍵 --
-key_tab
回車鍵 --
-key_return
esc鍵 --
-key_esc
insert鍵 --
-key_insert
delete鍵 --
-key_delete
page up鍵 --
-key_page_up
page down鍵 --
-key_page_down
home鍵 --
-key_home
end鍵 --
-key_end
capslock鍵 --
-key_caps_lock
f1--
-key_f1
f2--
-key_f2
f3--
-key_f3
f4--
-key_f4
f5--
-key_f5
f6--
-key_f6
f7--
-key_f7
f8--
-key_f8
f9--
-key_f9
f10--
-key_f10
f11--
-key_f11
f12--
-key_f12
對IIS中的虛擬目錄進行操
假如虛擬目錄名為 chinabs 先在專案中引用 system.directoryservices.dll,再 using system.directoryservices protected system.directoryservices.directoryentry dirroot 1 新增新...
對react中虛擬dom和diff演算法的理解
直接使用dom進行操作時排版與重繪的效率低,速度慢。例如插入乙個dom元素,元素本身或者繼承很多屬性,還需要註冊很多方法,導致乙個建立乙個簡單的dom也要消耗很多時間。虛擬dom是在首次渲染dom時,多了一層虛擬dom的計算,在dom的基礎上建立了乙個抽象層。當有改動時,會生成乙個新的虛擬dom與上...
虛擬主機中對PHP的特殊設定
虛擬主機設定 errorlog 程式設計客棧www virtual.com logs error log 目錄設定 對該虛擬主機設定是否使用php php engiaswvvragine on 設定php出錯資訊的除錯級別 php error reporting 1 設定是否記錄php出錯日誌 ph...