构建 XCache 的基本步骤 在开始之前,首先确保 PHP 正常安装并核实 phpize
是否位于 shell 的 PATH 下。同时,还需要一个 C 编译器,例如 GNU Compiler Collection (GCC),和一组包含 make 和
m4 的开发工具。在 Mac OS X 上,免...
分类:
其他好文 时间:
2014-05-26 08:47:10
阅读次数:
316
1、下载FFmpeg(http://ffmpeg.org/download.html),解压。2、进入MingW Shell,cd
F:/Qt/ffmpeg(假定解压到F:/Qt/ffmpeg)3、./configure4、make5、make install
1、下载live555(http://www.live555.com/liveMedia/public/),解压。2、进入MingW Shell,输入cd:
F:/Qt/live(假定解压到F:/Qt/live/目录下)3、./genMakefile mingw4、make,如果有错误(rtsp_f...
Features
Make asynchronous HTTP requests, handle responses in anonymous callbacksHTTP requests happen outside the UI threadRequests use a threadpool to cap concurrent resource usageGET/POST params ...
分类:
移动开发 时间:
2014-05-26 04:08:22
阅读次数:
330
QGtkStyle could not resolve GTK. Make sure you
have installed the proper libraries.sudo apt-get install --reinstall
gtk2-engines-murrine:i386sudo add-...
分类:
其他好文 时间:
2014-05-25 23:45:25
阅读次数:
276
It’s important to establish and follow coding
conventions—they make your code consistent, predictable, and much easier to read
and understand. A new d...
分类:
编程语言 时间:
2014-05-25 18:49:35
阅读次数:
316
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:39:53
阅读次数:
266
Problem Description
Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it.
But I also don't want to use...
分类:
其他好文 时间:
2014-05-25 16:32:49
阅读次数:
214
关于php与mysql之间的工作机制,今天蛋疼地考虑php编译安装时不添加--with-mysql参数,是否可以实现mysql_connect()函数。第一次编译只是简单的./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc
make&&makeinstallmysql_connect()果然使..
分类:
Web程序 时间:
2014-05-24 15:40:47
阅读次数:
1057
内核编译# make ARCH=arm menuconfig# make -j5 ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf- uImage modules内核安装到ROOTFS# cp
${WORK_DIR}/linux-sunxi/arch/arm/bo...
分类:
其他好文 时间:
2014-05-24 10:19:51
阅读次数:
307