Monthly Archive: August 2020

在 CakePHP v2.6.4 中,报错:SQLSTATE[HY000] [2002] Connection timed out。 0

In CakePHP v2.6.4, an error is reported: sqlstate[HY000][2002]Analysis of the connection timed out

浏览量: 12 1. In CakePHP v2.6.4, an error is reported: sqlstate[HY000][2002]connection timed out. as shown in Figure 1 2. Print the database connection information and find that the host address is the intranet IP,...

查看容器的日志,成功运行,符合预期。 0

Copy files to NAS storage at container startup, based on CakePHP v2.6.4 implementation

浏览量: 13 1. At this stage, there is a new requirement, and it is necessary to do some initial data work for the product when deploying the product. Prepare the corresponding SQL file, but...

打开 Windows PowerShell,运行命令:gcc -v,将会显示 Mingw-w64 的组件列表。安装成功。 0

Install MinGW-W64 under Windows 10 64 bit

浏览量: 13 1. The full name of MinGW is: Minimalist GNU on Windows. Open URL:http://www.mingw-w64.org/doku.php/download, select MinGW-W64-Builds. as shown in Figure 1 2. Download the package name: mingw-w64-install.exe. Error during installation: cannot download repository.txt....

进入目录:E:\wwwroot\creditshop\app\Console,执行:./cake hello,报错:Error Shell class HelloShell could not be found. 0

Run in CakePHP v2.6.4: ./cake hello, error: error shell class helloshell could not be found.

浏览量: 17 1. Reference URL:https://book.cakephp.org/2/en/console-and-shells.html, create a simple hello world shell. In the application’s console/command directory, create helloshell.php. 2. Enter the directory: e:\wwwroot\creditshop\app\console, execute: ./cake hello, report an error: error shell class helloshell could...

查看环境变量未被替换的容器的日志。无相应环境变量已被替换的提示。且报错:Invalid Date Invalid Date grabbing logs: EOF。即无效的日期 获取日志:EOF。 0

Upgrade the container in Rancher, the same image address, the environment variable has the container has been replaced, and the analysis solution with the container has not been replaced

浏览量: 14 1. Enter the container that the environment variable has been replaced, a configuration file, which is in line with expectations. as shown in Figure 1 2. Enter a container that has not...