12 2024 档案

摘要:1.安装 新建一个目录GinTest 执行 go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct go mod init test go get -u github.com/gin-gonic/gin 新建main. 阅读全文
posted @ 2024-12-27 13:20 lwx_R 阅读(9) 评论(0) 推荐(0) 编辑
摘要:1.依赖 <!--redisson--> <dependency> <groupId>org.redisson</groupId> <artifactId>redisson-spring-boot-starter</artifactId> <version>3.36.0</version> </de 阅读全文
posted @ 2024-12-19 13:33 lwx_R 阅读(5) 评论(0) 推荐(0) 编辑
摘要:1.依赖 <!-- fastjson2 --> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.49</version> </dependenc 阅读全文
posted @ 2024-12-18 14:27 lwx_R 阅读(10) 评论(0) 推荐(0) 编辑
摘要:1.监控 -- 查询会话 SELECT query, count(0) FROM pg_stat_activity GROUP BY query HAVING count(*) > 1 -- 查询具体select语句 SELECT * FROM pg_stat_activity WHERE datn 阅读全文
posted @ 2024-12-12 09:21 lwx_R 阅读(4) 评论(0) 推荐(0) 编辑

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