09 2024 档案

摘要:报错: SQL 错误 [1267] [HY000]: Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLICIT) for operation '=' 解决方式 ALTER DATA 阅读全文
posted @ 2024-09-27 09:16 漠孤烟 阅读(97) 评论(0) 推荐(0) 编辑
摘要:https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_flush_log_at_trx_commit 阅读全文
posted @ 2024-09-13 11:37 漠孤烟 阅读(8) 评论(0) 推荐(0) 编辑
摘要:下载 https://forge.rust-lang.org/infra/archive-stable-version-installers.html Windows: x86_64-pc-windows-gnu windows配置path RUST_HOME=D:\your_dir\rust-1. 阅读全文
posted @ 2024-09-08 16:52 漠孤烟 阅读(11) 评论(0) 推荐(0) 编辑
摘要:查看物理核心数 less /proc/cpuinfo | grep 'cpu cores' | uniq 查看逻辑核心数 lscpu | grep "^CPU(s):" | head -n 1 阅读全文
posted @ 2024-09-06 08:25 漠孤烟 阅读(15) 评论(0) 推荐(0) 编辑
摘要:在工程pom.xml下配置: <distributionManagement> <snapshotRepository> <id>maven-snapshots</id> <url>http://your_host:port/repository/maven-snapshots/</url> <sn 阅读全文
posted @ 2024-09-04 09:26 漠孤烟 阅读(53) 评论(0) 推荐(0) 编辑
摘要:Spring Boot 3.3 & CDS: https://www.jdon.com/75227.html 阅读全文
posted @ 2024-09-03 15:37 漠孤烟 阅读(47) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示