10 2024 档案
摘要:repo_status if repo status command report error, use repo_status script: #!/bin/bash # 遍历当前文件夹下所有包含 .git 的目录 for dir in $(find . -type d -name .git);
阅读全文
摘要:struct alain #pragma pack(1) struct time_sync_value { uint64_t ref_time_sec; uint64_t ref_time_nsec; uint64_t rtc_time_sec; uint64_t rtc_time_nsec; ui
阅读全文