摘要: pthread_once 初始化函数 结构体大小 线程池 32 64 大小 20190422: -l -Bstatic -Bdynamic http://www.cplusplus.com/reference/cstdio/printf/?kw=printf long printf 格式 2019 阅读全文
posted @ 2018-08-11 14:55 aerfa_liang 阅读(295) 评论(0) 推荐(0) 编辑
摘要: #include <stdlib.h> #include <stdio.h> int num; typedef struct a { int name[60]; int gold; int sliver; int bronze; ListNode list; }infoss; int maxGI, 阅读全文
posted @ 2019-09-16 22:51 aerfa_liang 阅读(118) 评论(0) 推荐(0) 编辑
摘要: #include <stdlib.h> #include <stdio.h> int num; typedef struct a { int name[60]; int gold; int sliver; int bronze; ListNode list; }infoss; int maxGI, 阅读全文
posted @ 2019-09-16 22:42 aerfa_liang 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 前言 由于最近项目中使用了SSL传输,最近对ssl传输和证书认证做了一些学习。由于之前没有了解过,关于这方面的理论知识、相关算法、协议交互、证书认证等还是比较多的。 由于本人也不是专做安全认证方向,不需要对该方面做深入了解。但是基本的原理、经常涉及到的操作还是要学习和掌握的。本文不涉及详细讲解SSL 阅读全文
posted @ 2019-08-25 00:11 aerfa_liang 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 知识点: std::call_once 阅读全文
posted @ 2019-07-07 23:04 aerfa_liang 阅读(72) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Matrix_Yao/archive/2009/12/02/1615295.html 阅读全文
posted @ 2019-05-28 23:14 aerfa_liang 阅读(79) 评论(0) 推荐(0) 编辑
摘要: https://wiki.archlinux.org/index.php/Xrandr_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87) man 命令介绍 https://jlk.fjfi.cvut.cz/arch/manpages/man/xrandr.1 intel 阅读全文
posted @ 2019-05-23 22:43 aerfa_liang 阅读(915) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ssdzdk/article/details/52588415 阅读全文
posted @ 2019-05-18 22:28 aerfa_liang 阅读(105) 评论(0) 推荐(0) 编辑
摘要: http://linux-wiki.cn/wiki/zh-hans/%E8%A1%A5%E4%B8%81(patch)%E7%9A%84%E5%88%B6%E4%BD%9C%E4%B8%8E%E5%BA%94%E7%94%A8 https://blog.csdn.net/menghuanbeike/ 阅读全文
posted @ 2019-05-09 23:43 aerfa_liang 阅读(94) 评论(0) 推荐(0) 编辑
摘要: http://suntus.github.io/2015/11/27/source%E5%91%BD%E4%BB%A4/ 阅读全文
posted @ 2019-05-09 23:14 aerfa_liang 阅读(145) 评论(0) 推荐(0) 编辑
摘要: grep http://man.linuxde.net/grep 在grep搜索结果中包括或者排除指定文件: 查找对应名称的进程Id pgrep命令 查找线程是否高 top -H | grep xxx_thread getrlimit setrlimit 类似于 ulimit 命令 可以设置参数信息 阅读全文
posted @ 2019-05-09 23:13 aerfa_liang 阅读(115) 评论(0) 推荐(0) 编辑