ZeroBrane Studio - DocumentMap Plugin
要在 ZeroBrane Studio 使用 DocumentMap 功能,首先要先將 DocumentMap Plugin 下載至 ZeroBrane Studio 的 packages 目錄下。 ...
要在 ZeroBrane Studio 使用 DocumentMap 功能,首先要先將 DocumentMap Plugin 下載至 ZeroBrane Studio 的 packages 目錄下。 ...
要在 ZeroBrane Studio 使用 TODO 功能,可將 TODO Plugin 下載下來放置在 ZeroBrane Studio 的 packages 目錄下。 ...
ZeroBrane Studio 預設在選取變數時並不像某些強大的編輯器一樣會將所有變數出現的地方標記,但透過安裝 HighlightSelected Plugin ZeroBrane Studio 也可以提供這樣的功能。 ...
要讓 ZeroBrane Studio 支援 Redis,先要取得 redis.lua。 ...
ZeroBrane Studio 內建已有不同的 color theme 可供切換使用,有需要可開啟 cfg/tomorrow.lua 查閱可供使用的 color theme。 ...
要進行 ZeroBrane Studio 的安裝,可到 ZeroBrane Studio 的下載頁面下載 ZeroBrane Studio 的主程式。 ...
BenchmarkDotNet 如果要指定量測比較的標準,可在 BenchmarkAttribute 設定 Baseline 為 true,指定的量測方法即會被視為量測的標準,後續的量測則會跟該量測標準做比較。 ...
使用 BenchmarkDotNet 時若需要設定欄位或是屬性的值,可以使用 ParamsAttribute 指定,像是下面這樣: ...
Exporter 會將 benchmark 的結果輸出成不同的格式。 ...
Diagnoser 可以附加到 benchmark 上,並獲取一些有用的資訊。像是內建的 MemoryDiagnoser 就可以幫我們獲取記憶體資訊。 ...