
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
uniapp+node.js实现mqtt双向通讯
1.下载node包npm install mosca mqtt --save --registry=https://registry.npm.taobao.org2.在根路径下创建server.jsconst mosca = require("mosca");//https密钥路径// const SECURE_KEY=dirname+'/key.pem"// const SECURE_CERT
node.js 运行node app.js无反应
var http = require('http');http.createServer(function (request,response) {response.writeHead(200,{"Content-Type":"text/html;charset='utf-8'"});response.write('this is node.js');response.end();}).liste

uniapp打开、搜索蓝牙,通过蓝牙发送、接收数据
html<view><button @click="open">1.是否开启蓝牙</button><button @click="search">2.搜索蓝牙</button><button @click="initBlue">3.连接蓝牙</button><button @click="getInfo"&g
到底了







