03 2025 档案

摘要:##```create_database.cpp``` ``` #define _CRT_SECURE_NO_WARNINGS // 仅在 Windows 下使用,可通过条件编译处理 #ifdef _WIN32 #include <windows.h> #endif #include <sql.h> 阅读全文
posted @ 2025-03-23 16:25 小犟 阅读(41) 评论(0) 推荐(0)
摘要:## threadbase2.h // c++11 #ifndef _THREADBASE2_H_ #define _THREADBASE2_H_ #pragma execution_character_set("utf-8") #include <iostream> #include <threa 阅读全文
posted @ 2025-03-17 11:22 小犟 阅读(52) 评论(0) 推荐(0)