MariaDB – JSON Path Syntax
測試環境為 CentOS 8 x86_64 lax : MariaDB 只支援這個模式,如果路徑運算式找不到,則傳回 NULL,下面我們來看一下後面 ‘$’ [step]* 使用方式. 讀取 JSON 資料主要可以區分為 值 (Value) , 物件 (Object) , 陣 […]
測試環境為 CentOS 8 x86_64 lax : MariaDB 只支援這個模式,如果路徑運算式找不到,則傳回 NULL,下面我們來看一下後面 ‘$’ [step]* 使用方式. 讀取 JSON 資料主要可以區分為 值 (Value) , 物件 (Object) , 陣 […]
測試環境為 CentOS 8 x86_64 執行指令時蠻常出現這個錯誤訊息的. 這是跟語系相關的錯誤訊息.需正確設定 Locale 語系環境及其所需套件. 可以使用指令 locale , localectl 檢視目前系統 Locale 與 鍵盤的設置為何. 一樣可以透過指令 localectl 設定 […]
測試環境為 CentOS 8 x86_64 , Mariadb 10.3.17-1 (虛擬機) MariaDB 版本需要 10.2.2 以上才有支援 Recursive Common Table Expressions . 什麼是 CTE : Common Table Expressions ,它可 […]
測試環境為 CentOS 8 x86_64 , Mariadb 10.3.17-1 (虛擬機) JSON 的資料要怎麼暫時轉成 Table (Rows & Columns) , Oracle (Mysql) 有提供 JSON_TABLE 函數,但 MariaDB 沒有怎麼辦.可以透過 Re […]
測試環境為 CentOS 8 x86_64 被公司 IT 部門要求在 Linux 系統下安裝掃毒軟體. ClamAV 安裝所需套件. 更新病毒碼. 掃描有問題的目錄. 參數說明: -r, –recursive Scan directories recursively. All the s […]
測試環境為 CentOS 8 x86_64 使用關聯式資料庫( RDBMS : Relational Database Management System )的 MariaDB 也可以儲存與查詢 NoSQL ( Not Only SQL : 使用非關聯式資料庫的資料庫,資料儲存不需要固定的欄位 ) […]
測試環境為 CentOS 8 x86_64 關於 rasdaemon 的說明 – https://github.com/mchehab/rasdaemon 與 EDAC – https://www.kernel.org/doc/html/latest/driver-api/e […]
測試環境為 CentOS 8 x86_64 使用關聯式資料庫( RDBMS : Relational Database Management System )的 MariaDB 也可以儲存與查詢 NoSQL ( Not Only SQL : 使用非關聯式資料庫的資料庫,資料儲存不需要固定的欄位 ) […]
測試環境為 CentOS 8 x86_64 遇到一個奇怪的問題,當使用 Equals(=) 與 LIKE 來比對字串 String ”(空字串) 與 ‘ ‘ (空白字串) ,卻得要不一樣的結果. 查了一下論壇 – https://stackoverfl […]
CentOS 8 x86_64 預設 chronyd 為 NTP 服務,請參考 – https://benjr.tw/102661 測試作業系統 CentOS 7 x86_64 (虛擬機) Linux 可以透過 NTP ( Network Time Protocol ) 來矯正時間. 啟 […]