這裡面講了Qt 的類圖root: QObject的一些資訊。Wentao Sun.Qt Object modelThe standard C++ object model provides very efficient runtime support for the object paradigm. But its static nature is inflexibile in certain problem domains. Graphical user interface
Installing NVIDIA 3D DriversContributed by Maurice Lawles in Multimedia on 2006-02-12 02:59:20I find myself retelling how to manually install the NVIDIA 3D drivers an awful lot. Here's a short tutorial that should work on any distro, but is tailored
Findings during my workWentao Sun.1. ZeroMemory on Windows is only a macro:fills block with zeros#if defined(OSMac_) || defined(OSLinux_) memset(pVoid, 0, length);#else ::ZeroMemory(pVoid, length);#endif最後用memset全部清零。在微軟內部是用一個RtlZeroMemory的宏完成,
install kernel source for fedora8來源: ChinaUnix部落格 日期: 2008.07.10 20:43 (共有0條評論) 我要評論 Install Kernel Source 07 November 2007 Installing the kernel source is typically NOT needed unless you wish to re-compile your