Year: 2019
-
Post Views: 48 1. Execute the update statement in mysql workbench, the statement is as follows: 2. Error code: 1175, the specific error information is as follows:, as shown in Figure 1 3. Execute the update statement in phpmyadmin, the statement is as follows: the execution is successful, as shown in Figure 2 4. According to the prompts, to disable…
-
Post Views: 16 1. View the commit on the develop branch on GitLab, as shown in Figure 1 2. View the commit on the wx-auth branch on gitlab, as shown in Figure 2 3. In the local repository, switch to the develop branch, right-click, and TortoiseGit -> Merge, as shown in Figure 3 4. From the remotes/origin/wx-auth branch (why the…
-
Post Views: 14 1. Open the desktop application terminal, the interface, as shown in Figure 1 2. Interface: my topic selection (get a list of topics), the response structure in postman, as shown in Figure 2 3. Prototype design on the mobile application side, as shown in Figure 3 4. At this stage: the subsequent iterative development stage, the desktop…
-
Post Views: 15 1. The data structure of the A table, as shown in Figure 1 2. The data structure of the B table, as shown in Figure 2 3. The current requirement is that 8 fields in the A table need to be queried, inserted into the B table, and the following commands are used to create a new…
-
Post Views: 13 1. Check the relevant information of phpinfo(), and confirm to download the version of xdebug, VC15 x64 Thread Safe, as shown in Figure 1 2. Open the URL:https://xdebug.org/download.php, download PHP 7.2 VC15 TS (64 bit), as shown in Figure 2 3. Copy php_xdebug-2.7.1-7.2-vc15-x86_64.dll to C:\php-7.2.14\ext\php_xdebug.dll, in Add a new line to php.ini, restart php 4. Check the…
-
Post Views: 11 1. Error: yii\db\exception: redis error: err unknown command “brpop” or not support now Redis Command Was: BRPOP 2. The commands that are not supported by the CKV master-slave include BRPOP, as shown in Figure 1 3. Decide to switch to the master-slave version (community) of the cloud database Redis, and the supported commands include BRPOP, as shown…
-
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…
-
Post Views: 13 1. Open the URL:http://www.aaaacn.net/wp-admin/install.php,报错:HTTPError 500, as shown in Figure 1 2. Open the URL:http://www.aaaacn.net/phpinfo.php,正常运行,如图2 3. Check virtualhost conf: /usr/local/nginx/conf/vhost/www.aaaacn.net.conf 4. Check rewrite rule: /usr/local/nginx/conf/rewrite/wordpress.conf 5. Check the directory permissions, and find that the files in the WordPress directory, permission users and user groups are no longer WWW, but root, it should be because the files in the…
-
Post Views: 15 1. In phpstorm, the prompt: return value is expected to bearray,boolReturned less… (Ctrl+F1), as shown in Figure 1 2. Return value is expected to bearray,boolReturned Less… (Ctrl+F1) Inspection Info: Return Value Type is not compared with declared. The return value is expected to bearray,boolFewer returned…(Ctrl+F1) Verification information: The return value type is not compatible with the declaration.…