摘要: #include<iostream>#include<stdio.h>#include<algorithm>#include<vector>#include<string> using namespace std;void print(vector<int>& a) { for (auto& x : 阅读全文
posted @ 2023-05-10 16:28 OUKK 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1、select 2、poll ==到底哪个读写分离??== 3、epoll epoll_wait中的events是怎么得到监听事件的?通过socket吗? 阅读全文
posted @ 2023-04-14 18:03 OUKK 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1、在Debug->Function Editor里输入下面函数 在printf函数内可以更改输出格式。 2、进入调试,在command窗口输入export_data(),即可运行函数。 3、生成的文件在工程文件的MDK-ARM文件夹下,Data.log文件。 阅读全文
posted @ 2022-10-08 19:38 OUKK 阅读(1544) 评论(1) 推荐(0) 编辑