- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 linux下c编程:单实例运行服务器程序
功能实现:shell中运行客户端程序临时获取root权限。 在linux下只允许一个服务器进程接收信息 使用文件锁,使服务器程序单实例运行(UNIX Domain Socket IPC): /* server.c */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <...
2019-05-17 10:53:33 622
原创 ndk编译本地Linux程序
使用ndk中提供的工具安装指定版本的ndk链 (1)安装完整工具链 安装指定版本的工具到指定目录(如安装到/home/ndk-tools目录) ./build/tools/make-standalone-toolchain.sh --platform=android-23 --install-dir=/home/ndk-tools (2) 添加环境变量 export PATH=$PATH:/h...
2019-05-17 10:08:23 514
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人