StackExchange.Redis - A high performance general purpose redis client for .NET languages

StackExchange.Redis 是 StackExchange 提供的 redis client 實作。 該套件具有以下特點: ...

May 22, 2016 · 2 min · 521 words · Larry Nung

FX.Configuration - A lightweight/simple/flexible/extensible library to read configurations using strongly typed classes

FX.Configuration 是一號稱輕量,簡單,具彈性,可擴充的 Configuration 讀取套件,可以將 Configuration 讀取到對應的強型別類別中,便於後續 Configuration 設定值得取用。支援 Application/JSON/Mixed Configuration。 ...

May 21, 2016 · 1 min · 387 words · Larry Nung

FX.Configuration - Read mixed configuration

要用 FX.Configuration 同時讀取 Application 與 JSON Configuration,需先引用 FX.Configuration 套件。 ...

May 21, 2016 · 1 min · 210 words · Larry Nung

FX.Configuration - Read JSON configuration

要用 FX.Configuration 讀取 JSON Configuration,需先引用 FX.Configuration 套件。 ...

May 21, 2016 · 1 min · 288 words · Larry Nung

C# 7.0 - Digit separators

以前在開發 C# 時,如果數值過大,在閱讀上會十分不易。 ...

May 21, 2016 · 1 min · 163 words · Larry Nung

FX.Configuration - Read application configuration

要用 FX.Configuration 讀取 Application Configuration,需先引用 FX.Configuration 套件。 ...

May 17, 2016 · 1 min · 202 words · Larry Nung

C# 7.0 - Binary literals

在程式開發時,有時我們會需要使用二進制的數值,像是在使用標有 FlagsAttribute 的列舉值做權限時就會用到。在 C 7.0# 前我們必需要使用十進制數值表示法,確保他是二進制的數值。 ...

May 16, 2016 · 1 min · 201 words · Larry Nung

Oracle SQL Developer - Custom date time format

Oracle SQL Developer 預設 Date Format 設定為 DD-MON-RR,顯示上是不含時間的部分。 ...

May 13, 2016 · 1 min · 130 words · Larry Nung

Octopress - Failed to push some refs to GitHub

今天在使用 rake deploy 試圖發佈文章時,在發佈到 Github 這步驟時發生了錯誤,發佈的動作被 rejected 了。 ...

May 11, 2016 · 1 min · 134 words · Larry Nung

C# 7.0 - Local functions

有時候我們在開發程式時,會碰到一些情境是需要建立個方法,但這個方法只有某個地方會用到,這時我們多半是用委派去做掉,但帶來的問題就是會有額外的記憶體耗費,而且無法被 inline 處理。 ...

May 11, 2016 · 1 min · 300 words · Larry Nung