03 2013 档案

摘要:HomeQt based Application ExtensionThis examples shows how to use theQWinWidgetandQMfcAppclasses to implement a Qt based user interface in a plugin DLL.The plugin implements and exports aCfunctionshowDialogthat can be called by any Windows application to display a modal Qt dialog. Before a Qt based u 阅读全文
posted @ 2013-03-18 01:36 Monn 阅读(404) 评论(0) 推荐(0)
摘要:修改apache的配置文件: httpd.conf文件 改:LoadModule rewrite_module modules/mod_rewrite.so启动(将前面的#去了) 改:<Directory /> Options FollowSymLinks AllowOverride All #默认是None, 修改为All Order deny,allow Deny from all转自:http://www.cnblogs.com/zjfazc/archive/2012/10/15/2724424.html 阅读全文
posted @ 2013-03-17 00:41 Monn 阅读(144) 评论(0) 推荐(0)