上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 120 下一页
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> #include <pthr 阅读全文
posted @ 2021-12-26 19:35 FredGrit 阅读(31) 评论(0) 推荐(0)
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> #include <pthr 阅读全文
posted @ 2021-12-26 19:22 FredGrit 阅读(41) 评论(0) 推荐(0)
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> #include <pthr 阅读全文
posted @ 2021-12-26 19:05 FredGrit 阅读(40) 评论(0) 推荐(0)
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> #include <pthr 阅读全文
posted @ 2021-12-26 18:24 FredGrit 阅读(42) 评论(0) 推荐(0)
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <string> #include <sstream> #include <unistd.h> #include <fstream> using namespac 阅读全文
posted @ 2021-12-26 14:06 FredGrit 阅读(45) 评论(0) 推荐(0)
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <unistd.h> #include <string.h> #include <ostream> #include <fstream> #include <ss 阅读全文
posted @ 2021-12-25 23:14 FredGrit 阅读(40) 评论(0) 推荐(0)
摘要: 1.The common function #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <unistd.h> #include <string.h> #include <ostream> #include 阅读全文
posted @ 2021-12-25 23:09 FredGrit 阅读(35) 评论(0) 推荐(0)
摘要: #include <iostream>#include <fstream>#include <uuid/uuid.h>#include <ctime>#include <unistd.h>#include <sstream> static char *uuidValue = (char *)mall 阅读全文
posted @ 2021-12-24 17:31 FredGrit 阅读(40) 评论(0) 推荐(0)
摘要: void getSize21() { ifstream wFile; wFile.open("log3.txt",ios::ate); if(!wFile.is_open()) { cout<<"Open log3.txt failed!"<<endl; } streampos size; size 阅读全文
posted @ 2021-12-24 16:38 FredGrit 阅读(57) 评论(0) 推荐(0)
摘要: void getchar14() { char ch; while (1) { ch = getchar(); if(isalpha(ch)) { cout << "ch=" << ch << endl; } } } 阅读全文
posted @ 2021-12-24 15:41 FredGrit 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 120 下一页