摘要: ``` #include #include #include #include #include #include static void dbg(const char *fmt, ...) { //获取时间并减去 8 小时时差 struct timespec ts; timespec_get(&ts, TIME_UTC); ts.tv_sec += 28800; //格式... 阅读全文
posted @ 2018-05-26 13:32 學海無涯 阅读(523) 评论(0) 推荐(0) 编辑