永夜 Blog

在 Opera 浏览器中,打开的网址:https://cmcconsole.flydev.chinamcloud.cn/#/chzh/pcs/da666d1d2d43df871c1804f632d8795d 0

Manually modify the implementation process of HTTPS to HTTP in Opera browser

浏览量: 0 1. In the Opera browser, the opened URL:https://cmcconsole.flydev.chinamcloud.cn/#/chzh/pcs/da666d1d2d43df871c1804f632d8795d, as shown in Figure 1 2. Prepare to manually modify it to:http://cmcconsole.flydev.chinamcloud.cn/#/chzh/pcs/da666d1d2d43df871c1804f632d8795d, the reason is that some links inside are not supported: https ....

在 Jenkins 中配置后,报错:repository 'https://gitlab.chinamcloud.com/pcs/pcs_api.git/' not found 0

Error in Jenkins: Failed to connect to repository command git ls-remote Returned status code 128 analysis solution

浏览量: 51 1. Reference website: https://www.shuijingwanwq.com/en/2020/04/09/9889/ , adjust the group and name of the project in gitlab. 2. After configuring in jenkins, an error is reported: repositoryhttps://gitlab.chinamcloud.com/pcs/pcs_api.git/not found, as shown in Figure 1 3....

在 Postman 中 GET 请求:{{channel_pub_api_host_info}}/qq{{channel_pub_api_base_url}}/qq-cw-apps?group_id=015ce30b116ce86058fa6ab4fea4ac63 ,实际请求网址:http://api.channel-pub-api.localhost/qq/v1/qq-cw-apps?group_id=015ce30b116ce86058fa6ab4fea4ac63 ,环境变量已被替换,符合预期。 0

Set and use variables in Postman, when you need to update the value, you only need to make changes in one location, no need to make changes in multiple locations

浏览量: 2 1. Open the URL of the variable and environment variable:https://learning.postman.com/docs/postman/variables-and-environments/variables/, variables and environment variables. With variables, variables allow you to store and reuse values in requests and scripts. as shown in Figure...

编辑 Nginx 配置文件,修改 server_name 的值:api.channel-pub.wjdev.chinamcloud.cn localhost,以在一个请求(https://api.channel-pub.wjdev.chinamcloud.cn)中 CURL 另一个请求(http://localhost)(总计请求次数为 7),直接请求本机,以节省网络开销。其总体响应时间长度为:1956ms,2 秒左右,符合预期。 0

Nginx + PHP-FPM serial, parallel support analysis, test and solution of serial and parallel support under Windows 10 and CentOS 8

浏览量: 0 1. Nginx + php-fpm in the case of Windows 10, when in a request (http://api.channel-pub-api.localhost)中curl another request (http://api.channel-pub-api.localhost)时,报错:fopen(http://api.channel-pub-api.localhost/qq/v1/articles/standard?group_id=015ce30b116ce86058fa6ab4fea4ac63):Failed to open stream: HTTP request failed! . as shown in Figure 1 2. Edit...

查看 api 应用的 Log Messages,分别请求了 2 次 企鹅号与 1 次 微信。 0

In Yii 2.0, one-key multi-channel publishing (that is, in one interface request, batch call multiple interface requests) is implemented

浏览量: 1 1. In the previous release interface, only one channel is supported for a release. Therefore, the release of the three channels needs to call the interface (APP, Netease account, Weibo) 3 times...

参考网址:https://www.shuijingwanwq.com/2019/12/28/3784/ ,在 cmd 中设置 HTTP 代理,再次执行安装命令,安装成功 0

Installation based on composer: jamesheinrich / getid3, prompts ( ssl: handshake timeout; unable to enable encryption; unable to open stream: operation failed)

浏览量: 0 1. GetID3() is a PHP script that extracts useful information from MP3 and other multimedia file formats. Open URL:https://github.com/JamesHeinrich/getID3 2. Install based on composer: jamesheinrich / getid3. The URL to open the...