04 2021 档案
摘要:摘自:https://www.cnblogs.com/lzpong/p/5881380.html 调试器(如VS2008和老版GDB)往往只支持all-stop模式,调试多线程程序时,如果某个线程断在一个断点上,你的调试器会让整个程序freeze,直到你continue这个线程,程序中的其他线程才会
阅读全文
摘要:摘自:https://blog.csdn.net/zhangye3017/article/details/80382496 1. 线程的查看首先创建两个线程: 1 #include <stdio.h> 2 #include <unistd.h> 3 #include <pthread.h> 4 #i
阅读全文
摘要:摘自:https://www.cnblogs.com/lizhigang/p/7306777.html 原文:http://blog.csdn.net/gatieme/article/details/50603682?locationNum=2&fps=1 目录(?)[-] log4j的衍生品 1
阅读全文
摘要:摘自:https://download.csdn.net/download/ydsec2/4376887?utm_source=iteye_new 功能:syslog风格的配置文件,易学易用可以灵活配置日志输出的格式,类似于log4j的pattern layout纲目分类模型,比log4j系列的继承
阅读全文
摘要:摘自:https://www.jianshu.com/p/86af81a10195 1. DPDK技术介绍 1) 简介 DPDK全称Intel Data Plane Development Kit,是intel提供的数据平面开发工具集,为Intel architecture(IA)处理器架构下用户空
阅读全文
摘要:摘自:https://blog.csdn.net/weibo1230123/article/details/81410241 前言:1.linux线程执行和windows不同,pthread有两种状态joinable状态和unjoinable状态,如果线程是joinable状态,当线程函数自己返回退
阅读全文
摘要:下载地址 https://gitee.com/brisk/Ppool/tree/master Makefile · 炕头哥/Ppool
阅读全文
摘要:摘自:https://www.pianshen.com/article/96481454735/ 先打开一个.xml格式的文件 然后用快捷键:ctrl+f 唤出查找界面 唤出查找界面后在“查找目标”输入框里输入:<!-[\s\S]*?->然后把“查找模式”下的“普通”改为“正则表达式” 然后把全部代
阅读全文