摘要: If you want to convert a timestamp from one timezone to another, use withZoneSameInstant(). withZoneSameLocal() will change the zone but keep all the 阅读全文
posted @ 2025-02-20 15:28 cyj2024 阅读(5) 评论(0) 推荐(0) 编辑
摘要: AsyncResult 阅读全文
posted @ 2025-02-20 13:04 cyj2024 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ibatis基本操作 import java.util.List; import org.apache.ibatis.annotations.Delete; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.a 阅读全文
posted @ 2025-02-19 12:21 cyj2024 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 登录某个container docker exec -it contain-name bash 查看某个container的相关log docker logs nginx docker ps 相关例子 docker ps --no-trunc docker ps –format=json docke 阅读全文
posted @ 2025-02-18 16:36 cyj2024 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 查看某个表的结构 如下例为查看表VM的数据结构 select TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, IS_NULLABLE, DATA_TYPE, COLUMN_TYPE, COLUMN_KEY from information_schema.columns 阅读全文
posted @ 2025-02-18 16:26 cyj2024 阅读(2) 评论(0) 推荐(0) 编辑
摘要: OneToOne, OneToMany, ManyToOne 可配置属性 CascadeType.cascade=ALL is equivalent to cascade={PERSIST, MERGE, REMOVE, REFRESH, DETACH}. orphanRemoval Whether 阅读全文
posted @ 2025-02-18 16:25 cyj2024 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.geeksforgeeks.org/java-debugger-jdb/ https://docs.oracle.com/en/java/javase/17/docs/specs/man/jdb.html Java Debugger (JDB) is a command 阅读全文
posted @ 2025-02-18 16:04 cyj2024 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考 https://learn.microsoft.com/en-us/windows/wsl/basic-commands#install https://learn.microsoft.com/en-us/windows/wsl/install List available Linux dis 阅读全文
posted @ 2025-01-14 16:03 cyj2024 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 实时检测linux cpu运行频率 watch -n 1 "grep \"^[c]pu MHz\" /proc/cpuinfo" 利用export设置环境变量 export http_proxy='http://127.0.0.1:7890' 利用unset取消环境变量 unset HTTP_PRO 阅读全文
posted @ 2024-12-23 09:43 cyj2024 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://standards.iso.org/ittf/PubliclyAvailableStandards/ 阅读全文
posted @ 2024-11-10 19:11 cyj2024 阅读(1) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示