logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

php Laravel 微信支付V3 支付回调验证

话不多说直接上代码(如果有用的话-记得打赏哦)/*** 从证书中获取私钥* @param $cert_path (微信平台证书---从《获取平台证书》接口中获得)* @return bool*/function certPubKey($cert_path){$cert_path = file_get_contents($cert_path);$pub_key= openssl_pkey_get_p

文章图片
#php#laravel
linux php 安装libreoffice word转pdf

第一步:下载libreoffice7.0.6版本的文件https://mirrors.cloud.tencent.com/libreoffice/libreoffice/stable/7.0.6/rpm/x86_64/LibreOffice_7.0.6_Linux_x86-64_rpm.tar.gz下载完成之后上传到服务器目录(可以借助FTP等软件上传)第二步:解压tar -zxvf LibreO

#php#linux#centos
到底了