Category: Windows 10

  • Post Views: 18 1. When using the Windows Photo Viewer, it prompts: Windows Photo Viewer cannot display this picture because the available memory on the computer may be insufficient. Please close some programs that are not currently in use or release some hard disk space (if the hard disk is full), and try again. as shown in Figure 1 2. When viewing the large icon, it can be displayed normally, as shown in Figure 2 3. Check the file size: 88.0 KB, the file is not large. as shown in Figure 3 4. Check the available memory on the computer:…

  • Post Views: 15 1. In Windows 10 64-bit, PHP 7.4.6, an error is reported: php warning: php startup: unable to load dynamic libraryimagick(Tried: c:/php-7.4.6/ext\imagick, as shown in Figure 1 2. Reference:https://www.shuijingwanwq.com/2017/08/30/1768/, had a similar problem in PHP 7.0 before 3. Open:http://windows.php.net/downloads/pecl/deps/, download: imagemagick-7.0.7-11-vc15-x64.zip, as shown in Figure 2 4. Create a new directory: C:\imagemagick-7.0.7, copy the directory: d:\soft\imagemagick-7.0.7-11-vc15-x64\bin All files below to the directory: C:\ImageMagick-7.0.7, as shown in Figure 3 5. Update environment variables: C:\imagemagick-6.9.3-7-vc14-x64 is C:\imagemagick-7.0.7, as shown in Figure 4 6. Update system variable: magick_home, its value is: C:\imagemagick-6.9.3-7-vc14-x64, the update is: C:\imagemagick-7.0.7, as shown in Figure 5…

  • Post Views: 15 1. Edit .gitignore and add /vendor to the git warehouse, as shown in Figure 1 2. Failed to build in Jenkins, check Console output. as shown in Figure 2 3. Docker deployment, delete the composer install. Edit Dockerfile. as shown in Figure 3 4. Build successfully in Jenkins. as shown in Figure 4 5. Failed to start in Rancher, check the log. as shown in Figure 5 6. Edit build/c_files/config/init/console_init.sh. Delete the related commands for $PCS_API_CFG_MIGrate == “true”. as shown in Figure 6 7. Start successfully in Rancher, check the log. as shown in Figure 7 8.…

  • Post Views: 14 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 the Nginx configuration file and copy the server: API to the server: localhost API. Adjust Listen 81, server_name localhost, fastcgi_pass 127.0.0.1:9001. A total of 3 configuration values. Figure 2, Figure 3   3. Open a new PowerShell window and execute php-cgi.exe -b 127.0.0.1:9001-c c:/php-7.2.14/php.ini, as shown in Figure 4 4. Nginx + php-fpm in the case of Windows 10, when in a request (http://api.channel-pub-api.localhost)中curl another…

  • Post Views: 17 1. Open the Help and Feedback – Help page, which is the current default browser for Windows 10. The new Microsoft Edge was released in January 2020. Download the new version of Microsoft Edge, as shown in Figure 1   2. Download for Windows 10, download the corresponding software under Windows 10, as shown in Figure 2 3. Open MicrosoftEdgeSetup.exe, get a new Microsoft Edge, and close Microsoft Edge to install a new version, as shown in Figure 3 4. Import browser data from Google Chrome, as shown in Figure 4 5. Open Help and Feedback –…

  • Post Views: 12 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 PHP package repository:https://packagist.org, search: jamesheinrich / getid3 , get the search result: james-heinrich/getid3, as shown in Figure 1 3. In PowerShell, execute the installation command: composer require james-heinrich/getid3, prompt ( ssl: handshake timeout; unable to enable encryption; unable to open stream: operation failed ), as shown in Figure 2 4. Reference URL:https://www.shuijingwanwq.com/2019/12/28/3784/, set the http proxy in cmd, execute the installation command again, the installation…

  • Post Views: 95 1. In the Google Chrome browser, after today’s Toutiao is opened, it is blank, as shown in Figure 1 2. Check the console, report an error: access to xmlHttpRequest athttps://verify.snssdk.com/reportErrorfrom originhttps://www.toutiao.comHas been blocked by cors policy: request header field ra-ver is not allowed by access-control-allow-headers in preflight Response. As shown in Figure 2 3. Clear browsing data, including basic and advanced, still blank, as shown in Figure 3 4. Open a new Wuhen window, after opening Toutiao, it is normal, check the console, no error is reported, as shown in Figure 4 5. Comparison request: https://verify.snssdk.com/reportError Response,…

  • Post Views: 15 1. The Go doc tool can only obtain the comments in ../go/src in the go installation directory. In addition, it can also be used as a local document to browse the web server. Enter godoc -http=:6060 on the command line and open it with a browserhttp://localhost:6060After that, you can see the page provided by the local document browsing server. Reference URL:https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/03.6.md 2. Run godoc -http=:6060 on the command line, and an error is reported: The “godoc” item cannot be recognized as a cmdlet, a function, a script file or a runable program name. Please check the spelling…

  • Post Views: 14 1. When the data length of PA_LOG is: 6.16 GB, as shown in Figure 1 2. Get the first page of the log list, the response time is about 1000ms, which is acceptable, as shown in Figure 2 3. Get the last page of the log list, the response timeout: 504 gateway time-out, as shown in Figure 3 4. Manually execute SQL, the query time length is: 57.715s, as shown in Figure 4 5. Realize the automatic timing deletion of log messages, refer to the URL:https://www.shuijingwanwq.com/en/2019/10/09/11549/, to avoid infinitely increasing the amount of data in the log…

👨‍💻 Personal Brand

Wang Shiqiang | PHP & Go Technical Consultant

15+ years of backend development experience specializing in system maintenance, architecture optimization, performance tuning, and Linux administration.

Technical blogger since 2013 with 1,000+ original articles.

Available for consulting, long-term maintenance, and remote collaboration.

👉 About Me & Contact

.env (14) 404 (13) add (17) Aliyun (19) Apache (13) Array (19) browser (14) Cache (13) CentOS (23) chrome (18) Client (11) command line (13) composer (42) composer.json (22) composer install (13) composer update (14) console (14) Container (25) curl (15) Database (11) database migration (16) delete (32) Docker (31) Dockerfile (15) ECS (12) environment variable (20) error (24) escape (12) Failed (13) file (16) filter (20) fopen (11) FORMAT (12) function (13) Git (27) GitHub (16) Gitlab (15) Go (34) Go 1.26 (12) GraphQL (24) GraphQL API (14) hosts (11) http (21) https (20) Installation (13) Interface (19) Jenkins (12) Jquery (13) json (24) Laravel (36) Laravel 6 (56) Laravel 9 (25) Lighthouse (17) Lighthouse 5 (14) Linux (15) Memory (11) Migrate (13) Migration (11) Module (17) MySQL (76) MySQL 5.7 (21) Nginx (45) Node.js (12) normalize.css (29) OKX (15) PHP (63) php.ini (24) PHP 7.1.12 (22) PHP 7.4 (26) phpmyadmin (15) PhpStorm (24) Polylang (24) postman (18) Query (17) queue (16) Rancher (24) Redis (38) Refactoring (12) require (12) response (13) RESTful (27) RESTful API (23) rules (12) setting (12) Shell (13) Shopify (19) Shopify CLI (12) SQL (24) String (15) TortoiseGit (15) Ubuntu (35) update (20) VPN (13) Windows 10 (46) WireGuard (22) WordPress (48) Wstunnel (11) Yii (40) Yii 2 (70) Yii 2.0 (51)

June 2026
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930