摘要: 目录函数简介低层实现逻辑 函数简介 /* Manipulate an epoll instance "epfd". Returns 0 in case of success, -1 in case of error ( the "errno" variable will contain the sp 阅读全文
posted @ 2024-01-30 18:32 guanyubo 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 目录函数简介低层实现逻辑epoll_create与epoll_create1函数的区别 函数简介 /* Creates an epoll instance. Returns an fd for the new instance. The "size" parameter is a hint spec 阅读全文
posted @ 2024-01-30 18:21 guanyubo 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 目录函数简介低层实现逻辑 函数简介 /* Wait for events on an epoll instance "epfd". Returns the number of triggered events returned in "events" buffer. Or -1 in case of 阅读全文
posted @ 2024-01-30 18:15 guanyubo 阅读(2316) 评论(0) 推荐(0) 编辑
摘要: 原因:缺少libmysqlclient-dev, 安装:apt-get install libmysqlclient-dev 阅读全文
posted @ 2024-01-30 15:25 guanyubo 阅读(24) 评论(0) 推荐(0) 编辑
摘要: VS Code中安装插件:Remote-WSL扩展、Remote Development扩展 安装检查:在左下角有一个远程状态的标记 这个标记可以看出vscode在远程还是本地工作。点击后可选择需要的操作。 阅读全文
posted @ 2024-01-30 09:08 guanyubo 阅读(14) 评论(0) 推荐(0) 编辑