1、安装#tarxfxcache-2.0.0.tar.gz#cdxcache-2.0.0#/usr/local/php/bin/phpize#./configure--enable-xcache--with-php-config=/usr/local/php/bin/php-config#make&&makeinstall安装结束时,会出现类似如下行:Installingsharedextensions:/usr/local/php/lib/php/exte..
分类:
Web程序 时间:
2014-10-24 19:10:42
阅读次数:
325
在执行make的时候出现如下错误:In file included from /root/yaf-2.1.2/yaf_router.c:28:/usr/include/php/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such file or dire...
分类:
Web程序 时间:
2014-10-24 18:44:21
阅读次数:
207
最近一直在学一些零零碎碎的东西,
首先,将《鸟哥的 Linux 私房菜
-- 基础学习篇》过了一遍。
因为有了Windows驱动,PCI/PCIe, USB, xHCI, Windows内核编程的基础,
加上自己以前也动手写过Linux设备驱动, 研究过Makefile, KConfig, make menuconfig, GIT的部分内容
鸟哥的这本书确实写得非常通俗易懂,帮...
分类:
其他好文 时间:
2014-10-24 16:38:14
阅读次数:
220
tar zxvf ncurses-5.6.tar.gz 进入目录 cd ncurses-5.6 生成 makefile文件,再进一步编译 ./configure --prefix=/usr --with-shared --without-debug 编译,编译时间稍微长些,稍等make 编译好最后就...
分类:
其他好文 时间:
2014-10-24 16:22:01
阅读次数:
1459
开源软件自动化工具链简单应用(autoscan,aclocal,autoheader,automake,autoconf,make)...
分类:
其他好文 时间:
2014-10-24 14:47:41
阅读次数:
202
1. Loaders loaders make it easy to asynchronously load data in an activity or fragment. Loaders have these characteristics: They are available to ...
分类:
移动开发 时间:
2014-10-24 12:46:03
阅读次数:
159
The Development projects in JIRA use a a lightweight style of Agile Scrum management to allow us to efficiently and effectively plan and release softw...
分类:
其他好文 时间:
2014-10-24 12:25:59
阅读次数:
338
一.创建工作空间mkdir -p ~/openni_ws/srccd ~/openni_wscatkin_make //在catkin工作空间(openni_ws)下catkin_make,结果产生build和devel文件夹source devel/setup.bash二.创建package(包)...
分类:
其他好文 时间:
2014-10-23 19:02:31
阅读次数:
155
目的:1. 驱动热身。网上有很多类似的文章可供参考。2. 在操作系统中, 编写这个设备的驱动。3. 为写qemu的watchdog驱动练手。有朋友问make的 watchdog驱动 需要什么准备,所以写这个blog。环境:ubuntu 12.04.4热身: 首先编写一个简单的 hello worl....
分类:
系统相关 时间:
2014-10-23 12:11:38
阅读次数:
232
目的:1. 练习。网上有很多类似的文章可供参考。2. 为写qemu的watchdog驱动练手。有朋友问make的 watchdog驱动 需要什么准备,所以写这个blog。环境:ubuntu 12.04.4耗时(基于熟悉linux环境和操作系统的条件下): 1. make 时间 大于1个小时过程:1....
分类:
系统相关 时间:
2014-10-23 12:06:55
阅读次数:
238