12 2019 档案

摘要:视频:ffmpeg -i input.avi -vf scale=320:240 output.avi 图片: ffmpeg -i input.jpg -vf scale=320:240 output_320x240.png 阅读全文
posted @ 2019-12-26 17:24 cicero 阅读(4808) 评论(0) 推荐(0) 编辑
摘要:#include <QApplication> //添加头文件 #include <qdebug.h> #include <QSqlDatabase> #include <QSqlError> #include <QSqlQuery> int main(int argc, char *argv[]) { QApplication a(argc, argv); //建立并打开数据库 QSqlData 阅读全文
posted @ 2019-12-24 10:06 cicero 阅读(1085) 评论(0) 推荐(0) 编辑
摘要:#include <stdio.h>#include <string.h> bool isIP(const char* str); int main(){ char str[] = "111.111.111.21"; char str2[] = "a.111.111.111"; char str3[ 阅读全文
posted @ 2019-12-17 11:18 cicero 阅读(1768) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/TenosDoIt/p/3456704.html 阅读全文
posted @ 2019-12-03 09:04 cicero 阅读(150) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示