04 2018 档案

摘要:结果: 阅读全文
posted @ 2018-04-12 14:33 Prefog 阅读(216) 评论(0) 推荐(0)
摘要:获取用户工作目录,以及程序运行用户信息。 #include <pwd.h>#include<sys/types.h>#include<unistd.h> 获取文件大小 阅读全文
posted @ 2018-04-12 11:46 Prefog 阅读(301) 评论(0) 推荐(0)
摘要:配置openssl时候可以用config或者Configure来进行配置。 export TOPDIR=$(PWD) export CROSS_COMPILE=$(TOPDIR)/arm-gcc/bin/arm-buildroot-linux-uclibcgnueabi-export PATH:=$ 阅读全文
posted @ 2018-04-04 09:59 Prefog 阅读(750) 评论(0) 推荐(0)