12 2021 档案

摘要:#include <iostream> #include <string> #include <vector> std::shared_ptr<std::vector<std::string>> AssignValue() { std::vector<std::string> str_v1; std 阅读全文
posted @ 2021-12-21 00:06 strive-sun 阅读(4569) 评论(0) 推荐(0)
摘要:void Utf8ToUtf8Bom(const wchar_t* filename) { std::ifstream infile; std::string strline; std::string strresult; // BOM HEADER char c1 = (char)0xEF; ch 阅读全文
posted @ 2021-12-06 19:40 strive-sun 阅读(352) 评论(0) 推荐(0)