2020年5月13日
摘要: 在命令中添加参数 -protocol_whitelist "file,http,https,rtp,udp,tcp,tls" 阅读全文
posted @ 2020-05-13 15:00 步孤天 阅读(5435) 评论(0) 推荐(0)
摘要: mysql在执行: "delete from test_table;"时报错:"1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'informat.." 其中test_table中大约有 阅读全文
posted @ 2020-05-13 09:39 步孤天 阅读(278) 评论(0) 推荐(0)
摘要: 新建一个线程跑服务端,并且设置stacksize的示例代码 #include <stdio.h> #include <pthread.h> #include <string.h> #include <arpa/inet.h> #include <netinet/in.h> #include <sys 阅读全文
posted @ 2020-05-13 09:31 步孤天 阅读(174) 评论(0) 推荐(0)