架构设计
-
在 PHP 中基于 HTTP 协议检测文件的大小(即不下载文件的情况下,获取远程文件的大小),使用文件系统函数 fopen — 打开文件或者 URL
1、在实现渠道发布的过程中,存在待上传至渠道的文件过大的情况,进而导致上传失败。比如说抖音,暂时限制为 128 MB。如图1 图1 2、但是现阶段的实现逻辑是,先基于文件的 HTT…
-
在 PHP 中检测 HTML 中是否存在特定标签的实现
1、将一篇文稿发布至微信的时候,微信响应失败:错误代码:45166,错误信息:invalid content hint: [pzRHda0286d228] rid: 61041ff…
-
在 Yii 2.0 中实现国际化,翻译英文描述中的一部分为中文描述(微信接口返回的英文信息)
1、在请求微信接口时,返回码:45028,返回的英文信息:has no masssend quota rid: 6103df2e-1505ba73-0eb14e1c。如图1 图1 …
-
在 WordPress 中安装:Yoast SEO 插件,以提升个人博客在搜索引擎中的索引量,进而提升搜索引擎带来的浏览量
1、在 Google 中搜索:site:www.shuijingwanwq.com,其索引量为 1240。如图1 图1 2、在 百度 中搜索:site:www.shuijingwa…
-
在 Yii2 队列扩展 中报错:The process “‘/usr/local/php/bin/php’ ‘/mcloud/www/ccp_api/yii’ ‘pub-article-queue/exec’ ‘103’ ‘300’ ‘1’ ‘3555’ ‘–color=’” exceeded the timeout of 300 seconds.
1、在 Yii2 队列扩展 中报错:The process “‘/usr/local/php/bin/php’ ‘/mcloud/w…
-
在更新Hueman Addons时发生了错误:下载失败。 cURL error 18: transfer closed with 2183267 bytes remaining to read,在后台的自动更新实现
1、在更新Hueman Addons时发生了错误:下载失败。 cURL error 18: transfer closed with 2183267 bytes remaining…
-
在 PhpStorm 中设置本地化的中文界面
1、查看 PhpStorm 的当前版本,Help -> About。PhpStorm 2021.1.4。如图1 图1 2、File -> Settings -> …
-
在 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/jenkin…
-
微信第三方应用的授权设计与实现(component_verify_ticket、component_access_token、pre_auth_code)
1、查看网址:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before…
-
xml 数据的解析的重构
1、xml 数据打印如下。如图1 图1 <xml> <AppId> <![CDATA[wxd98c58b273d21bdf]]> </Ap…