Hugo 2021.9.10 2021.12.18 Roams 2553 6 分钟 Hugo hugo相关 安装 1 brew install hugo 使用 新建site 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21…… 阅读更多 »
MySQL 2021.9.10 2023.9.28 Roams 1604 4 分钟 MySQL mysql mysql官方安装 https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.32-linux-glibc2.17-aarch64.tar.gz 根据上面拼接版本 mysql多集群方案 https://www.cnblogs.com/rouqinglangzi/p/10921982.html MHA 可以参考这篇文章 各个…… 阅读更多 »
Web Experiences 2021.9.10 2023.9.28 Roams 1105 3 分钟 Web Experiences 尽量不要使用或者开发不明意义的API接口 比如addorupdate这种 add就是…… 阅读更多 »
Go Basics 2021.9.9 2023.9.28 Roams 1544 4 分钟 Go Basics 基本语法 建议大家过一遍goexample的例子, 如果大家用emacs,可以org…… 阅读更多 »