上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 123 下一页
摘要: #include <atomic> #include <chrono> #include <cmath> #include <condition_variable> #include <cstddef> #include <forward_list> #include <fstream> #incl 阅读全文
posted @ 2023-06-14 15:30 FredGrit 阅读(24) 评论(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 阅读(621) 评论(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 阅读(32) 评论(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 阅读(15) 评论(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 阅读(20) 评论(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 阅读(544) 评论(0) 推荐(0)
摘要: for im in *;do xdg-open ${im};done; 阅读全文
posted @ 2023-05-30 15:41 FredGrit 阅读(16) 评论(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 阅读(310) 评论(0) 推荐(0)
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 123 下一页