摘要: ### 安装 MQTT Broker * mosquitto 纯 C 实现 * https://github.com/eclipse/mosquitto.git ### 安装 ``` brew install mosquitto ``` ### 启动服务 ``` mosquitto ``` ![]( 阅读全文
posted @ 2023-09-01 17:29 vx_guanchaoguo0 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ### 利用pdfminer.six 和 fiz ``` import os from pathlib import Path from fitz import fitz from pdfminer.high_level import extract_text def mu_extract_imag 阅读全文
posted @ 2023-09-01 10:24 vx_guanchaoguo0 阅读(35) 评论(0) 推荐(0) 编辑