摘要: 参考:https://router.vuejs.org/zh/guide/advanced/navigation-guards.html router.beforeEach((to, from, next) => { if (to.name !== 'Login' && !isAuthenticat 阅读全文
posted @ 2020-12-27 17:42 天气之子A 阅读(85) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/wupeiqi/articles/5703697.html 阅读全文
posted @ 2020-12-27 16:54 天气之子A 阅读(54) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/ming1025/p/9887247.html 阅读全文
posted @ 2020-12-27 16:52 天气之子A 阅读(59) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/me168/archive/2004/01/13/10424955.html webpack.base.config 文件中 修改前: { test: /\.css$/, use: ExtractTextPlugin.extract({ use: 阅读全文
posted @ 2020-12-27 16:50 天气之子A 阅读(683) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/liwenzhou/p/8343243.html https://www.cnblogs.com/sss4/p/7071334.html 阅读全文
posted @ 2020-12-27 16:49 天气之子A 阅读(64) 评论(0) 推荐(0)
摘要: 参考:django应用之corsheaders[跨域设置] 阅读全文
posted @ 2020-12-27 14:04 天气之子A 阅读(350) 评论(0) 推荐(0)
摘要: 参考:发送HTTP请求 参考:获取时间 #include <ESP8266WiFi.h> #include <ESP8266HTTPClient.h> //在这里输入你家的WiFi名字和密码 const char* ssid = "hg2020"; const char* password = "1 阅读全文
posted @ 2020-12-27 13:24 天气之子A 阅读(1648) 评论(0) 推荐(0)
摘要: github:https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/languages.html ESP-IDF 编程指导(中文版) ESP32的板载灯GPIO2 阅读全文
posted @ 2020-12-27 11:53 天气之子A 阅读(346) 评论(0) 推荐(0)
摘要: Window下安装MQTT :https://www.cnblogs.com/sam-uncle/p/10979049.html MQTT测试软件:http://workswithweb.com/mqttbox.html Lunux:https://blog.csdn.net/ganquanzhon 阅读全文
posted @ 2020-12-27 11:25 天气之子A 阅读(553) 评论(0) 推荐(0)
摘要: 参考:https://www.qutaojiao.com/8043.html ESP8266的HTTP请求:http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-refer 阅读全文
posted @ 2020-12-27 11:14 天气之子A 阅读(2684) 评论(0) 推荐(0)