BOM 的去除方式:分別使用 vim, Python, 及 bash
BOM 是 Byte Order Mark 的縮寫,中文譯為「位元組順序編號」。 在 Windows 系統中,... » read more
BOM 是 Byte Order Mark 的縮寫,中文譯為「位元組順序編號」。 在 Windows 系統中,... » read more
概述 kinsing 是一個惡意軟體,如果你的系統有漏洞,一但被入侵成功, kinsing 會下載 kdevt... » read more
sudo yum -y install http://rpms.remirepo.net/enterprise... » read more
一、取得時間字串 -- 取得今天日期 ex: 2020-08-15 SELECT CURRENT_DATE()... » read more
環境說明 OS: CentOS 7.6 網站伺服器:apache 安裝步驟 以下以 sudo 來做,如果不想用... » read more
crontab 預設的編輯器是 nano ,我比較習慣的是 vi 在 CentOS 中,可以用以下指令來指定預... » read more
在非 homestead 的主機上執行 laravel 時,有時會出現空白畫面,或是以下的錯誤訊息: The ... » read more
supervisor 是一個用 python 開發的常駐程式管理工具。 php artisan queue:l... » read more
一直記不起來 MariaDB 和 MySQL 不同版本之間的關係,記錄下來方便查詢。 版本對映 MySQL 5... » read more
環境說明 要 CentOS 7 上安裝最新版本的 PHP,必需要透過 Remi 這個第三方套件庫來安裝,如果對... » read more