云计算
-
Google Chrome 版本 63(正式版本) (64 位),以 .dev 结尾的域名,自动跳转 https 的解决
1、Google Chrome 升级至 63 后的第一天早晨,打开:http://www.cmcp-backend.dev/ ,自动跳转为:https://www.cmcp-backend.dev/ ,如图1 图1 2、打开网址:https://chromium-review.googlesource.com/c/chromium/…
-
在 Windows 10 64、PHP 7.0.22 下,安装:ImageMagick PHP extension,的流程
1、打开:http://pecl.php.net/package/imagick/3.4.3/windows ,下载:7.0 Thread Safe (TS) x64,如图1 图1 2、解压缩后,复制 php_imagick.dll 至 C:/php-7.0.22/ext,如图2 图2 3、运行:php-cgi.exe -b 127.0.…
-
在CentOS6.5下,PHP: ImageMagick报错:Unable to read the file的解决!
1、程序截图,new Imagick: 程序截图,new Imagick 2、浏览器运行时报错:Unable to read the file 浏览器运行时报错:Unable to read the file 3、运行命令:rpm -qa | grep ghostscript,发现没有安装gs软件,运…
-
在 K8s 中报错:Could not resolve host: group.cmc; Name or service not known
1、在 K8s 中 容器 api 中请求 容器 group 报错:Could not resolve host: group.cmc; Name or service not known。无法解析主机:group.cmc; 名称或服务未知。如图1 图1 2、在容器 api 中请求 group 容器中的静态…
-
在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkins/workspace/ccp/api/code/vendor/james-heinrich/getid3/demos/demo.mysqli.php”
1、在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkins/workspace/ccp/api/code/vendor/james-heinrich/getid3/demos/demo.mysqli.php”。如图1 图1 2、C…
-
Error processing tar file(exit status 1): unexpected EOF 的排查分析
1、在 Jenkins 中构建镜像,报错:Error processing tar file(exit status 1): unexpected EOF。如图1 图1 Step 10/10 : RUN chown -R nginx:nginx /mcloud/ && chmod 777 /mcloud/cmp_main/data &&…
-
在 腾讯云的云数据库 Redis 的主从版(CKV) 中报错:Redis error ERR unknown command BRPOP or not support now Redis command was BRPOP 的分析解决
1、报错:yii/db/Exception: Redis error: ERR unknown command “BRPOP” or not support nowRedis command was: BRPOP yii/db/Exception: Redis error: ERR unknown command "BRPOP" or not …
-
阿里云上OSS文件启用CDN后,text/javascript格式文件未进行gzip压缩的解决流程!
1、百度站长平台页面优化建议,提示启用gzip压缩 百度站长平台页面优化建议,提示启用gzip压缩 2、启用gzip压缩详情 启用gzip压缩详情 3、OSS的gzip支持格式中未包含text/javascript OSS的gzip支持格式中未包含text…
-
Key conedevelopment/blade-filters is a duplicate in ./composer.json at line 91。Warning: The lock file is not up to date with the latest changes in composer.json
1、执行 composer install 时,报错:Class ‘Pine/BladeFilters/BladeFilters’ not found。如图1 图1 > Illuminate/Foundation/ComposerScripts::postAutoloadDump > @php artisan package:disco…
-
基于KVM虚拟化快速构建云平台
01 Nano介绍 基于KVM虚拟化快速构建 官网 https://nanos.cloud/ 今天我推荐一款更加轻量的虚拟机管理平台,那就是Nano Nano是基于KVM技术,使用Go语言开发,简单易学的虚拟机管理软件,从Web管理门户、主机监控、镜…