Tag: prefix
-
Post Views: 25 1. /page-editor/?pageid=1833011727099722 Open response 200. as shown in Figure 1 2. /page-editor/mobile?pageid=1833011727099722&type=mobile Now open the response 404 . as shown in Figure 2 3. Now there is only one index.html file under the directory backend\web\page-editor. Page-editor is implemented based on Vue. The existing Nginx configuration is as follows: 4. When nginx matches /page-editor/mobile, the /page-editor/ location will…
-
Post Views: 22 1. The structure when the request responds successfully. as shown in Figure 1 2. However, at this stage, there is no security verification for the request parameters. Reference:https://lighthouse-php.com/master/security/validation.html#single-arguments. Lighthouse allows you to use Laravel’s validation in queries and changes. 3. The change of this GraphQL API has only one request parameter, that is, themeID, and only need…
-
Post Views: 17 1. When pushing based on TortoiseGit, prompt: The input source reference is not clear, as shown in Figure 1 2. Analyze the reason, it is that there are branches and labels with the same name at the same time, the name is: fixbug-1.3.26-alpha.3, as shown in Figure 2 3. According to the prompt, add refs/heads/ as the…
-
Post Views: 46 1. Execute the command and report an error: php warning: strpos(): empty needle in E:\WWWRoot\PCS-API\Vendor\yiisoft\yii2\log\target.php on line 243, as shown in Figure 1 2. View \console\runtime\logs\app.log 3. Edit on the command line 4. Edit on the command line. Once an exception is thrown in the console command line, when writing to the log, an error will be…