【原创】 python配合mitmproxy抓取数据
14 03 2023
1python和mitmproxy版本要配合我用的python3.6.8+mitmproxy5.0.12.发现问题:用高版本的python和mitmproxy在windows上导入mitm.it浏览器秘钥会强制输入密码,所以降到低版本就好了。启动mitmdump抓取mitmdump-smitmproxy.pypy文件是自定义文件
python安装mitmproxy出现ImportError: DLL load failed: 找不到指定的模块
06 09 2022
python安装mitmproxy出现ImportError:DLLloadfailed:找不到指定的模块ImportError:DLLloadfailedImportError:DLLloadfailed在很多时候,能顺利安装模块,却在运行时出现此类异样抛处,看起来很吓人,但诸如这类问题可以先考虑以下解决方法:因为是dll的问题,很显然问题一般不在安装上,而在运行环境系统上,特别是在win系统中,常常出问题,和我一样的初学者估计也是头疼半死。其实问题很简单传送门https://support.microsoft.com/zh-cn/help/2977003/the-latest-suppor...
esp8266调用sh1106的oled
26 01 2022
1.保存下面python并下载到硬件# #MicroPythonSH1106OLEDdriver,I2CandSPIinterfaces # #TheMITLicense(MIT) # #Copyright(c)2016RadomirDopieralski(@deshipu), #2017-2021RobertHammelrath(@robert-hh) #2021TimWeber(@scy) # #Permissionisherebygranted,freeofcharge,toanypersonobtainingacopy #ofthissoftwareandassociateddocum...
【原创】 esptool刷固件micropython
26 01 2022
pip3installesptoolesptool.py--port/dev/tty.wchusbserial1430--baud115200write_flash--flash_size=4MB-fmdio0/xxxxxxxx/esp8266/xxxxxxx.bin参数尽量写全要不然连不上python解释器