02 2025 档案
摘要:.* //匹配除换行符外所有字符 [\s\S]* //匹配包括换行符在内的任意字符
阅读全文
摘要:// 看方法入参和返回值(想看详细数据,把2换3换4...越深层数据详细) watch methodPath methodName '{params,returnObj}' -x2 'params[0]<0' // 看方法调用链路和耗时 trace methodPath methodName //
阅读全文
摘要:OR/AND 用括号调整OR和AND的优先级:https://www.cnblogs.com/kenshinobiy/p/4384234.html AND:所有子条件为TRUE才返回TRUE 只要有一个条件为FALSE则返回FALSE 部分子条件为UNKNOWN(NULL)其他子条件为TRUE,返回
阅读全文
摘要:官方文档:https://ffmpeg.org/ffmpeg.html#Synopsis ffprobe ffprobe查询音视频信息(时长、编解码方式、分辨率) https://blog.csdn.net/JineD/article/details/124760777 ffprobe a.wav
阅读全文