$IM = new imagick();
$IM->setResolution(200, 200);
$IM->setCompressionQuality(100);
$IM->readImage($pdfPath);
使用imagick将PDF转换成图片时报错...
lampnick
6年前 (2018-10-23) 6418℃ 5评论
49喜欢
在构建golang docker镜像的时候,解决依赖时,发现golang.org/x包是不能下载的。
Dockerfile.build内容如下:
FROM golang:1.10-alpine
WORKDIR xxx
RUN apk add --update git
R...
lampnick
6年前 (2018-10-13) 3051℃ 0评论
1喜欢
Yii2版本:2.0.3
SwiftMail版本:v5.3.1
使用定时任务发邮件时,由于swiftmailer长时间运行没有关闭transport,造成SSL连接出错。
报错1:
exception 'Swift_TransportException' with message...
lampnick
6年前 (2018-10-13) 4114℃ 0评论
2喜欢