摘要: Django REST framework 中文文档 参考:https://www.cnblogs.com/liwenzhou/p/8543035.html 阅读全文
posted @ 2021-01-03 15:34 天气之子A 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 本文参考:https://blog.csdn.net/meidong52617/article/details/44728517 相关参考:https://blog.csdn.net/lws123253/article/details/79848373 一、getchar的两点总结: 1.getch 阅读全文
posted @ 2021-01-02 14:26 天气之子A 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/d521000121/article/details/70196896 ESP8266刷不同固件后,有时会出现反复启动的问题,可能是FLASH里有未擦除干净的区域。 网上有很多清除方法,基本都是介绍在Python环境下擦除FLASH,对于菜鸟来说有点 阅读全文
posted @ 2020-12-31 14:21 天气之子A 阅读(1371) 评论(0) 推荐(0) 编辑
摘要: IDEA加载项目时提示Windows Defender might be impacting your build performance. IntelliJ IDEA checked the following directories 解决方案 打开windows安全中心—>病毒和威胁防护点击管理 阅读全文
posted @ 2020-12-31 13:41 天气之子A 阅读(862) 评论(0) 推荐(0) 编辑
摘要: 在clion代码文件的编码是UTF-8格式,而控制台在显示UTF-8格式的中文时会出现乱码,所以需要修改代码文件的编码格式,具体操作如下。点击clion窗口右下角编码格式,将utf-8改为GBK在弹出的窗口中选择convert 重新运行代码即可正确显示中文。 阅读全文
posted @ 2020-12-31 13:26 天气之子A 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/lidabo/p/8990348.html https://blog.csdn.net/weixin_43025071/article/details/83016495 mingw: 链接:https://pan.baidu.com/s/1zW2 阅读全文
posted @ 2020-12-31 12:12 天气之子A 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 由于ESP32按键重置配网不行 ,可以通过mdns来指定主机名,主机名可以再写一个网页来指定,通过webserver来重置网络。 阅读全文
posted @ 2020-12-29 13:50 天气之子A 阅读(1661) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/a46160ab35b4 参考2:https://blog.51cto.com/meyangyang/2094937 1. 导出原项目的依赖 pip freeze > requirements.txt 2. 在新项目中一次性安装依赖 pip 阅读全文
posted @ 2020-12-29 11:13 天气之子A 阅读(66) 评论(0) 推荐(0) 编辑
摘要: github链接:https://github.com/lorol/LITTLEFS SPIFFS 弃用警告:https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html 阅读全文
posted @ 2020-12-29 10:03 天气之子A 阅读(1556) 评论(0) 推荐(0) 编辑
摘要: 参考Github:https://github.com/RobTillaart/HX711 参数意义参考:https://www.yiboard.com/thread-1241-1-1.html set_scale();函数将用于刻度校准的calibration_factor设置为所需的值,tare 阅读全文
posted @ 2020-12-28 11:06 天气之子A 阅读(969) 评论(0) 推荐(0) 编辑