大数据
-
在 Chrome 浏览器中,浏览 Swoole 官方文档,使用鼠标选中的部分,调整其背景颜色
1、在 Chrome 浏览器中,浏览 Swoole 官方文档,使用鼠标选中的部分,其背景颜色过淡,为灰蓝色,与文字颜色对比不够明显,如图1 图1 2、打开 Chrome 扩展程序,获取更多扩展程序,如图2 图2 3、在 Chrome 应用商店…
-
在php5.6下Hprose for PHP报错:Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version.的解决
1、打开:https://github.com/hprose/hprose-php/blob/master/README_zh_CN.md ,下载Hprose for PHP; 2、以http://www.hprose1.com/http_server.php为服务端,运行结果如图1: 以http://www.hprose1.com/http_ser…
-
在 Postman 中报错:Self-signed SSL certificates are being blocked 的分析与解决
1、在 Postman 中请求:https://api.channel-pub.wjdev.chinamcloud.cn/qq/v1/qq-cw-apps?group_id=spider ,报错:Self-signed SSL certificates are being blocked,如图1 图1 Could not get any response There …
-
执行:composer update 时,提示:No valid bower.json was found in any branch or tag of https://github.com/blueimp/JavaScript-Canvas-to-Blob.git, cou ld not load a package from it. 的解决
1、执行:composer update 时,提示:No valid bower.json was found in any branch or tag of https://github.com/blueimp/JavaScript-Canvas-to-Blob.git, could not load a package from it. 如图1 图1 2、执行…
-
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 &&…