摘要:
Bufferevents Every bufferevent has an input buffer and an output buffer. These are of type "struct evbuffer". When you have data to write ona bufferev 阅读全文
摘要:
What the lowest level of the Libevent API does: Provides a consistent interface to various select() replacements, using the most efficient version ava 阅读全文
摘要:
leetcode的第一题,很简单。 题目如下 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that e 阅读全文