摘要:
回文 palindrome Python 字符串反转string[:: 1] Slice notation "[a : b : c]" means "count in increments of c starting at a inclusive, up to b exclusive". If c 阅读全文
摘要:
TCP网络程序设计 一、模型函数化 图片:TCP编程模型 1.1 创建套接字Socket include / See NOTES / include int socket(int domain, int type, int protocol); 1.2 绑定地址 Bind 图片 地址类型Struct 阅读全文