Category: Windows 10 Professional
-
Post Views: 68 Continue to the previous article: Preparation before installation has been completed (FAT32 partition + easyuefi startup item)This article contains Complete installation process(24 photos) and First boot configuration(4 photos)No U disk, no black screen, everything goes well 1. Start and enter the Ubuntu installation environment 1.1 Select startup items Restart the computer and press continuously during the ThinkPad…
-
Post Views: 67 This article is suitable for scenarios where there is no U disk, want to completely cover the Windows system, single-install UbuntuThis article contains Try twice: Failed to use EasyBCD for the first time, partition + EasyEFI for the second timereal stepping on the pit: Select the wrong hard disk, install Ubuntu to the F disk partition of…
-
Post Views: 17 1. Copy a large number of files in Windows 10, resulting in CPU usage 100% of which makes it impossible to perform other operations (other operations are too slow, basically it will take a few seconds to react.), during this period may also be because I did the operation to delete the folder (size 10GB). as shown…
-
Post Views: 72 1. Redis officially does not have native installation packages under Windows. as shown in Figure 1 2. Reference:The project is no longer actively maintained. If you are looking for a Windows version of Redis, you may need to check Memurai. Please note that Microsoft does not officially recognize the product in any way. Decided to use memurai.…
-
Post Views: 18 1. In Laravel 9, the queue task timeout. Decided to try to verify, the implementation in the task class is as follows. Finally found that it was not in effect on Windows systems. The reason is that the PCNTL PHP extension must be installed to specify the task timeout. But this extension is not available on the…
-
Post Views: 18 1. After downloading the installation package of MySQL 8.0, start the installation. The process prompts: Select products to upgrade. using this wizard you will be able to update your installed products. upgradeable products. MySQL Server can be upgraded from 5.7.19 to 5.7.44. Can’t upgrade to 8.0. as shown in Figure 1 2. Decide to back up the…
-
Post Views: 21 1. Reference:Upgrade PHP to version 7.2 in Windows 10 .Download VS16 x64 Thread Safe, as shown in Figure 1 2. The VC16 x64 version needs to install Visual Studio 2019 x64 Visual C++ Redistributable,Download and install Microsoft Visual C++ Redistributable for Visual Studio 2019 . The latest supported downloads for Microsoft Visual C++ redistributable packages. as shown…
-
Post Views: 52 1. When clearing the table in MySQL 5.7, there are more than 3 million records in the table, and when there are more than 2 million records left, prompt: 1206 – The total number of locks Exceeds the lock tablesize. as shown in Figure 1 2. Reference: The total number of locks exceds. 3. This problem can…
-
Post Views: 45 1. An error is reported when executing YARN-related commands in Windows PowerShell: & as shown in Figure 1 2. Decide to replace & with “&”, and then execute: after the yarn hothop theme build is successful, an error is reported:hothopNot an internal or external command, nor is it a runnable program or batch file. 3. Add yarn…