Year: 2021
-
Post Views: 17 1. Query sql error: sqlstate[42000]: Syntax Error or Access Violation: 1055 expression #2 of select list is not in group by clause and contain Nonaggregated Columnmodel.group_idwhich is not functionally depend on columns in group by cluse; as shown in Figure 1 2. Connect mysql in the container and execute the command: mysql -h127.0.0.1 -u username -p password.…
-
Post Views: 17 1. The error is reported when uploading the picture file, because the picture in GIF format is uploaded, which is treated as a JPEG format. as shown in Figure 1 2. Check the corresponding code implementation. 3. Decide to judge the extension of the file after receiving the request. Reference URL:https://github.com/symfony/symfony/blob/3.0/src/Symfony/Component/HttpFoundation/File/UploadedFile.php. Returns the original file extension. How…
-
Post Views: 19 1. The HTTP request failed, and an error is reported: CURL Error: #55 – TCP Connection Reset by Peer. When requesting the Penguin video file sharding upload interface. as shown in Figure 1 2. View the size of the video file: 1554129526 / 1024 / 1024 = 1482.13 MB. as shown in Figure 2 3. View the…
-
Post Views: 16 1. In Laravel 8.6.3, Laravel Breeze is installed, and when executing npm run dev, an error is reported: You are using an unsupported version of node. Please update to at least node v12.14. as shown in Figure 1 2. Check the version of Node.js: v8.10.0. The required version is at least: Node v12.14. as shown in Figure…
-
Post Views: 49 1. Composer detected issues in your platform: your composer dependencies require a php version “>= 7.3.0”.. Composer detects a problem in your platform: your composer dependency requires the PHP version of “>= 7.3.0”. as shown in Figure 1 2. The root cause is that the program needs to be deployed on the cloud server of Huawei Cloud’s…
-
Post Views: 15 1. Weibo We-Media Access Platform – The headline article opens the interface response, code: 10008, information: param content invalid. as shown in Figure 1 2. Decide to analyze the data of the content, put the content of the content into the notepad file, its size is: 175 KB. The content is as follows. as shown in Figure…
-
Post Views: 19 1. Reference URL:https://www.shuijingwanwq.com/2021/01/26/4703/. The analysis result is: the content of the article violates the Weibo Community Convention. However, this time it is the same article, and it is sent to 6 Weibo accounts in a short time. Only 1 Weibo account was successfully published, and the other 5 Weibo accounts failed to publish. Failure information: Create statuses…
-
Post Views: 18 1. At this stage, there is a requirement, and it is necessary to send the corresponding operation logs generated to the log system of the middle platform in an interface call. The log system interface of Zhongtai supports multiple log records at the same time. Therefore, it is decided to plan to first save the generated N…