Flyway - Install on Linux

Flyway 要在 Linux 上使用,可到 Flyway 的下載頁面,複製 Linux 上要運行的命令。 ...

July 29, 2019 · 1 min · 89 words · Larry Nung

Redis - A simple syntax to describe how data stored

在使用 redis 時,資料怎樣在 redis 內存放常會需要設計,或是需要拿出來跟團隊溝通討論。用畫圖表述或是列表有點不方便,redis 資料結構豐富也不是很好表示。 ...

July 28, 2019 · 1 min · 317 words · Larry Nung

mysqlslap - Load emulation client

mysqlslap 是 MariaDB 自帶的壓力測試工具。 使用方式可調閱命令。 ...

July 20, 2019 · 1 min · 428 words · Larry Nung

MariaDB - Enable performance schema

透過 MySQL CLI 查閱 Performance schema 的啟用狀態。 show variables like ‘performance_schema’; ...

July 18, 2019 · 1 min · 82 words · Larry Nung

Perl - Install on Termux

要在 Termux 上撰寫或運行 Perl,可透過套件管理工具安裝 Perl 套件。 ...

July 17, 2019 · 1 min · 72 words · Larry Nung

Blazor - Dependency injection

Blazor component 若需要使用 Service,可透過 DI 注入。 ...

July 16, 2019 · 1 min · 412 words · Larry Nung

Blazor - Route to components

Blazor component 在未加掛 @page directive 時只能像 HTML element 一樣嵌入頁面使用。 ...

July 15, 2019 · 1 min · 153 words · Larry Nung

MySQLTuner - High performance MySQL tuning script

MySQLTuner 是用 Perl 撰寫的腳本,可用來分析 MySQL 或是 MariaDB 的設定,給予效能上的建議。 ...

July 13, 2019 · 1 min · 109 words · Larry Nung

Blazor - Component parameters

若想讓 Blazor component 在畫面上使用時帶上參數做些設定,可以為 Component 加上 Parameter。 ...

July 12, 2019 · 1 min · 246 words · Larry Nung

Blazor - Build components

Blazor component 是 Blazor 的元件,類似控制項,是 Blazor 中可重複使用的最小單位。 ...

July 11, 2019 · 1 min · 330 words · Larry Nung