PL/SQL SQL Coding Guideline 59 - Try to use output bind arguments in the RETURNING INTO clause of dynamic INSERT, UPDATE or DELETE statements

條款五十九,嘗試使用 RETURNING INTO,而非使用 Using OUT 綁定輸出參數。 ...

November 21, 2017 · 1 min · 192 words · Larry Nung

sonar - Formatters

sonar 的 formatter 可用來設定 sonar 分析結果的格式,目前提供 summery、json、stylish、codeframe 這幾個 formatter,可透過 sonar 設定檔指定使用。 ...

October 30, 2017 · 1 min · 209 words · Larry Nung

sonar - Solve permission issue

在用 npm 進行 sonar 的安裝時,有可能會碰到 permission denied 的錯誤。 ...

October 30, 2017 · 1 min · 55 words · Larry Nung

npm - Change default directory

要設定 npm 的預設目錄,只要透過 npm config 命令設定 prefix 為指定的位置即可。 ...

October 29, 2017 · 1 min · 44 words · Larry Nung

sonar - Getting started

要使用 sonar CLI,需先要有 Node.js v8.x 以上的版本。 ...

October 29, 2017 · 1 min · 146 words · Larry Nung

sonar - Analyze website with online sonar scanner

要使用 sonar 網站針對網站進行分析,可切到 online scanner 頁面。 ...

October 27, 2017 · 1 min · 256 words · Larry Nung

Calibre Web - Update Calibre Web

要進行 Calibre Web 的更新,可點擊頁面右上角的 Admin 按鈕進到 Admin 功能。 ...

October 25, 2017 · 1 min · 116 words · Larry Nung

Calibre Web - Upload book

要上傳電子書到 Calibre Web,可在登入後點選右上角的 Upload 按鈕。 ...

October 24, 2017 · 1 min · 179 words · Larry Nung

GitBook - Browse GitBook from your favorite reading application

要在電子書閱讀軟體上閱讀 GitBook 上的電子書,可以透過 GitBook 提供 Open Publication Distribution System (OPDS) 服務。 ...

October 23, 2017 · 1 min · 237 words · Larry Nung

PhantomJS - Examples

PhantomJS 下載下來解壓縮,裡面有個 examples 目錄,放置著 PhantomJS 提供的範例程式。 ...

October 20, 2017 · 1 min · 135 words · Larry Nung