import traceback try: print(1/0) except Exception as e: print(e.args) print(traceback.format_exc()
31
2019
10
python输出详细异常信息
作者:water | 分类:python | 浏览:978 | 评论:0
07
2019
10
TL-WR842N魔改刷机
这是一个淘汰下来的路由器,平时当做交换机用,但使用过程中经常会出现死机的问题,最近刚好有时间,于是拿来练练手。
改造计划如下:
1.1MB flash更换为16MB flash;
2.8M RAM 更换为 64MB RAM;
3.使用编程器在flash中刷入breed;
4.通过breed安装openwrt固件;
作者:water | 分类:other | 浏览:2526 | 评论:0
04
2019
10
路由器刷机相关资料
I.大神博客
0x01. HackPascal @ Home
0x02. 佐须之男的博客
0x03. 明月永在的博客
II.固件下载
0x01. breed下载
0x02. 明月openwrt下载
0x03. 官方openwrt下载
作者:water | 分类:other | 浏览:1103 | 评论:0