郑树新

Results 7 issues of 郑树新

I telnet the server port listened by asmhttpd and after sending the first line of http request, and the error response got: Trying 0.0.0.0... Connected to 0. Escape character is...

感觉大部分都是用机器翻译的,太难懂了:(

I've tried many times to compile the current version syslog-ng on CentOS7.6, but failed at last. Many years ago it's easy to build it, now it's too complex because it...

question

The C++ redis client can't be seen on https://redis.io/docs/clients/#cpp but still being in https://github.com/redis/redis-doc/blob/master/clients/cpp/github.com/acl-dev/acl/tree/master/lib_acl_cpp/include/acl_cpp/redis.json . I've written this C++ redis client for many years and it has been used by...

It's very hard to compile folly. Can you make it easily to build?

Hi, I wrote one sample to test the performance of writing small data with liburing and the system write API, found that the system write API is much more faster...

在将 thread_data 对象传给 recv_imcp 线程时,该对象的 buffer_len 变量没有设置初始值,导致在 259 行会崩溃,所以应该在创建 recv_imcp 线程前:thread_data.buffer_len = buffer_len; ---zsx