MySQL – Execute Linux shell command
測試環境 CentOS8 – MariaDB 10.3.28 SQL Shell 在 SQL Shell 下面是可以直接透過 system 指令去執行 Linux 的 Shell 程式. Stored Routines ( Procedure , Function 或是 Trigger […]
測試環境 CentOS8 – MariaDB 10.3.28 SQL Shell 在 SQL Shell 下面是可以直接透過 system 指令去執行 Linux 的 Shell 程式. Stored Routines ( Procedure , Function 或是 Trigger […]
測試環境 CentOS 8 , MariaDB 10.3.28 忘記 root 密碼了. 重新設定 root 密碼方式,參考文章 – https://www.a2hosting.com/kb/developer-corner/mysql/reset-mysql-root-password […]
測試環境 CentOS 8 Apache 的 error_log 出現以下錯誤訊息. 解法參考 – https://shouts.dev/articles/apache-proxy-fcgi-the-timeout-specified-has-expired-on-rhel 安裝 mod […]
測試環境 Windows 10 + Excel 2016 透過 Excel 的 Power Query 下面指令可以讀取到 Excel 的表格資料(資料須先做成表格). Excel.CurrentWorkbook – https://learn.microsoft.com/zh-tw/p […]
測試環境為 CentOS 8 X86_64 (虛擬機) 在資料庫一個欄位儲存了 JSON 的陣列 Array [ 0.89, 12.99, 5.23, 2.04 ] 有辦法作加總嗎? 從網路找到寫好的 JSON 陣列加總函數 Function – https://stackoverflo […]
測試環境 Windows 10 + Excel 2016 透過 For Each…Next 陳述式來搜尋資料 , 參考文章 – https://learn.microsoft.com/zh-tw/office/vba/language/concepts/getting-started/u […]
測試環境 Windows 10 + Excel 2016 透過Range.Find 方法搜尋資料 , 參考文章 – https://learn.microsoft.com/zh-tw/office/vba/api/excel.range.find 語法: expression 代表 Range 物件 […]
測試環境 Windows 10 + Excel 2016 透過 Range.End 屬性搜尋資料 , 參考文章 – https://officeguide.cc/excel-vba-find-row-column-cell-tutorial-examples/ 語法,關於 Range End 請參考 […]
測試環境 Windows 10 + Excel 2016 如何透過 Excel VBA 設定 Select , Copy 與 Paste 欄,列 的資料 , 參考文章 – https://weilihmen.medium.com/excel-vba%E5%BE%9E%E9%A0%AD%E4%BE%8 […]
測試環境 Windows 10 + Excel 2016 如何透過 Excel VBA 讀取 欄,列 的格式(字體 , 顏色 , 外框 , 欄寬 , 列高 與 公式) , 參考文章 – https://weilihmen.medium.com/excel-vba%E5%BE%9E%E9% […]