Monthly Archive: January 2020

在开启 Schema 缓存后,查看 Redis,键名:sa:cache:84f9ac2fc2a79a80b91b6ddd83286798,已经存在 Schema 缓存数据 0

Yii 2.0 performance optimization on Schema cache

浏览量: 17 1. When the environment of the application running is the development environment, that is, when the value of yii_env is dev, close the schema cache and edit environments/dev/common/config/main-local.php 2. When the application...

在 PowerShell 中输入:netstat -ano,查看所有的端口占用情况,看到程序中的端口(4000)已经在另一个程序中处于活动状态(正在使用中) 0

In the Go Guide, Web server, error report: Listen TCP 127.0.0.1:4000: BIND: only one usage of each socket address (Protocol/Network Address/Port) Is Normally Permitted Analysis Solution

浏览量: 54 1. Refer to the Go guide, web server, write file: web-servers.go 2. Run in PowerShell: go run web-servers.go, report error: listen tcp 127.0.0.1:4000: bind: only one usage of each Socket address (protocol/network...

在 WordPress 中更新时发生了错误:下载失败。 Too Many Requests 0

An error occurred while updating in WordPress: the download failed. Too many requests

浏览量: 12 1. An error occurred while updating in WordPress: the download failed. Too many requests, as shown in Figure 1 2. Open the URL:https://wordpress.org/, Response: 429 Too many requests, so it seems that...

访问 http://localhost:4000/ 时,提示:无法访问此网站 0

Go Guide, Web Server, Accesshttp://localhost:4000/can’t access the analysis of this website

浏览量: 8 1. Refer to the Go guide, web server, write file: web-servers.go 2. Accesshttp://localhost:4000/When prompted: The website cannot be accessed, as shown in Figure 1 3. Run in PowerShell: go run web-servers.go, visit...

获取企鹅号的应用的任务列表,列表中存在 2 条记录,查看获取企鹅号的应用的任务列表的请求参数、响应参数、 SQL 语句,符合预期 0

The task of entering the warehousing success and failure of the warehousing needs to be able to query the design and implementation of the release record (specifically implemented in Yii 2.0) (1)

浏览量: 14 1. Get the task list of the application of the Penguin, the list is empty, as shown in Figure 1 2. Types of published articles: standard (normal, graphic) articles, successful publishing (that...

执行数据库迁移,生成表:预发布日志,查看字段:pub_log_message,其类型为:mediumtext,符合预期 0

Perform database migration in Yii 2.0: Add the MediumText type of the MySQL field

浏览量: 13 1. Perform database migration in Yii 2.0: the MediumText type of MySQL. The four text types are TinyText, Text, MediumText, and LongText. Only supported: text 2. Reference file: \vendor\yiisoft\yii2\db\schemabuildertrait.php, copy to \console\db\mysql\schemabuildertrait.php,...