永夜 Blog

在 FTP 客户端软件 FlashFXP 中,在根目录新建目录:11,报错:MKD 11 550 Create directory operation failed.。 0

Investigation and analysis of missing file paths uploaded to the FTP server through the FTP protocol

浏览量: 2 1. Upload the file to FTP through the FTP protocol Server, the file path is: 455BA786A7E62DD5CF24F3D6BB32C26C\Source\ft P\2021\9\16\B9CF2265-736A-4DF8-B02B-215B91AD4E3E.mp4. But the actual path in the FTP server is:\Source\FTP\2021\9\16\B9CF2265-736A-4DF8-B02B-215B91AD4E3E.mp4 . Missing path: 455BA786A7E62DD5CF24F3D6BB32C26C. as shown...

启动运行命令成功,查看状态 0

Start run command line based on Workerman in Yii 2.0

浏览量: 3 1. Composer installs Workerman successfully. as shown in Figure 1 2. The Linux system can use the following script to test whether the local PHP environment meets the workerman operation requirements. curl-sshttp://www.workerman.net/check.php|...

在 Chrome 浏览器中打开网址:https://localhost/phpinfo.php ,访问成功,符合预期。 0

Configure https(https://localhost) on the local environment of Windows 10, based on MKCERT

浏览量: 57 1. Now the local environment URL: http://morefun.dev.dev.xxx.cn/ I want to get the cookie data under the development environment: https://.xxx.cn, but found that it cannot be obtained. The reason is the difference between...

在 Windows 10 中执行命令行,报错:Call to undefined function App\Console\Commands\posix_getpid()。 0

Execute the command line in Windows 10 and report an error: call to undefined function app\console\commands\POSIX_Getpid()

浏览量: 2 1. Execute the command line in Windows 10 and report an error: Call to undefined function App\Console\Commands\POSIX_Getpid(). as shown in Figure 1 2. Reference URL:https://www.php.net/manual/zh/intro.posix.php. This extension is not available on Windows...

打开2个命令行窗口,在窗口1中运行队列后,然后在窗口2中运行同样的队列。以确认当同样的队列同时运行时(集群部署时),同一个队列作业是否会重复执行。在执行一段时间后,窗口1已经完成了2个队列作业,窗口2已经完成了3个队列作业。 0

In the local environment, parallel running in the test queue (Yii2 queue extension, queue/run command) mode

浏览量: 2 1. Reference URL:https://www.shuijingwanwq.com/2021/01/22/4698/. The queue/run command replaces the queue/listen command. In the local environment, check the status of the queue of queue/run commands. 2. Check the queue data in redis, cpa:queue:copy:asset.messages. The...