摘要: 1.C++11 weak_ptr智能指针(一看即懂) 2.C++智能指针weak_ptr详解 阅读全文
posted @ 2022-07-12 14:27 泽良_小涛 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_38339025/article/details/89161324 阅读全文
posted @ 2022-07-12 14:02 泽良_小涛 阅读(5) 评论(0) 推荐(0) 编辑
摘要: (1)代码 static string dateStr() { char buf[64] = {0}; time_t tt = time(NULL); strftime(buf, sizeof(buf), "%a, %b %d %Y %H:%M:%S GMT", gmtime(&tt)); retu 阅读全文
posted @ 2022-07-12 13:36 泽良_小涛 阅读(98) 评论(0) 推荐(0) 编辑