上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 302 下一页
摘要: MQTT Keepalive=0 意味着客户端不希望发送心跳包(PINGREQ),也不希望服务器发送心跳响应(PINGRESP)。 这是一个特殊的值,具有特定的含义和重要的注意事项。 详细解释 1. 正常 Keepalive 机制 在深入了解 keepalive=0 之前,先理解正常的 keepal 阅读全文
posted @ 2025-09-02 09:35 我不是萧海哇~~~ 阅读(65) 评论(0) 推荐(0)
摘要: textarea中没有接口直接可以设置光标的状态,并且ta中的光标也只是根据ta中的label围出来的区域(area)。闪烁光标的是在ta内置的动画进行:操作 光标区域 根据指定的时间让光标区域不断隐藏(透明)-显示(不透明) 所以我们可以控制光标的闪烁时间,设置为 0 就是不闪烁,但是理论上来说我 阅读全文
posted @ 2025-09-01 20:46 我不是萧海哇~~~ 阅读(26) 评论(0) 推荐(0)
摘要: let setProxyArr = function (proxyObjArr) { for (let i = 0; i < proxyObjArr.length; i++) { const handler = `{ get:function(target,property,receiver){ c 阅读全文
posted @ 2025-09-01 20:21 我不是萧海哇~~~ 阅读(209) 评论(0) 推荐(0)
摘要: static esp_mqtt_client_handle_t mqtt_clients[2] = { NULL, NULL }; static esp_mqtt_client_config_t m_mqtt_cfg[2] = { 0 }; static void mqtt_event_handle 阅读全文
posted @ 2025-09-01 16:23 我不是萧海哇~~~ 阅读(16) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-09-01 09:41 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-08-31 22:22 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)
摘要: lv_obj_t *imgBtn=lv_imgbtn_create(lv_scr_act(), NULL); lv_obj_set_style_local_transform_zoom(imgBtn, LV_BTN_PART_MAIN,LV_STATE_DEFAULT,2); 阅读全文
posted @ 2025-08-31 12:11 我不是萧海哇~~~ 阅读(27) 评论(0) 推荐(0)
摘要: static lv_style_t style_scr_act; if (style_scr_act.prop_cnt == 0) { lv_style_init(&style_scr_act); lv_style_set_bg_opa(&style_scr_act, LV_OPA_COVER); 阅读全文
posted @ 2025-08-31 11:31 我不是萧海哇~~~ 阅读(65) 评论(0) 推荐(0)
摘要: import requests import json headers = { "accept": "*/*", "accept-language": "zh-CN,zh;q=0.9", "cache-control": "no-cache", "content-type": "applicatio 阅读全文
posted @ 2025-08-31 11:00 我不是萧海哇~~~ 阅读(6) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-08-31 10:45 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 302 下一页