secret

Results 6 issues of secret

``` #include "hv/WebSocketServer.h" using namespace hv; int main(int argc, char** argv) { WebSocketService ws; ws.onopen = [](const WebSocketChannelPtr& channel, const HttpRequestPtr& req) { printf("onopen: GET %s\n", req->Path().c_str()); }; ws.onmessage =...

` ^[A-Za-z0-9_\u4e00-\u9fa5]{5,10}$ 匹配中文和数字和字母 ` 希望可以将一个中文当成一个字符来限制。 abc一二三 : 6个字符 可实际一个中文3个字节组成,就导致匹配失败,如何把中文三个字节看成一个规则呢?

待讨论...
需要帮助

I would like to ask a question regarding the "ack frame block." I would appreciate it if you could provide an answer. Thank you. As the receiver, I have received...

如果我使用了这个库,是不是我的mysql所有操作,自动就协程化了?同步写代码,实际已经异步i/o。

Hello, I am currently exploring the QUIC protocol and came across the "maxReceiveTimestampsPerAckStored" parameter in an open-source project's codebase. However, I noticed that this parameter is not mentioned in the...

为什么我打开宝塔官网,显示有故障呢?