摘要:
在main.c中添加以下代码并在main函数中添加以下代码' if(checkOnly()==false) return 0; #if defined Q_OS_WIN32 //for win #include <windows.h> bool checkOnly() { // 创建互斥量 HAND 阅读全文
posted @ 2022-02-21 12:29
Muniar
阅读(452)
评论(0)
推荐(0)
摘要:
一、文件描述符 0< 是标准输入(stdin) 1> 是标准输出(stdout) 2> 是标准错误输出(stderr) &> 是标准输出(stdout)和标准错误输出(stderr) 例如: find /etc -iname "*.service" 1> services.txt find /etc 阅读全文
posted @ 2022-02-21 10:11
Muniar
阅读(128)
评论(0)
推荐(0)
浙公网安备 33010602011771号