上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页
摘要: https://www.inf.hs-flensburg.de/lang/algorithmen/sortieren/bitonic/oddn.htm 阅读全文
posted @ 2021-03-07 23:12 stdpain 阅读(67) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/51235355/comparison-object-being-invocable-as-const 阅读全文
posted @ 2021-02-19 13:45 stdpain 阅读(833) 评论(0) 推荐(0) 编辑
摘要: #include <time.h> #include <chrono> #include <iostream> #include <string> int main() { time_t now = time(nullptr); //获取UTC时间 tm local_tm_now; if (loca 阅读全文
posted @ 2021-02-09 12:54 stdpain 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Install: https://blog.csdn.net/yulsh/article/details/91790804 https://www.cnblogs.com/yuezhimi/p/10272738.html Command: https://www.linuxprobe.com/kvm 阅读全文
posted @ 2021-01-23 13:07 stdpain 阅读(55) 评论(0) 推荐(0) 编辑
摘要: https://easyperf.net/blog/2017/10/24/Vectorization_part1 https://15721.courses.cs.cmu.edu/spring2018/schedule.html https://gcc.gnu.org/onlinedocs/gcc/ 阅读全文
posted @ 2021-01-14 14:01 stdpain 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 现象:服务器CPU使用率非常高: 搜索了一下这个进程,起初认为是系统的swap进程,但是我们服务器的swap空间大小设置为0,因此怀疑可能是中了挖矿木马。 查看了一下远端连接,发现一些奇怪的ip 搜索了一下,ip来源国外,而且其他人也有中招的,凉凉了。。。 这个文章分析的不错: https://bl 阅读全文
posted @ 2021-01-11 13:28 stdpain 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 挂载一个20G tmpfs mount -t tmpfs -o size=20G tmpfs $DESTDIR 阅读全文
posted @ 2020-12-01 11:21 stdpain 阅读(871) 评论(0) 推荐(0) 编辑
摘要: sed -ir 's/(.){1}$//' lineorder_2.tbl 阅读全文
posted @ 2020-11-26 11:14 stdpain 阅读(528) 评论(0) 推荐(0) 编辑
摘要: #查看rpath: readelf -d $bin #设置rpath patchelf --set-rpath 'path' $bin patchelf --set-rpath '$ORIGIN/../lib' $bin #设置 dynamic linker patchelf --set-inter 阅读全文
posted @ 2020-11-13 11:15 stdpain 阅读(190) 评论(0) 推荐(0) 编辑
摘要: git config --add core.filemode false 阅读全文
posted @ 2020-11-11 10:16 stdpain 阅读(267) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页