花费 28 ms
Linux文件操作的常用系统函数说明

1. open打开文件 (man 2 open 查看) int open(const char *pathname, int flags); //pathname文件名(路径);flags打开模式, ...

Mon May 01 06:59:00 CST 2017 0 3380
linux 中 gmtime和 localtime区别

gmtime和localtime struct tm *gmtime(const time_t *timep); struct tm *gmtime_r(const time_t *timep, s ...

Fri Sep 11 00:29:00 CST 2020 0 503

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM