架构设计
-
基于 yiisoft/yii2-app-advanced,在 GitHub 上新建仓库 yii2-app-advanced,新建远程过程调用应用(实现基于 Hprose 2.0 for PHP 的 RPC 服务端),在 rpc 目录中实现 页面 的相应 RPC 服务,且在 api 目录中的 API 实现 RPC 客户端 (八) (2)
1、在 rpc 目录中实现 页面 的相应 RPC 服务,创建 远程过程调用 HTTP 服务器,新建 /rpc/controllers/ServerController.php &l…
-
在 PHP 7.4 中,带索引检查计算数组的差集,以对比 Body 中的请求参数与缓存中的数组是否相等
1、在 Postman 中 POST:http://api.pcs-api.localhost/v1/mobile/rtcs/invite-accept ,将 Body 中的数据以…
-
在使用 Windows 照片查看器时,提示:Windows 照片查看器无法显示此图片,因为计算机上的可用内存可能不足。请关闭一些目前没有使用的程序或者释放部分硬盘空间(如果硬盘已满),然后重试。的解决
1、在使用 Windows 照片查看器时,提示:Windows 照片查看器无法显示此图片,因为计算机上的可用内存可能不足。请关闭一些目前没有使用的程序或者释放部分硬盘空间(如果硬盘…
-
在使用工商银行信用卡在线支付时失败:该卡曾在银行设置过每月最高消费金额,本次交易已超额。如需提高额度,请联系银行客服 的解决
1、在使用工商银行信用卡在线支付时失败:该卡曾在银行设置过每月最高消费金额,本次交易已超额。如需提高额度,请联系银行客服。如图1 图1 2、登录工商银行 APP,查看卡片详情。月累…
-
在 CentOS 7.5 64 位、PHP 7.4 中报错:PHP Core Warning ‘yii/base/ErrorException’ with message ‘Module ‘zip’ already loaded’ 的分析解决
1、在 CentOS 7.5 64 位、PHP 7.4 中报错:PHP Core Warning ‘yii/base/ErrorException’ wit…
-
在 Yii 2.0 的 RESTful APIs 中,跨域资源共享的实现
1、在域名:http://editorweb.wjdev.chinamcloud.cn 中请求接口:http://api.pcs.wjdev.chinamcloud.cn/v1/p…
-
在 PHP 7.4.6 中报错:Trying to access array offset on value of type bool 的修复
1、在 PHP 7.4.6 中报错:Trying to access array offset on value of type bool,如图1 图1 2、查看代码,打印 $re…
-
在 Yii 2.0 的 RESTful APIs 中,view:返回指定资源的详情,HTTP 动词同时支持 GET 与 POST 的实现
1、在 Postman 中 GET 请求指定资源的详情,响应 200,如图1 图1 2、查看路由配置,代码如下 /* 任务管理 */ [ ‘class’ => ‘yii/re…
-
优化 Composer 自动加载,执行命令:composer dumpautoload -o,提示:Deprecation Notice:does not comply with psr-0 autoloading stan ard. It will not autoload anymore in Composer v2.0. 的分析
1、优化 Composer 自动加载,执行命令:composer dumpautoload -o,提示:Deprecation Notice:does not comply wit…
-
执行 composer update 时,提示:Package codeception/base is abandoned, you should avoid using it. No replacement was suggested. 的解决
1、执行 composer update 时,提示:Package codeception/base is abandoned, you should avoid using it…