2022年4月13日

摘要: 用sudo dnf install @mysql安装mysql报错Failed to download metadata for repo‘AppStream’「CentOS」 原因 CentOS Linux 8 已于 2021 年 12 月 31 日结束生命周期 (EOL)。这意味着 CentOS 阅读全文
posted @ 2022-04-13 14:29 一群bug 阅读(261) 评论(0) 推荐(0)
 
摘要: 1.用到了mysql里面自带的一个表 mysql.help_topic SELECT u.nearHall, SUBSTRING_INDEX( SUBSTRING_INDEX( u.nearHall, ',', b.help_topic_id + 1 ), ',', - 1 ) AS spitId 阅读全文
posted @ 2022-04-13 11:08 一群bug 阅读(788) 评论(0) 推荐(1)