03 2020 档案
摘要:在发生overlap的情况下,memcpy在不同的平台是有差别的 这是例子 #include "stdio.h" char str1[9] = "aabbccdd"; int main( void ) { printf("The string: %s\n", str1); memcpy(str1 +
阅读全文
摘要:开发过程中,我们在makefile环境变量里面指定android ndk toolchain的路径 然而,每个人的路径并不一样,所以有必要写个什么东西来做自动查找定位和配置 原理在于android ndk的根目录里面有个source.properties文件 用find命令很容易根据这个文件名找到这
阅读全文
摘要:1。下载Ubuntu/Linux,连到国外网站很慢,可以国内的镜像下载 清华镜像: https://mirrors.tuna.tsinghua.edu.cn/ 网易镜像: http://mirrors.163.com/ 阿里镜像: https://developer.aliyun.com/mirro
阅读全文
摘要:https://en.wikipedia.org/wiki/Android_version_history https://blog.csdn.net/weixin_36785944/article/details/83659165? https://blog.csdn.net/chenmiaoqi
阅读全文
浙公网安备 33010602011771号