error
-
在 K8s 中 HTTP 响应 502,message:An invalid response was received from the upstream server
1、在 K8s 中 HTTP 响应 502 Bad Gateway,message:An invalid response was received from the upstre…
-
在 MySQL Query Brower 中导入过大的 SQL 文件
1、由于在 phpMyAdmin 中无法导入过大的 SQL 文件,因此决定在 MySQL Query Brower 中导入,如图1 图1 2、SQL 文件大小为:186MB,如图2…
-
在CnetOS中使用zip命令出现:zip I/O error:No such file or directory的解决实现!
zip I/O error:No such file or directory 查看UploadFiles中的目录结构,准备实现压缩目录分拆 执行:zip -r 2011.zip …
-
在 Windows 10 、OpenResty 下同样配置,一者响应 200、一者响应 404 的排查分析
1、https://wshop-master.local/robots.txt ,响应 404。如图1 图1 2、但是,https://wshop.local/robots.txt…
-
欧易(okex) APP 登录时报错:url:https://api.geetest.com/gt_judgement?pt=2,error:java.net.SocketTimeoutException:Read timed out
1、欧易(okex) APP 登录时报错:url:https://api.geetest.com/gt_judgement?pt=2,error:java.net.SocketTi…
-
在 Yii 2.0 中报错:Exception ‘yii/base/InvalidConfigException’ with message ‘Unable to locate message source for category ‘error’.’
1、在 Yii 2.0 中报错:Exception ‘yii/base/InvalidConfigException’ with message ̵…
-
在 CakePHP v2.6.4 中运行:./cake hello,报错:Error Shell class HelloShell could not be found. 的分析解决
1、参考网址:https://book.cakephp.org/2/en/console-and-shells.html ,创建一个简单的 Hello world shell。 在…
-
在本地环境中,测试队列(Yii2 队列扩展,queue/run 命令)模式下的并行运行
1、参考网址:https://www.shuijingwanwq.com/2021/01/22/4698/ 。queue/run 命令替换 queue/listen 命令。在本地环…
-
基于 Yii 2.0 上传文件时,可接受上传的文件扩展名列表中已经添加:.jpg,仍然不允许上传的解决
1、可接受上传的文件扩展名列表:ogg, pdf, xml, zip, gz, mp4, mp3, wav, webm, gif, jpeg, jpg, png, webp, sv…
-
基于 yiisoft/yii2-app-advanced,在 GitHub 上新建仓库 yii2-app-advanced,新建接口应用(实现 RESTful 风格的 Web Service 服务的 API),实现模型分层:数据层、逻辑层,明确公共目录、应用、模块的继承、引用关系 (二)
1、定义与规范:定义:(1)数据层:models 用于定义数据相关的自动验证和自动完成和数据存取接口;(2)逻辑层:logics 用于定义数据相关的业务逻辑; 规范:(1)/com…