Tag: Process
-
Post Views: 30 As the core feature of the Go language, Goroutine is the key to lightweight concurrency. It is lighter than traditional operating system threads and has lower creation cost. The default initial stack is only 2KB and supports dynamic expansion, which allows developers to easily achieve high concurrency programming. For beginners who are new to Go concurrency, understanding…
-
Post Views: 62 1. What kind of passport do you have now? The application is: ordinary passport (private passport) 2. How to handle (the most recommended)✅ Method: online reservation + offline processing (mainstream) 3. The first step: make an appointment, WeChat applet: Immigration Bureau 12367, Chinese citizen service – on-site certificate appointment – choose to apply for an outlet. as…
-
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: 16 1. The maximum share claimed by Startup must meet the requirements of VIP level + GT position at the same time. as shown in Figure 1 2. GT holdings need 100GT, the available balance is satisfactory. as shown in Figure 2 3. All risk assessments are selected. as shown in Figure 3 4. The estimated payment amount…
-
Post Views: 21 1. In the NetEase Mail Master app, the mailing list prompts: There is no text content in this email, please click to view more details of the email content. as shown in Figure 1 2. Click to enter the email details in the NetEase Mail Master app, prompt: Password verification failed shuijingwanwq@gmail.com password verification failed, please re-authenticate.…
-
Post Views: 16 1. Error in Yii2 queue extension: The process “/usr/local/php/bin/php/mcloud/www/ccp_api/yiipub-article-queue/exec10330013555–color=Exceeded the timeout of 300 seconds. 2. In the queue: pub-article-queue running time exceeds the timeout time limit of 300 seconds. View queue: pub-article-queue configuration items. Maximum time for job processing, in seconds, with a value equal to 300 seconds. 3. Analyze the code, initially suspect that there is…
-
Post Views: 49 1. Since the yiisoft/yii2-composer (2.0.7) cannot be downloaded from dist, now try to download from the source code, the process class depends on proc_open , which is not available in php installation, as shown in Figure 1 2. Edit Dockerfile, delete proc_open, proc_close in disable_functions 3. The previous proc_open and proc_close were also disabled and can be…