上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 127 下一页
摘要: click-weather:24:25: fatal error: ArduinoJson.h: No such file or directory #include <ArduinoJson.h> click-weather:25:21: fatal error: TimeLib.h: No su 阅读全文
posted @ 2023-07-23 15:41 txwtech 阅读(68) 评论(0) 推荐(0)
摘要: I2C和SPI是两种不同的通信协议。听到协议,似乎高不可攀,其实协议就是人们定义的一个标准而已,我们只要遵照这个标准去做事,就可以。比如公司规定早上9点上班,我们就9点上班,不然就会扣薪水,这就是个协议。用I2C通信的芯片最常用的就是EEPROM芯片,如Atmel的AT24CXX系列,此外,还有一些 阅读全文
posted @ 2023-07-21 15:19 txwtech 阅读(3954) 评论(0) 推荐(0)
摘要: In file included from C:\Users\txwtech\Documents\Arduino\libraries\TJpg_Decoder\src/TJpg_Decoder.h:23:0, from d:\Arduino\esp8266-click-weather-ips-mai 阅读全文
posted @ 2023-07-19 22:01 txwtech 阅读(169) 评论(0) 推荐(0)
摘要: vscode正在加载配置... 正在初始化包... 正在准备开发板... 正在验证... In file included from C:\Users\txwtech\Documents\Arduino\libraries\TJpg_Decoder\src/TJpg_Decoder.h:23:0, 阅读全文
posted @ 2023-07-19 21:11 txwtech 阅读(108) 评论(0) 推荐(0)
摘要: c#winform datagridview隐藏单元格的值 //隐藏单元格的值 private void dataGridView_front_section_storage_07_CellPainting(object sender, DataGridViewCellPaintingEventAr 阅读全文
posted @ 2023-07-18 14:53 txwtech 阅读(299) 评论(1) 推荐(0)
摘要: private void DGV_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { if (e.ColumnIndex >= 0 && DGV.Columns[e.ColumnIndex].Name == "字段名称 阅读全文
posted @ 2023-07-17 16:28 txwtech 阅读(115) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/433461900 其实图表已经把功能成系列的引脚归类排列在一起了,根据注意事项翻译过来就是: GPIO0(D3):连接到NODEMCU为代表的FLASH按键开关上,作为输入时上拉,作为输出时是推荐作为输出引脚的。如果引脚被拉低则无法启动; 阅读全文
posted @ 2023-07-16 19:55 txwtech 阅读(8340) 评论(0) 推荐(0)
摘要: QT Creator的project转换成Visual Studio的project 在windows10下,运行Qt Command Prompt。 输入命令行: qmake -tp vc XXX.pro 会生成文件XXX.vcxproj Visual Studio的project转成QT Cre 阅读全文
posted @ 2023-07-09 08:49 txwtech 阅读(1784) 评论(0) 推荐(0)
摘要: Microsoft Visual C++ Runtime Library Debug Assertion Failed! Program: ...ware_demo_c++_2021-09-25\PCSoftware_demo\Debug\PCSoftware.exeFile: minkernel\ 阅读全文
posted @ 2023-07-04 14:06 txwtech 阅读(205) 评论(0) 推荐(0)
摘要: 最常见的ProcessStartInfo启动 ProcessStartInfo info = new ProcessStartInfo(); info.FileName = @"路径\exe的文件名"; info.Arguments = ""; info.WindowStyle = ProcessW 阅读全文
posted @ 2023-07-04 10:50 txwtech 阅读(841) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 127 下一页