摘要: 1.C++中的大小写的转换:transform(str.begin(),str.end(),str.begin(),::tolower(大写转小写)/::toupper(小写转大写)); 2.STL中字符翻转函数:reverse ( a,a+n ); 阅读全文
posted @ 2022-07-10 15:42 萧海~ 阅读(139) 评论(0) 推荐(0) 编辑
摘要: libcurl是一个免费开源的网络传输库(the multiprotocol file transfer library),支持ftp、ftps、http、https、telnet、ldap、pop3、smtp、rtmp、rtsp、smb等多种协议。libcurl中封装了支持这些协议的网络通信模块, 阅读全文
posted @ 2022-07-10 11:35 萧海~ 阅读(1332) 评论(0) 推荐(0) 编辑