Remote desktop with Microsoft Terminal Services control

要使用.NET來開發具備遠端桌面功能的程式,我們可以使用 Microsoft Terminal Services control 這個 Com 元件來做。 ...

December 7, 2013 · 1 min · 348 words · Larry Nung

RAML - RESTful API Modeling Language

RAML (RESTful API Modeling Language) 是ㄧ以YAML為基礎、專門用來描述 RESTful API、且人與機器都看得懂的標記語言。 ...

November 28, 2013 · 3 min · 1246 words · Larry Nung

Octopress - Remove reduant blog folder

Octopress blog架設好後,預設的部落格網址格式為 /blog/:year/:month/:day/:title/,會在網址那邊多一層不必要的 blog 目錄,要將這層不必要的目錄拿掉,我們可以開啟 _config.yaml 進行些修改,將 permalink、 category_dir、與 pagination_dir 的 /blog 前綴給拿掉 (Demo)。 ...

November 25, 2013 · 1 min · 382 words · Larry Nung

Microsoft Monitoring Agent

Microsoft Monitoring Agent (MMA) 是可獨立運行的 IntelliTrace,可用來收集診斷資料,例如效能標準、事件記錄檔和Trace。 ...

November 20, 2013 · 2 min · 710 words · Larry Nung

Octopress - change rss subscribe link

要修改Octopress部落格的RSS訂閱位置。 ...

November 20, 2013 · 1 min · 153 words · Larry Nung

Findstr - Searches for patterns of text in files

Findstr是ㄧ命令列的內文搜尋工具,能同時針對多個檔案搜尋內文,類似Linux上的grep命令。 ...

November 18, 2013 · 3 min · 1142 words · Larry Nung

Octopress - Read more excerpt link

在Octopress上撰寫文章時,若不特別做些處理,在Blog分頁那邊會將所有文章的全文依序列出。 ...

November 13, 2013 · 1 min · 251 words · Larry Nung

Change color in batch file

要在批次檔中設定顯示的顏色,我們可以像下面這樣撰寫批次檔 ...

November 12, 2013 · 2 min · 534 words · Larry Nung

Virtualization in VMware

在VMware下若欲跑些需要虛擬化的程式,可將VMware的Virtualization功能開啟 ...

November 12, 2013 · 1 min · 258 words · Larry Nung

GitHub Pages

GitHub Pages服務可讓使用者免費Hosting網頁在GitHub上,享用GitHub不受限的儲存空間與網路流量。依用途不同可分為User/Organization Pages與Project Pages兩種。 ...

November 10, 2013 · 2 min · 905 words · Larry Nung