#include<sys/types.h>#include<dirent.h>
DIR *opendir(constchar*name);
功能:打开一个目录
参数:name:要打开的目录的名字
返回值:成功 目录流指针失败 NULL 重置错误码
(二)readdir
#include<dirent.h>structdirent*readdir(DIR *dirp);
功能:读取目录下内容
参数:dirp:目录流指针
返回值:成功 structdirent 指针失败或者读到结尾 NULL 重置错误码structdirent{ino_t d_ino;/* Inode号 */off_t d_off;/* 无需关注 */unsignedshort d_reclen;/* 不是文件的大小 也无需关注 */unsignedchar d_type;/* 文件的类型 不支持所有文件系统 */DT_BLK This is a block device.DT_CHR This is a character device.DT_DIR This is a directory.DT_FIFO This is a named pipe(FIFO).DT_LNK This is a symbolic link.DT_REG This is a regular file.DT_SOCK This is a UNIX domain socket.char d_name[256];/* 文件名 一般只关注这一项 */};
SRS压测--SRS-Bench 简介编译和使用:问题1:问题2:问题3: Player for Live(**直播播放压测**)Publisher for Live or RTC(**直播或会议场景推流压测**)4.Multipel Player or Publisher for RTC(会议场景的播放压测)5.DVR 录制场景:6.RTC Plaintext(压测RT…
Sing Me to Sleep <!DOCTYPE html>
<html lang"zh-CN">
<head><meta charset"UTF-8"><meta name"viewport" content"widthdevice-width, initial-scale1.0"><title>与妖为邻的备忘录</title&g…