摘要:
套接字地址结构 套接字编程中,五元组是广为人知的. (host_ip, host_port, target_ip, target_port, protocol) . 其中 ip 和 port 就是由套接字地址结构来表示的, 无论是Server端监听的 ip 和 port 或是客户端连接的服务端的地址 阅读全文
摘要:
LeetCode 第650题 Initially on a notepad only one character 'A' is present. You can perform two operations on this notepad for each step: 1. Copy All: Yo 阅读全文