上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 76 下一页
摘要: 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 阅读(309) 评论(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 阅读(19) 评论(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 阅读(1) 评论(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 阅读(7) 评论(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 阅读(7) 评论(0) 推荐(0) 编辑
摘要: nohup ./h1 >>write.log |tail -f write.log 阅读全文
posted @ 2023-06-04 09:44 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: sudo apt install g++-12 阅读全文
posted @ 2023-05-30 17:47 FredGrit 阅读(302) 评论(0) 推荐(0) 编辑
摘要: for im in *;do xdg-open ${im};done; 阅读全文
posted @ 2023-05-30 15:41 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Copy from https://libxlsxwriter.github.io/getting_started.html 1 sudo apt-get install libxslt-dev 2. git clone https://github.com/jmcnamara/libxlsxwri 阅读全文
posted @ 2023-05-30 10:12 FredGrit 阅读(218) 评论(0) 推荐(0) 编辑
摘要: #include <chrono> #include <condition_variable> #include <ctime> #include <curl/curl.h> #include <curl/easy.h> #include <fstream> #include <future> #i 阅读全文
posted @ 2023-05-26 11:34 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 76 下一页