会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
61
62
63
64
65
66
67
68
69
···
127
下一页
2023年8月23日
vscode platformio编译esp8266/esp32报错 command 'platformio-ide.build' not found解决方法
摘要: command 'platformio-ide.build' not found 与HUAWEI DevEco Device Tool,DevEco Device Tool安装包存在冲突,卸载Deveco即可。 其它参考:https://blog.csdn.net/qcmc123/article/d
阅读全文
posted @ 2023-08-23 14:01 txwtech
阅读(1205)
评论(2)
推荐(0)
2023年8月22日
platformIO安装方法汇总--新建项目下载慢的解决办法
摘要: platformIO安装方法汇总供参考 1.PlatformIO离线安装终极方法 2.PlatformIO开发环境搭建 3.VsCode PlatformIo 插件新建项目下载慢的解决办法 下载慢参考2: https://blog.csdn.net/Reasally/article/details/
阅读全文
posted @ 2023-08-22 08:43 txwtech
阅读(2433)
评论(3)
推荐(0)
c#将时间戳转化为时间
摘要: #region 将时间戳转化为时间 public string ConvertTampToDateTime(double timeStamp) { DateTime dateTime = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc).AddS
阅读全文
posted @ 2023-08-22 08:10 txwtech
阅读(419)
评论(0)
推荐(0)
2023年8月18日
arduino2.1.0-esp32_2.0.9-esp8266_3.1.1离线安装包
摘要: arduino2.1.0-esp32_2.0.9-esp8266_3.1.1离线安装包 https://pan.baidu.com/s/1DFR2X6stro4PTXMg9rOrow?pwd=b4u0 提取码:b4u0 翻译 搜索 复制
阅读全文
posted @ 2023-08-18 11:48 txwtech
阅读(1250)
评论(0)
推荐(0)
2023年8月12日
esp8266太空人天气时钟编译成功vscode_arduino
摘要: esp8266太空人天气时钟编译成功vscode_arduino 库文件版本: 翻译 搜索 复制
阅读全文
posted @ 2023-08-12 17:08 txwtech
阅读(195)
评论(2)
推荐(1)
2023年8月10日
esp8266httpclient_get_post使用
摘要: esp8266httpclient_get_post使用 #include<ESP8266WiFi.h> #include <ESP8266HTTPClient.h> //const char *ssid = "AxxxIFI"; const char *password = "xxxs879xxx
阅读全文
posted @ 2023-08-10 14:25 txwtech
阅读(271)
评论(0)
推荐(0)
esp8266使用arduinoJson与tft_espi库发生冲突解决方法
摘要: arduinoJson与tft_espi库发生冲突解决方法 下载arduinoJson5.0版本的,不要用最新版本 示范代码 // Copyright Benoit Blanchon 2014 // MIT License // // Arduino JSON library // https://
阅读全文
posted @ 2023-08-10 11:19 txwtech
阅读(142)
评论(0)
推荐(0)
2023年8月8日
c#使用HttpListener监听post及get请求方法
摘要: c#使用HttpListener监听post及get请求方法示范 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing;
阅读全文
posted @ 2023-08-08 08:10 txwtech
阅读(137)
评论(0)
推荐(0)
2023年8月7日
目录路径中“./”、“../”、“/”代表的含义
摘要: 路径中“./”、“../”、“/”代表的含义 “./”:代表目前所在的目录。 " . ./"代表上一层目录。 “/”:代表根目录。 翻译 搜索 复制
阅读全文
posted @ 2023-08-07 15:02 txwtech
阅读(1561)
评论(0)
推荐(0)
2023年8月4日
AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/../../bootloaders/eboot/flash.h:16:32: fatal error: spi_flash_geometry.h:
摘要: AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/../../bootloaders/eboot/flash.h:16:32: fatal error: spi_flash_geometry.h
阅读全文
posted @ 2023-08-04 08:37 txwtech
阅读(76)
评论(0)
推荐(0)
上一页
1
···
61
62
63
64
65
66
67
68
69
···
127
下一页