Qt图片播放
How to access a UniqueIdentifer column from Java's JDBC-ODBC bridge
I\'m currently 开发者_如何学Goworking on a java program that will access an Microsoft SQL Server using the JDBC-ODBC bridge driver provided in the Java distribution.[详细]
2022-12-19 07:44 分类:问答Very strange malloc error
Ok. So I have this func开发者_开发知识库tion, init(): void init() { fstream file; int index = 0; char temp_list[60000][15];[详细]
2022-12-17 03:37 分类:问答-
基于Qt实现图片播放器的示例代码
前言:使用qt制作了一个简单的图片播放器,可以播放gif、png等格式图片 先来看看播放器的功能(当然是很简陋的,没有很深入的设计):[详细]
2022-12-16 10:39 分类:开发