git 指令筆記
git clone + clone網址
git fetch
git pull origin
git status
git diff
(關閉案q)
git add --all
git commit
enter + i
編輯完畢後 esc + wq
git push origin head
(edit commit)-----
git commit --amend
git push -f
2020年4月9日 星期四
訂閱:
張貼留言 (Atom)
[SQL]顯示千分位與小數顯示
CONVERT ( data_type [ ( length ) ] , expression [ , style ] ) CONVERT style參數說明 1 (expression為 money 或 smallmoney型別): 0 : 預設,保留小數位後兩位,並四捨...
-
using System.IO; 取得程式當下檔案目錄資訊: string sPath = this .GetType().Assembly.Location; string filename = @"C:\Users\123.text&...
-
兩個函式宣告,需要 using System.Diagnostics; ----------------------使用方式------------------------------------------- OpenPress( "AAA.exe"...
-
方法1--直接獲取 //取得目前滑鼠位置 Console .WriteLine( "x:" + System.Windows.Forms. Cursor .Position.X); Console .WriteLine( "y:"...
沒有留言:
張貼留言