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...
-
SELECT "欄位1", SUM("欄位2") FROM "表格名" GROUP BY "欄位1"; 在我們的範例上, Store_Information 表格 Store_Name Sales...
-
引用文件: #include "shlwapi.h" 使用方式 :直接呼叫函數 ex: TCHAR path[ MAX_PATH ]; :: GetModuleFileName ( NULL , path, _MAX_PATH )...
沒有留言:
張貼留言