解決方式
git reset --hard HEAD
git fetch origin
git reset --hard origin
2015年7月28日 星期二
2015年7月23日 星期四
2015年7月22日 星期三
檔案總管 右鍵加上特定程式選單
範例 :加上 Ultraedit
新增純文字檔案, 加入以下內容並存檔為 new.reg, 點擊右鍵執行即可
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\UltraEdit]
@="&UltraEdit"
[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command]
@="C:\\Program Files\\Ultraedit\\uedit32.exe \"%1\""
檔案總館 顯示所有資料夾和檔案 自動還原成未勾選
機碼
HKEY_LOCAL_MACHINE\Software\Microsoft\windows\CurrentVersion\explorer\Advanced\Folder\Hidden\SHOWALL
CheckedValue 改為 0
2015年7月16日 星期四
2015年7月8日 星期三
Facebook 分享內容設定
在 Head 中, 參考以下範例內容加上即可
<meta property="og:title" content="標題" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://share.com" />
<meta property="og:image" content="http://share.com/image.jpg" />
<meta property="og:title" content="標題" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://share.com" />
<meta property="og:image" content="http://share.com/image.jpg" />
使用 vimdiff 在兩份檔案間作比較及複製
按下 Shift + V (進入選擇模式)
使用方向鍵調整要選擇的範圍
按下 y 複製選好的範圍
按下 Ctrl + w 之後按方向鍵移動到要更動的文件
按下 p 貼上複製的內容
按下 esc 以後可輸入指令
do 將另一個檔案的不同內容複製過來
dp 將目前游標所在檔案的不同內容, 複製到另一個檔案
zo 顯示隱藏 / 折疊的文字區塊
zc 將目前游標所在位置文字區塊隱藏 / 折疊
zr 將兩份文件都完全折疊
使用方向鍵調整要選擇的範圍
按下 y 複製選好的範圍
按下 Ctrl + w 之後按方向鍵移動到要更動的文件
按下 p 貼上複製的內容
按下 esc 以後可輸入指令
do 將另一個檔案的不同內容複製過來
dp 將目前游標所在檔案的不同內容, 複製到另一個檔案
zo 顯示隱藏 / 折疊的文字區塊
zc 將目前游標所在位置文字區塊隱藏 / 折疊
zr 將兩份文件都完全折疊
訂閱:
文章 (Atom)