在5.7和5.5中同样的sql语句,执行的结果不一样。主要就是想要取每个分组中id最大记录。语句如下: select t2.* from (select t1.* from t_user t1 order by t1.id desc) as t2 group by t2.type; 5.7的结果: 5.5的结果: sql脚本如下࿱…
解决低版本opencv无法读取大容量视频和高版本opencv无法使用SIFT、SURF算法的问题。 解决了 Error: Assertion failed (chunk.m_size < 0xFFFF) 问题 和 Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function ‘cv::xfeatures2d::SIFT::create’ 问…