摘要: 时间-<sys/time.h> #include <sys/time.h> int time_update(void) { struct timeval tv; struct timezone tz; gettimeofday(&tv, &tz); return tv.tv_sec; } 内存-<s 阅读全文
posted @ 2023-06-28 20:05 steve的miao 阅读(13) 评论(0) 推荐(0) 编辑
摘要: # ifconfig - ifconfig ens33 192.168.1.64 netmask 255.255.255.0 - 重启网卡 - service network restart #centos6 - systemctl restart network #centos7 # Nework 阅读全文
posted @ 2023-06-28 19:44 steve的miao 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 嵌入式设备上电运行的内部启动机制 Centos主机连接嵌入式开发板串口的工具有:minicom、screen minicom使用方法:1.#minicom -s 进去设置端口和波特率后,重新输入#minicom进去即可。 screen的使用方法:1.#screen /dev/ttyUSB0 1152 阅读全文
posted @ 2023-06-28 16:24 steve的miao 阅读(65) 评论(0) 推荐(0) 编辑