计算机天才 2023年02月26日 06:35 饥荒代码测试 //在线lua代码编写运行 https://wiki.luatos.com/_static/luatos-emulator/lua.html 1 游戏研究
计算机天才 2023年01月31日 10:52 git常用操作 比较全面的网站 https://www.cnblogs.com/miracle77hp/articles/11163532.html 笔记 Git
计算机天才 2023年01月31日 10:47 windbg常用命令 https://www.csdn.net/tags/OtTaYgysNDMzNTUtYmxvZwO0O0OO0O0O.html ,讲的很全面。 笔记 Windbg Windows
计算机天才 2023年02月11日 15:06 C++20 concept VS rust trait 这两个差不多,都是对一个对象约束行为,当然也有人持不同意见,如下链接 https://mcla.ug/blog/cpp20-concepts-are-not-like-rust-traits.html C/C++
写 bug 的大耳朵图图 2023年03月12日 08:11 FileBeat+LogStash实现MySQL慢查询日志解析 背景是一个大型营销系统经常出现mysql的慢查询,导致线上服务频繁出现故障,为了查看是哪些sql有问题,并且要支持各种维度的统计查询,所以使用FileBeat+LogStash+ElasticSearch+Kibana实现此需求。本文仅描述如何配置FileBeath和Log... FileBeat LogStash