ASP.NET MVC - MVC 5 on IIS 7

在 IIS 7 使用 ASP.NET MVC 5,Routing 功能會無法正常運作,會看到 403 或是 404 頁面。 ...

July 29, 2016 · 1 min · 86 words · Larry Nung

Visual Studio - Clone git repository

使用 Visual Studio clone git repository,先將 Team Explorer 視窗開啟。 ...

July 24, 2016 · 1 min · 152 words · Larry Nung

Hexo - Title SEO

要為 Hexo 部落格做 Title SEO,可以將主題的 index layout 檔開啟做些調整。 ...

July 23, 2016 · 1 min · 65 words · Larry Nung

OneNote Importer

要將 Evernote 的資料搬移至 OneNote,可以使用 OneNote Importer。 ...

July 23, 2016 · 1 min · 322 words · Larry Nung

WinDBG - Check gcroot

如果檢查出該被回收的物件並為如預期的被回收,這邊可以看一下物件的 gcroot,看看物件是為何被佔住而不能釋放。 ...

July 22, 2016 · 1 min · 359 words · Larry Nung

Hexo - Setup robots.txt

要為 Hexo 部落格加上 robots.txt,我們可以安裝 hexo-generator-robotstxt 套件。 ...

July 18, 2016 · 1 min · 108 words · Larry Nung

Turn off the automatic display of server manager at logon

Windows Server 作業系統在登入時,預設會幫我們把 Server Manager 給帶起。但有些情境我們登入多半並不需要 Server Manager,這時等待他開啟完我們還要手動的將之關閉,十分的不便。 ...

July 13, 2016 · 1 min · 220 words · Larry Nung

Visual Studio - Move obj folder

Visual Studio 的專案在建置 .NET 專案時會自動建立 Obj 目錄放置中繼檔案,該目錄位置並無直接的設定方式。 ...

July 12, 2016 · 1 min · 85 words · Larry Nung

Hexo - Post asset folder

要使用 Asset folder,我們可以開啟 Hexo 的設定檔,將 post_asset_folder 設定設為 true。 ...

June 29, 2016 · 1 min · 157 words · Larry Nung

Hexo - Disable NexT theme's motion

Hexo 的 NexT 主題預設會有些動畫過場,如果這些動畫不是覺得那麼必要,想將之關閉以提升顯示上的速度,可以開啟 Theme 的設定檔將 use_motion 的設定設為 false。 ...

June 24, 2016 · 1 min · 67 words · Larry Nung