摘要: 正在学习,持续完善 阅读全文
posted @ 2025-07-21 02:24 Limoncello 阅读(97) 评论(0) 推荐(0)
摘要: cocos2d-x Win32 Others cocos2d-x is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications. It is 阅读全文
posted @ 2025-03-06 21:24 Limoncello 阅读(77) 评论(0) 推荐(0)
摘要: #define MAXN 10000 using namespace std; int arr[MAXN]; //a bool cmp(int a,int b) { return a<b; } void Qsort(int left,int right) { if(left>=right) retu 阅读全文
posted @ 2024-11-07 17:23 Limoncello 阅读(9) 评论(0) 推荐(0)
摘要: mp4和flv视频转换成mp3 阅读全文
posted @ 2020-05-02 21:46 Limoncello 阅读(882) 评论(0) 推荐(0)
摘要: QMovie,多线程,pyqt5,python3 网络上找遍了,根本不是我遇到的问题啊QAQ,之后就终止了这个项目,改做其他的了 但是之后貌似发现了一点问题的思路,供大家参考: 当一个窗口被打开多次时,就会触发这种错误 当多个线程挤在一起的时候,比较常见 特别是当多线程和QMovie这个东西并行的时 阅读全文
posted @ 2020-05-02 21:44 Limoncello 阅读(1329) 评论(0) 推荐(0)
摘要: 以转换格式为基本思想的解决方案 阅读全文
posted @ 2020-04-05 17:43 Limoncello 阅读(11594) 评论(0) 推荐(2)