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