摘要: Linux下clock_gettime函数详解 要包含这头文件<time.h> 且在编译链接时需加上 -lrt ;因为在librt中实现了clock_gettime函数。 struct timespec ts; clock_gettime(CLOCK_MONOTONIC,ts); printf("% 阅读全文
posted @ 2017-12-29 16:04 maxiongying 阅读(1988) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/thonrbirdxb/article/details/11482007 DBus的基本资料可以参考 DBus学习笔记(博客园) http://dotnet.cnblogs.com/page/76759/?page=1 恺风的CSDN博客 http://bl 阅读全文
posted @ 2017-12-29 11:45 maxiongying 阅读(246) 评论(0) 推荐(0)