pull (fast-forward if possible) 拉動 (如果可能,快進)
push 推
set upstream 設定上游
rebase master onto branch name 將主控狀態重置為分支名
merge branch name into master 將分支名稱合併到主分支
checkout branch name 轉為***分支
create branch here 建立分支
cherrypick commit cherrypick提交
reset master to this commit 將主機重置為此提交
revert commit 恢復提交
rename 重新命名
delete 刪除
copy branch name to clipboard 將分支名稱複製到剪貼簿
copy commit id to clipboard 將提交id複製到剪貼簿
hide 隱藏
solo 單獨
create tag here 在此處建立標記
建立選單欄
1 定義狀態列類 cstatusbar 2 呼叫creat 建立狀態列 3 呼叫setindicators 新增面板 4 呼叫setpaneinfo 設定面板寬度和樣式 5 呼叫setpanetext 設定狀態列面板文字 6 呼叫repositionbars 顯示狀態列 例項 現在對話方塊了中定義m...
導航選單欄製作
做法一 效果圖 導航選單.html charset gb2312 導航選單title rel stylesheet href style.css type text css head id daohang id d1 href 首頁a div id d2 關於醫學院div id d3 就業指導中心d...
Swing測試選單欄
public static void main string args jmenuitem openmenuitem new jmenuitem 開啟 開啟項事件 openmenuitem.addactionlistener new actionlistener catch exception e1...