protobuf-net - Decorate class

protobuf-net 要設定類別怎樣被序列化與解序列化有三種方式‧ ...

August 18, 2016 · 1 min · 389 words · Larry Nung

protobuf-net - Getting Started

使用 protobuf-net,首先要參照 protobuf-net library,接著設定要用來做序列化或解序列化用的類別,設定完後就可以用 protobuf-net 來序列化或解序列化。 ...

August 16, 2016 · 1 min · 269 words · Larry Nung

PL/SQL SQL Coding Guideline 34 - Avoid procedure or function calls between a SQL operation and an implicit cursor

條款三十四,避免在 SQL 語句運行與 implicit cursor 中間使用 procedure 或是 function。 ...

August 13, 2016 · 1 min · 170 words · Larry Nung

PL/SQL SQL CODING GUIDELINE 33 - Always close locally opened cursors

條款三十三,總是關閉開啟的游標。 ...

August 13, 2016 · 1 min · 134 words · Larry Nung

PL/SQL SQL Coding Guideline 32 - Avoid using %NOTFOUND directly after the FETCH when working with BULK operations and LIMIT clause

條款三十二,當使用 BULK 與 LIMIT 操作時,避免直接在後面用 %NOTFOUND 判斷是否有資料處理,應改用 COUNT() 判斷。 ...

August 13, 2016 · 2 min · 514 words · Larry Nung

Netling - A load tester client for easy web testing

Netling 是一簡易的網站測試工具,目前沒有尚未直接釋出版本,需要自行下載程式碼編譯後運行。 ...

August 12, 2016 · 1 min · 377 words · Larry Nung

Hexo - Auto deploy with Travis CI

要使用 Travis CI 自動幫我們發佈 Hexo 部落格,先參閱筆者 Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community | Level Up 這篇,登入 Travis CI ,給予授權,並為 Repository 啟用 Travis CI。 ...

August 12, 2016 · 2 min · 546 words · Larry Nung

PL/SQL SQL Coding Guideline 31 - Always use %NOTFOUND instead of NOT %FOUND to check whether a cursor was successful

條款三十一,Always use %NOTFOUND instead of NOT %FOUND to check whether a cursor was successful。 ...

August 7, 2016 · 1 min · 98 words · Larry Nung

The Diagnostic Tools window does not support the current debugging configuration

Diagnostic Tools 視窗若出現 The Diagnostic Tools window does not support the current debugging configuration 這樣的訊息。 ...

August 7, 2016 · 1 min · 82 words · Larry Nung

Setup Android X86

使用 Virtual Machine 安裝 Android X86,先要下載 Android X86 的映像檔。 ...

August 2, 2016 · 1 min · 148 words · Larry Nung