会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
listenerln
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
2017年10月17日
常用AT指令
摘要: AT+CREG 网络注册。获得手机的注册状态 send "at+cimi^m" 判断该SIM卡属于哪个运营商,前3为表示国家,如460表示中国,接下来的2位是运营商代码,00表示中国移动,01表示中国联通 使用方法: 参考脚本: 获取当前信号, comgt -d /dev/ttyUSB2 -s ge
阅读全文
posted @ 2017-10-17 17:18 listenerln
阅读(545)
评论(0)
推荐(0)
编辑
2017年10月12日
panic[转]
摘要: 简介 在内存发生panic时,需要把panic的日志保存下来。以方便日后进行分析。 目前有三种记录的方式: kdump; mtdoops; crashlog 大家对kdump比较了解。它主要使用于x86系统。因为它使用占用大量内存和硬盘。 mtdoops和crashlog主要用于嵌入式的环境。也只是
阅读全文
posted @ 2017-10-12 16:33 listenerln
阅读(854)
评论(0)
推荐(0)
编辑
airo 系列工具
摘要: 接口名称要写到最后 // 以wlan0接口作为依据, 创建monitor接口mon[012...], 实际上还是用的iw 命令创建的接口 airmon-ng start wlan0 // 建立虚拟AP airbase-ng mon0-scan -v -c 6 -e XXWL -F /tmp/tmp.
阅读全文
posted @ 2017-10-12 14:23 listenerln
阅读(230)
评论(0)
推荐(0)
编辑
2017年9月14日
正则表达式引擎的构建——基于编译原理DFA(龙书第三章)——2 构造抽象语法树
摘要: ref: http://blog.csdn.net/chinamming/article/details/17175073
阅读全文
posted @ 2017-09-14 16:19 listenerln
阅读(261)
评论(0)
推荐(0)
编辑
编译原理学习笔记(一)制导翻译器
摘要: ref: http://blog.csdn.net/u011602557/article/details/68111472
阅读全文
posted @ 2017-09-14 16:19 listenerln
阅读(140)
评论(0)
推荐(0)
编辑
一个正则表达式引擎的设计和实施1-汤普森构造
摘要: ref: http://blog.csdn.net/tyler_download/article/details/53033180
阅读全文
posted @ 2017-09-14 16:17 listenerln
阅读(210)
评论(0)
推荐(0)
编辑
C# 词法分析器(四)构造 NFA
摘要: ref: http://www.cnblogs.com/cyjb/p/LexerNfa.html
阅读全文
posted @ 2017-09-14 16:03 listenerln
阅读(193)
评论(0)
推荐(0)
编辑
Uncompressing Linux... done, booting the kernel
摘要: 今天用主线Linux内核移植到MINI6410,主线内核2.6.37.1基本已经支持了MINI6410的板子,所以移植到能够启动起来的阶段很简单,但是在移植的时候还是出现了一个比较常见的问题: MINI6410 # bootm 0x50008000 ## Booting kernel from Le
阅读全文
posted @ 2017-09-14 16:02 listenerln
阅读(620)
评论(0)
推荐(0)
编辑
2017年9月12日
linux 内核模块最小环境编译
摘要: 1. gcc编译环境 2. linux-kernel: 所有*.c *.o 文件都可以去掉 .├── arch: 平台相关文件(可以适当删减)├── include: 头文件(必须)├── Makefile: 必须├── Module.symvers: 建议存在├── scripts: 一些编译所需
阅读全文
posted @ 2017-09-12 16:43 listenerln
阅读(410)
评论(0)
推荐(0)
编辑
2017年9月11日
select 定时器
摘要: 在编写程序时,我们经常会用到定时器。首先看看select函数原型如下: 1 int select(int nfds, fd_set *readfds, fd_set *writefds, 2 fd_set *exceptfds, struct timeval *timeout); 参数说明:slec
阅读全文
posted @ 2017-09-11 11:00 listenerln
阅读(426)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页