Event Store - Read a Stream of Events with HTTP API

要透過 HTTP API 去讀取 Stream 下的所有 Event,可以像下面這樣向 Event Store 查詢。 ...

September 2, 2018 · 1 min · 120 words · Larry Nung

Event Store - Writing events with HTTP API

要透過 HTTP API 去發送 event,可以朝以下位置發送 Post。 ...

August 29, 2018 · 1 min · 165 words · Larry Nung

Event Store - Install with docker

要透過 Docker 使用 Event Store,可以調用下列命令: ...

August 27, 2018 · 1 min · 100 words · Larry Nung

Event Store - Writing events with web interface

要透過 Web interface 去發送 event,可以將 Web interface 切換至 Stream Browser 頁面。 ...

August 22, 2018 · 1 min · 151 words · Larry Nung

Event Store - Install on Windows

要在 Windows 下使用 Event Store,首先需確定環境已安裝: ...

August 21, 2018 · 1 min · 213 words · Larry Nung

Add JSDoc Comments - Adds simple JSDoc comments for the parameters of a selected function signature

使用 Visual Studio Code 撰寫 JavaScript,如果要加上 jsdoc comment,可以考慮為 Visual Studio Code 加裝 Add jsdoc comments 套件。 ...

August 7, 2018 · 1 min · 206 words · Larry Nung

Oracle SQL Developer - Import data modeler from DDL file

在維護 Data Modeler 時,若已有現成的 DDL File,可以點選 [File | Data Modeler | Import | DDL File] 主選單選項。 ...

August 6, 2018 · 1 min · 190 words · Larry Nung

Cheerio - Fast, flexible, and lean implementation of core jQuery designed specifically for the server

cheerio 是一用來解析 HTML 的套件,該套件使用方式跟 jQuery 類似。 ...

August 1, 2018 · 1 min · 266 words · Larry Nung

Node.js - Transform stream

Transform stream 可以將輸入串流的資料讀入,將讀入的內容轉換,然後輸出到輸出串流。 ...

July 30, 2018 · 2 min · 528 words · Larry Nung

Mochawesome - A Gorgeous HTML/CSS Reporter for Mocha.js

Mochawesome 能讓 Mocha 支援產出 HTML 的測試報告。 使用前需安裝 Mochawesome 套件。 ...

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