2022年2月23日
摘要: 在"项目"->“属性”中的连接器的输入项中添加了 :ws2_32.lib ;再编译就好了 阅读全文
posted @ 2022-02-23 20:18 北京开发 阅读(240) 评论(0) 推荐(0)
摘要: #include <stdio.h>#include <iostream>#include <vector> struct file_info_t{ unsigned long long ud_tm; unsigned int file_len; std::string file_name;}; u 阅读全文
posted @ 2022-02-23 15:43 北京开发 阅读(359) 评论(0) 推荐(0)