摘要:
问题:/ # ifconfig/ # ifconfig eth0 ifconfig: eth0: error fetching interface information: Device not found/ # ifconfig eth0 upifconfig: SIOCGIFFLAGS: No ... 阅读全文
posted @ 2017-03-02 20:04
隔壁王叔叔a
阅读(616)
评论(0)
推荐(0)
摘要:
方法一: 命令: uname -a 作用: 查看系统内核版本号及系统名称 方法二: 命令: cat /proc/version 作用: 查看目录"/proc"下version的信息,也可以得到当前系统的内核版本号及系统名称 下面是在单板里查看内核版本号和交叉编译器的版本/ #uname -aLinu... 阅读全文
posted @ 2017-03-02 15:43
隔壁王叔叔a
阅读(1495)
评论(0)
推荐(0)
摘要:
#include #include int day_diff(int year_start, int month_start, int day_start , int year_end, int month_end, int day_end){ int y2, m2, d2; int y1, m... 阅读全文
posted @ 2017-03-02 13:11
隔壁王叔叔a
阅读(2152)
评论(0)
推荐(0)
摘要:
转自: http://www.it165.net/embed/html/201308/2332.html用过stm32的人都知道stm32有两种常用下载程序的方法,用串口和jlink。串口下载方法和51差不多不多说,用jlink下载时接口引脚太多导致接口很大,很占pcb的面积,在此我就针对这个问题清... 阅读全文
posted @ 2017-03-02 11:07
隔壁王叔叔a
阅读(1055)
评论(0)
推荐(0)