01 2018 档案
openwrt 烧录rootfs的大小
摘要:make menuconfig 里面有一个 target Image的选项,然后进去可以在rootfs修改烧录sd卡的大小 阅读全文
posted @ 2018-01-29 13:29 HDU李少帅 阅读(610) 评论(0) 推荐(0)
amr 数据格式
摘要:参考文章 "大牛博客" 阅读全文
posted @ 2018-01-19 10:36 HDU李少帅 阅读(288) 评论(0) 推荐(0)
Failed to connect to non-global ctrl_ifname: (nil) error: No such file or directory 问题解决
摘要:解决方案 这个表示你必须让wpa_supplicant 运行在后台. 运行在后台 阅读全文
posted @ 2018-01-17 10:32 HDU李少帅 阅读(4011) 评论(0) 推荐(0)
C++ ::网易云课堂 翁恺http://study.163.com/course/courseMain.htm?courseId=271005 相关笔记
摘要:两个 :: 表示全局的前面没有更上任何的东西。 cpp 指令 c pre process 预处理 g++ c.cpp save temps保存所有中间文件 int a;叫做定义 extern int a;叫做声明; Wall 输出所有可能的warring。 在makefile 中 D_MY_H_表示 阅读全文
posted @ 2018-01-14 22:21 HDU李少帅 阅读(4539) 评论(0) 推荐(0)
dhcp 和static openwrt
摘要:static换成dhcp,相关注释更改即可。 这样表示,一个是静态的ip,一个是动态的ip 阅读全文
posted @ 2018-01-11 21:06 HDU李少帅 阅读(384) 评论(0) 推荐(0)
iwconfig的使用
摘要:http://blog.csdn.net/zilly1314/article/details/40015693 阅读全文
posted @ 2018-01-08 16:52 HDU李少帅 阅读(166) 评论(0) 推荐(0)