随笔分类 - PHP
摘要:一、使用composer下载扩展包 composer require intervention/image 二、实现代码 use Intervention\Image\ImageManager; class Image { private $image; public function __cons
阅读全文
摘要:一、使用composer下载扩展包 composer require endroid/qr-code 二、实现代码 use Endroid\QrCode\Color\Color; use Endroid\QrCode\Encoding\Encoding; use Endroid\QrCode\Err
阅读全文
摘要:一、安装Apache 1、下载Apache http://httpd.apache.org/download.cgi ,选择WINDOWS进入下载 2、如图所示,选择第一项“ApacheHaus”;在新的界面中,会发现VC11和VC14,这里注意,一定要记住VC11和VC14的选择要和之后PHP的选
阅读全文