上一页 1 2 3 4 5 6 ··· 127 下一页
摘要: powershell打开esp32s3图形配置菜单menuconfig https://txwtech.blog.csdn.net/article/details/156432661 硬件基于基于ESP32S3CAM开发板,代码基于bread-compact-wifi-lcd修改 使用的摄像头是OV 阅读全文
posted @ 2026-01-08 19:33 txwtech 阅读(31) 评论(0) 推荐(0)
摘要: # MCP (Model Context Protocol) 交互流程 NOTICE: AI 辅助生成, 在实现后台服务时, 请参照代码确认细节!! 本项目中的 MCP 协议用于后台 API(MCP 客户端)与 ESP32 设备(MCP 服务器)之间的通信,以便后台能够发现和调用设备提供的功能(工具 阅读全文
posted @ 2026-01-06 13:32 txwtech 阅读(41) 评论(0) 推荐(0)
摘要: esp32 idf控制舵机MG90s 黄色:信号 红色:VCC 棕色:GND #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include 阅读全文
posted @ 2026-01-03 13:58 txwtech 阅读(23) 评论(0) 推荐(0)
摘要: 无法打开 源 文件 "driver/ledc.h" cmakelists里面添加: idf_component_register(SRCS "hello_world_main.c" PRIV_REQUIRES spi_flash INCLUDE_DIRS "." REQUIRES driver PR 阅读全文
posted @ 2026-01-03 11:18 txwtech 阅读(10) 评论(0) 推荐(0)
摘要: [QxOrm] qx::QxSqlDatabase : 'unable to open connection to database' Error number '28041' : ORA-28041: authentication protocol internal error instantcl 阅读全文
posted @ 2025-12-30 17:23 txwtech 阅读(31) 评论(0) 推荐(0)
摘要: "2025-12-30 14:59:44:Oracle开始连接start" “SugarTvision.exe”(Win32): 已加载“D:\QT_Project_vs\SugarTvision\x64\Debug\plugins\sqldrivers\qsqlocid.dll”。已加载符号。 “ 阅读全文
posted @ 2025-12-30 15:35 txwtech 阅读(19) 评论(0) 推荐(0)
摘要: c#在预检界面弹出的对话框有时卡顿导致系统无响应 在线程中启用了窗口,需要Invoke this.Invoke((MethodInvoker)delegate { var form = new Form_Zimo(...); form.ShowDialog(this); }); 阅读全文
posted @ 2025-12-30 13:42 txwtech 阅读(19) 评论(0) 推荐(0)
摘要: 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 LNK2005 "public: void __cdecl SqlOperationOracle::TestOracle(class QString,class QDate)" (?TestOracle@SqlOperationOracle@@ 阅读全文
posted @ 2025-12-30 08:21 txwtech 阅读(9) 评论(0) 推荐(0)
摘要: SELECT * FROM dddm_history WHERE EQP_ID='dsdf07' AND CREATED_TIME >= TO_DATE('2025-12-23 08:00:00', 'YYYY-MM-DD HH24:MI:SS') AND CREATED_TIME < TO_DAT 阅读全文
posted @ 2025-12-24 09:49 txwtech 阅读(27) 评论(0) 推荐(0)
摘要: void AiEquAssistant::on_tabWidget_tabCloseRequested(int index) { if (index < 0) return; auto aa = QMessageBox::question(this, "tips", "window will be 阅读全文
posted @ 2025-12-22 16:44 txwtech 阅读(32) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 ··· 127 下一页