240 发简信
IP属地:北京
  • 微信小程序console

    亲身经历,console使用过多,不会导致微信小程序页面卡顿,但是使用调试vConsole时,会导致卡顿。 ps.使用定时器,400ms请求一次...

  • 微信小程序:跳转到应用内的某个页面,传参使用的方法

    从a页面,跳转到b页面,想从a页面将数组或者对象传到b页面,需要用json.stringify()方法将对象或者数组转换为json字符串 从b页...

  • 模糊搜索

    案例: <!--模糊搜索--> <wxsmodule="indexofStr"> module.exports.includes=functio...

  • 向数组追加数据

    res.data.userlist.forEach(item=>{ userList.push(item) }); _this.setData(...

  • arduino String转char *

    String name ="ceshi"; name.c_str();//转char *

  • C++ atoi将string类型转换为int类型

    stringstr="16s";inta=atoi(str.c_str());

  • Resize,w 360,h 240
    记录微信小程序mqtt failed: Close received after close...

    突然出现以下报错 ,循环连接成功、断开后重新连接,报错如下: VM9 asdebug.js:1 WebSocket connection to ...

  • Arduino string 转为int

    Arduino string 转为int,使用.toInt();函数 stringjson_data="123"; int json_data1...

  • 微信小程序使用MQTT

    微信小程序不能使用ip,需要使用已备案域名,并且需要配置ssl,并且MQTT默认的ssl证书也不行,需要申请一个证书,将证书覆盖到MQTT目录e...