cocos compile编译apk问题汇总:1,dx编译报错,没有足够的空间ANTBUILD : [dx] error : Could not create the Java Virtual Machine.ANTBUILD : [dx] error : A fatal exception has...
分类:
移动开发 时间:
2014-09-18 14:35:33
阅读次数:
210
JNI里的c或者c++ 调用stl 的时候,比如引入map头文件:#include 在cygwin使用NDK编译的时候,会提示:fatal error:map: No such file解决方法:就是在jni目录下就是 Android.mk的同级目录下新建一个 Application.mk 文件(如...
分类:
其他好文 时间:
2014-09-18 14:32:03
阅读次数:
196
概述: 1:程是调度的最小单位;进程是资源分配的最小单位。 2:进程中的线程是共享全局变量以及内存的。 3:共享:指令,除去私有数据,signal处理方式及其例程,运行环境 来源:http://www.cnblogs.com/forstudy/archive/2012/04/05/2433853.h...
分类:
编程语言 时间:
2014-09-18 11:00:33
阅读次数:
255
汇编中常见的一些错误信息
ml.exe错误信息:
FATAL 严重错误
cannot open file不能打开文件
I/O error closing fileI/O错误 正在关闭文件
I/O error writing fileI/O错误 正在写文件
I/O error reading file I/O错误 正在读取文件
out o...
分类:
其他好文 时间:
2014-09-18 00:52:33
阅读次数:
300
进程间的通信方式:1.管道(pipe)及有名管道(named pipe):管道可用于具有亲缘关系进程间的通信,有名管道除了具有管道所具有的功能外,它还允许无亲缘关系进程间的通信。2.信号(signal):信号是在软件层次上对中断机制的一种模拟,它是比较复杂的通信方式,用于通知进程有某事件发生,一个进...
分类:
其他好文 时间:
2014-09-17 21:46:12
阅读次数:
325
下面的代码报错:Fatal error: Call-time pass-by-reference has been removed function myFunc($arg) { do something... } myFunc(&$arg);//Call myFunc 或 function myF...
分类:
其他好文 时间:
2014-09-17 20:10:02
阅读次数:
252
在gdb调试时segmentation fault问题时,遇到下面的了问题:Program received signal SIGABRT, Aborted.0x00007ffff73eb925 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/...
分类:
数据库 时间:
2014-09-17 18:09:52
阅读次数:
344
Audio Terminology IN THIS DOCUMENT Generic Terms Digital Audio Hardware and Accessories Audio Signal Path Android-Specific Terms Sample Rate Conversion This document provides a glossary of audio-re...
分类:
移动开发 时间:
2014-09-17 10:30:42
阅读次数:
436
*Export Aborted Export aborted because fatal Lin error were founds. These are listed in the problems view. Either fix these before running Export Again, or turn off "Run full error check when expor...
分类:
移动开发 时间:
2014-09-16 19:18:02
阅读次数:
287
Lamp架构 PHP 5.3.29#查看php是否有mbstring模块php -m | grep mbstringyum install php-mbstring -yfind / -name mbstring.sovim php.ini extension = "/usr/lib64/php.....
分类:
Web程序 时间:
2014-09-16 12:31:50
阅读次数:
197