php顯示錯誤訊息Class 'ZipArchive' not found 是因為缺少php-zip的擴充套件,將其安裝即可,安裝方式如下
Ubuntu:
sudo apt-get install php-zip
CentOS:
sudo yum install -y php-zip
HTTP Strict Transport Security (HSTS) not implemented 未使用嚴格安全傳輸(HSTS),教你如何設定
對於 MySQL 資料庫資料操作的基本語法大全
Laravel 版本支援對照表
CentOS 7 安裝後會自帶Python2,如果需要使用Python3則需要再另行安裝,安裝方式
在伺服器上的資料夾權限設定,經常有許多人會將權限設定到777 這是風險非常大的一件事情!那該如何設定呢?