摘要: 参考: https://www.cnblogs.com/raphael5200/p/5996464.html 代码实现 ``` import lombok.extern.slf4j.Slf4j; import java.net.*; import java.util.Enumeration; @Sl 阅读全文
posted @ 2023-06-11 22:41 spiderMan1-1 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/yqwang75457/article/details/117815474 # 1、原理 AK/SK: AK:Access Key Id,用于标示用户。 SK:Secret Access Key,是用户用于加密认证字符串和用来验证认证字符串的密钥,其 阅读全文
posted @ 2023-06-11 22:35 spiderMan1-1 阅读(2794) 评论(0) 推荐(1) 编辑