libevent使用教程_evutil_make_socket_nonblocking_易方达蓝筹的博客-CSDN博客
一、准备
centos7下安装libevent库
yum install libevent
yum install -y libevent-devel
二、代码 server.cpp /**
You need libevent2 to compile this piece of code
Please see: http://li…
问题:
1. 写了一段时间的代码,在debug启动项目后提示:Method breakpoints may dramatically slow down debugging
但是正常启动是可以的,debug不行。
2. idea 里面的项目,很多地方都有断点,现在想要取消全部的断点…