miwaiwai

导航

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页

2023年4月21日 #

获取资源相关的软硬件函数

摘要: #include <sys/time.h> #include <sys/resource.h> int getrlimit(int resource, struct rlimit *rlim); int setrlimit(int resource, const struct rlimit *rli 阅读全文

posted @ 2023-04-21 20:57 米歪歪 阅读(20) 评论(0) 推荐(0)

udp服务器模型

摘要: 阅读全文

posted @ 2023-04-21 20:18 米歪歪 阅读(20) 评论(0) 推荐(0)

框架der,webservice

摘要: 框架der,webservice 阅读全文

posted @ 2023-04-21 19:14 米歪歪 阅读(18) 评论(0) 推荐(0)

2023年4月19日 #

socket进程注意事项

摘要: 阅读全文

posted @ 2023-04-19 19:07 米歪歪 阅读(19) 评论(0) 推荐(0)

c&c++ 的window环境获取exe文件所在的目录

摘要: #include <iostream> #include<stdio.h> #include <direct.h> #include <windows.h> #include<process.h> #include <atlstr.h> char buff[MAX_PATH];//用于存放获取的路径 阅读全文

posted @ 2023-04-19 11:16 米歪歪 阅读(204) 评论(0) 推荐(0)

2023年4月18日 #

c&c++获取当前目录

摘要: #include <iostream> #include<stdio.h> #include <direct.h> #define MAXPATH 1024 using namespace std; int main(int argc, char* argv) { char buf[80]; cha 阅读全文

posted @ 2023-04-18 22:44 米歪歪 阅读(24) 评论(0) 推荐(0)

2023年4月17日 #

回收子进程

摘要: 阅读全文

posted @ 2023-04-17 20:21 米歪歪 阅读(8) 评论(0) 推荐(0)

核心api

摘要: 阅读全文

posted @ 2023-04-17 07:19 米歪歪 阅读(15) 评论(0) 推荐(0)

2023年4月16日 #

信号状态

摘要: 阅读全文

posted @ 2023-04-16 20:59 米歪歪 阅读(20) 评论(0) 推荐(0)

读写锁

摘要: 1.写优先级高 2.写独占 3.读共享 阅读全文

posted @ 2023-04-16 17:14 米歪歪 阅读(15) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页