上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 94 下一页
摘要: #include <atomic> #include <chrono> #include <cmath> #include <condition_variable> #include <cstddef> #include <forward_list> #include <fstream> #incl 阅读全文
posted @ 2023-06-14 15:30 FredGrit 阅读(11) 评论(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 阅读(401) 评论(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 阅读(23) 评论(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 阅读(2) 评论(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 阅读(8) 评论(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 阅读(10) 评论(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 阅读(402) 评论(0) 推荐(0) 编辑
摘要: for im in *;do xdg-open ${im};done; 阅读全文
posted @ 2023-05-30 15:41 FredGrit 阅读(4) 评论(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 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 94 下一页