摘要: 1.打开配置文件 打开以下选项 ctrl + o 保存 ctrl + x 退出 2.刷新配置文件 3.打开 I2c选项 4.重启 5.再次运行 参考: https://www.raspberrypi.org/forums/viewtopic.php?t=100189 阅读全文
posted @ 2019-06-30 23:46 anobscureretreat 阅读(1189) 评论(0) 推荐(0)
摘要: 1.看官方文档 https://docs.python.org/3/search.html?q=os&check_keywords=yes&area=default 2.看源码 3.dir() import requests,os,randomprint(dir(random)) 阅读全文
posted @ 2019-06-30 23:41 anobscureretreat 阅读(1882) 评论(0) 推荐(0)