问题描述:[root@localhost ~]# /usr/local/php/bin/phpize Cannot find config.m4. Make sure that you run '/usr/local/php/bin/phpize' in the top level source d...
分类:
Web程序 时间:
2014-08-14 23:45:56
阅读次数:
2854
1、make: *** [out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/slang_rs_export_foreach.o] 错误 1在工程根目录下,打开下面的makefile文件:源码目录 frameworks/compil...
分类:
移动开发 时间:
2014-08-14 10:43:58
阅读次数:
204
一、编译安装apache1、解决依赖关系httpd-2.4.9需要较新版本的apr和apr-util(1)编译安装apr#make&&makeinstall(2)编译安装apr-util#make&&makeinstall2、编译安装httpd-2.4.93、修改httpd的主配置文件,设置其Pid文件的路径4、提供SysV服务脚本/etc/rc.d/init...
分类:
其他好文 时间:
2014-08-14 03:56:58
阅读次数:
211
Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file.
[java] view
plaincopy
import java...
分类:
其他好文 时间:
2014-08-14 01:30:09
阅读次数:
331
zmalloc.o: In function `zmalloc_used_memory':/home/cqh/tar/redis-2.6.14/src/zmalloc.c:223: undefined reference to `__sync_add_and_fetch_4'collect2: ld...
分类:
其他好文 时间:
2014-08-13 21:41:57
阅读次数:
996
横竖屏切换,不重新加载
Up to API 13 there was a new value to the configChanges attribute, screenSize
So if you're using large screens make sure to add screenSize in your configChanges attribute:
android:confi...
分类:
移动开发 时间:
2014-08-13 15:02:36
阅读次数:
251
由于之前版本使用的内核并非uImage格式,而在编译时使用的是非uImage格式编译,所以照成无法启动。
解决方法是,在编译内核时使用make uImage方式编译。
修改根目录下的build_realv210.sh文件,如下图所示
另外注意上图中CPU_JOB_NUM这个参数,要根据自己的电脑配置来选择,该参数在该文件的起始处设置,可以设置成电脑CPU核心数的2倍,例如:如果核心数...
分类:
移动开发 时间:
2014-08-13 13:15:46
阅读次数:
200
在Fedora 13 系统上编译busybox(非交叉编译)产生错误
root@localhost # make
...
gcc -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wularations -Wdeclaration-after-statement -Wold-style-defini...
分类:
其他好文 时间:
2014-08-13 13:11:46
阅读次数:
315
项目管理器:
Linux中的项目管理器“make”有些类似于windows中的Visual C++里的“工程”,它是一种控制编译或者重复编译软件的工具,另外,它还能自动管理软件编译的内容、方式和时机,
使程序员能够把精力集中在代码的编写上而不是在源代码的组织上。...
分类:
其他好文 时间:
2014-08-12 22:12:25
阅读次数:
204
$('.F_box_2').hover( function(){ $(this).find(".make_reply").css({"color":"#c00","text-decoration":"underline","background-position":"12px -147px"}); ...
分类:
其他好文 时间:
2014-08-12 18:29:54
阅读次数:
189