Linux中新增快捷

2021-09-07 15:34:54 字數 475 閱讀 8517

執行操作比較快捷:

1.r3 cgp平台下omu系統中:

linux 版本:2.6.16.60-0.21-bigsmp

vi /etc/profile

2.r2 linux版本2.6.5-7.244-smp

vi /root/.profile

alias cdbin="cd /opt/hlr/hdu/bin"

alias cdlog="cd /opt/hlr/hdu/log"

alias dslog="cd /opt/hlr/hdu/ds/log"

alias config="cd /opt/hlr/hdu/config"

alias rmlog="rm -r $hdu_home/log/* $ds_home/log/*"

編輯後,退出使用者,重新登入,使全域性變數生效。

登入後執行cdbin命令,就會相當於 執行了cd /opt/hlr/hdu/bin命令

MFC中新增快捷鍵

首先引入選單資源,命名id,caption open ctrl o 然後引入accelerator 資源,新增相應的快捷鍵,然後定義 protected hicon m hicon 在建構函式中新增 m haccel loadaccelerators afxgetinstancehandle mak...

MFC中新增快捷鍵

mfc中新增快捷鍵 zhangzhe mfc中新增快捷鍵 基於dialog 的mfc 工程中如何新增快捷鍵呢?大致分為以下幾個步驟 1.在資源檢視中新增資源,選擇 accelerator 選項新建即可 2.開啟新建的資料夾下的 idr accelerator1 中編輯,其中包括 id 修飾符 鍵 型...

如何在WinCE中新增快捷方式

幾個月前,開始接觸wince,由於開始沒有這方面的基礎,一切不得不從頭開始。在此,本人以學習筆記的形式,記錄下自己的學習歷程。方便自己以後查詢,也希望對其他初學者有所幫助。本次學習筆記的內容是關於在wince中新增快捷方式的。快捷方式有以下幾個要素 1 可執行檔案。也就是新增的快捷方式針對的物件。a...