分享
    - 
        
 - 
        
 - 
        
 - 
        
 - 
        
 - 
        
 - 
        
 - 
        
FFmpeg 将视频转换成m3u8视频hls
ffmpeg -i input.mp4 -c:v libx264 -c:a aac -strict -10 -f hls output.m3u8 默认的每片长度为2秒…… - 
        
 - 
        
 - 
        
mysql 关键词相关度排序方法详细示例分析
小项目有时需要用到关键词搜索相关性排序,用sphinx显得杀鸡用牛刀,就用mysql的order by对付下。方法一: select * from articles where (title LIKE '%key…… - 
        
 
