上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 120 下一页
摘要: #include <atomic> #include <chrono> #include <cmath> #include <condition_variable> #include <cstddef> #include <forward_list> #include <fstream> #incl 阅读全文
posted @ 2023-06-16 18:12 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: #include <atomic> #include <chrono> #include <cmath> #include <condition_variable> #include <cstddef> #include <forward_list> #include <fstream> #incl 阅读全文
posted @ 2023-06-14 15:30 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: Copy from https://www.makeuseof.com/fix-read-error-on-swap-device-ubuntu/ sudo swapoff /swapfile Once the swap file has been disabled, you are ready t 阅读全文
posted @ 2023-06-13 10:34 FredGrit 阅读(595) 评论(0) 推荐(0)
摘要: #include <atomic> #include <chrono> #include <ctime> #include <fstream> #include <future> #include <iomanip> #include <iostream> #include <map> #inclu 阅读全文
posted @ 2023-06-12 22:07 FredGrit 阅读(31) 评论(0) 推荐(0)
摘要: #include <chrono> #include <ctime> #include <fstream> #include <iomanip> #include <iostream> #include <sstream> #include <thread> #include <uuid/uuid. 阅读全文
posted @ 2023-06-05 23:44 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: #include <atomic> #include <chrono> #include <cmath> #include <condition_variable> #include <cstddef> #include <forward_list> #include <fstream> #incl 阅读全文
posted @ 2023-06-05 17:58 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: //tree.cpp #pragma once #include <iostream> class node { public: int data; node *left; node *right; node(int val) { data = val; left = NULL; right = N 阅读全文
posted @ 2023-06-05 15:22 FredGrit 阅读(27) 评论(0) 推荐(0)
摘要: nohup ./h1 >>write.log |tail -f write.log 阅读全文
posted @ 2023-06-04 09:44 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: sudo apt install g++-12 阅读全文
posted @ 2023-05-30 17:47 FredGrit 阅读(537) 评论(0) 推荐(0)
摘要: for im in *;do xdg-open ${im};done; 阅读全文
posted @ 2023-05-30 15:41 FredGrit 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 120 下一页