curl error:1400442e:ssl routines:connect_cr_srvr_hello:tlsv1 alert protocol version
Run the following:
export HOMEBREW_FORCE_BREWED_CURL=1
# check that the Curl: entry now points to Homebrew curl
brew
php 使用原生的 ZipArchive 類來打包 zip。
?php
namespace App\Services;
use Exception;
use Illuminate\Support\Facades\Log;
/**
* Class Zip
*
* @package App\Services
*/
class Zip
{
/**
* @param ar
pkg_resources.DistributionNotFound: The 'supervisor==3.4.0' distribution was not found and is required by the application
有時系統安裝了 python3 和 python2,且 python3 為默認版本,安裝啓動 supervisor 時就報錯了。
yum install s
密碼模式
PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password]
mysql8 之後,默認的密碼模式改為 caching_sha2_password,新的模式需要新的驅動,至少現在 pdo / navicat 還沒給出,所以我們還是得切換