分类存档:开发
2008-10-15
1.下载GCC 4.3.2和工具包的编译版,在这里:http://www.tdragon.net/recentgcc/ 点“TDM/MinGW Installer 1.808.3”下载,并且安装好;
2.下载Qt 4.4.3。去这里下载:ftp://ftp.trolltech.com/qt/source/qt-win-opensource-4....
After several hours’ work, I have finally found out how to make a compiled libcurl downloaded from cURL website and the perl module WWW::Curl work together. I hope it would be useful for you. I have already installed MinGW and ActiveState Perl 5...
2008-06-18
Perl里提供了DBI这个模块来连接MySQL数据库,使得查询MySQL数据库特别方便。不过,很多人发现,如果MySQL数据库的某些表中使用了UTF-8编码,那查询的结果就成了“?”,为此不得不采用GB2312...
2008-06-16
使用Perl做网站的人都喜欢用Mason,因为它可以使Perl像PHP那样,而不是print一大堆html标签。不过默认情况下,它使用UTF-8编码时,输出的网页是乱码。其实这个问题解决起来也很简单,就是在...
在Windows XP中安装MinGW、Qt4和Eclipse Integration花了我不少时间。我遇到了一些问题,而且我发现也有很多其他人也遇到了,比如Build Debug Libraries不能编译、”mingw32-make[2]: *** [..\..\lib\QtCored4.dll]...
