摘要: # 查看指定目录下文件所占的空间 du -h ./* 阅读全文
posted @ 2025-08-05 09:55 超级鲨鱼辣椒 阅读(10) 评论(0) 推荐(0)
摘要: 1、LocalDateTime转Date LocalDateTime localDateTime = LocalDateTime.now(); Date date = Date.from(localDateTime.atZone(ZoneId.systemDefault()).toInstant() 阅读全文
posted @ 2025-08-05 09:53 超级鲨鱼辣椒 阅读(32) 评论(0) 推荐(0)
摘要: curl ifconfig.me // 或者 curl icanhazip.com 阅读全文
posted @ 2025-08-05 09:49 超级鲨鱼辣椒 阅读(5) 评论(0) 推荐(0)