According to the documentation of Bugzilla 5.0, the following applications should be installed first:
- ActiveState Perl 5.18.2 (5.12.4 or higher)
- Apache 2.4 (2.2.x or higher)
- MySql 5.6 (5.0.15 or higher)
Download Bugzilla
1 |
|
According to the documentation of Bugzilla 5.0, the following applications should be installed first:
1 |
|
注意:我不是律师,本文内容也只是我个人的理解,故内容仅供参考。如对LGPL如有任何疑问,请咨询你的律师。
从Qt5.4开始,一些新增加的模块开始 …
Octopress is a great blog system, but it's not easy to maintain for users who don't familiar with ruby. So I switch to Pelican, which is written in Python.
“Pelican” is an anagram for calepin, which means “notebook” in French. ;)
In Qt, working with SSL can be frustrating because of the inconsistent naming of the corresponding binary dynamic libraries, and Qt defaults to dynamically loading them, without providing any indication if they are missing.
The "library" portion of OpenSSL consists of two libraries.
On posix system …
There are two way to use QThread:
As the QThread::run() is the entry point of worker thread, so the former usage is rather easy to understand.
In this article, we will try to …
Long long ago, subclass QThread and reimplement its run() function is the only recommended way of using QThread. This is rather intuitive and easy to used. But when SLOTS and Qt event loop are used in the worker thread, some users do it wrong. So Bradley T …
Consider that we have create a custom type:
1 2 3 4 5 6 |
|
If we want to make it work with qDebug(), we need to implement a streaming operator:
1 |
|
Someone complain that, when using SDL and Qt in the same project under Windows, the linker will generate link error.
SDLmain.lib(SDL_win32_main.obj):-1: error: LNK2005: _WinMain@16 already defined in qtmaind.lib(qtmain_win.obj)
What happened behined this?
1 2 3 4 5 6 |
|
Note:
This macro associate the given InterfaceId to the interface class called InterfaceClassName.The macro is normally used right after the interface definition:
1 2 |
|
Q_DECLARE_INTERFACE is a macro that defines helper function that make qobject_cast