Monthly Archive: July 2021

查看每一次获取令牌的 HTTP 请求的具体时间点 0

Connect to the WeChat third-party platform, repair within 1 day, there is a situation where the token is unavailable within 1 day. Re-adjusted rules, minimize the number of HTTP requests to get the tokens, while the token is absolutely permanently valid

浏览量: 14 1. At this stage, the realization of the third-party platform of WeChat is connected. In the interface of receiving verification tickets (receiving the WeChat server push), the token (component_access_token) will be judged...

查看 MySQL 官方文档,参考:https://bugs.mysql.com/bug.php?id=81990 。在 MySQL 版本:5.6.31/5.7.13 中,排序规则,其值为:utf8mb4_unicode_ci 时,皆需要针对 \ 的搜索,再添加 1 根,才能够搜索出结果。此 Bug 在 MySQL 版本:8.0.18 得以修复 0

In Yii 2.0, use the like operator to find \ , the result is empty analysis, because the official bug of the mysql version

浏览量: 13 1. Request parameter: filter[and][0][or][0][title][like]=\, the generated sql is as follows, the search result is empty. as shown in Figure 1 2. Check the value of the field title in the table plan,...