上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 338 下一页
摘要: Sep 13 19:18:20 VM-8-12-centos mosquitto[24330]: 1726226300: Socket error on client <unknown>, disconnecting. 报错解释: 这个错误来自于在CentOS系统上运行的Mosquitto MQTT 阅读全文
posted @ 2024-09-13 19:41 emanlee 阅读(244) 评论(0) 推荐(0)
摘要: VS Code 快速输入代码: HTML 代码 只输入 ! ,按Enter,这将自动生成一个基本的HTML骨架代码,例如: 快速输入特定的HTML标签,可以使用Emmet插件,它是VS Code的一个扩展,可以通过简短的指令生成复杂的HTML结构。 输入div,按Enter 输入div*4,按Ent 阅读全文
posted @ 2024-09-08 12:47 emanlee 阅读(442) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-09-08 10:17 emanlee 阅读(0) 评论(0) 推荐(0)
摘要: Vue Avoided redundant navigation to current location: "/login". 报错解释:这个错误是在使用Vue.js框架时,发生的一个警告,表示尝试进行一个冗余的导航到当前位置(即“/login”路径)。这通常发生在Vue Router中,当你尝试通 阅读全文
posted @ 2024-09-01 23:37 emanlee 阅读(652) 评论(0) 推荐(0)
摘要: const http = axios.create({ // 通用请求地址前缀 baseURL: 'http://127.0.0.1:4523', timeout: 10000 // 超时时间 }) 解决方法: 如下图:添加一句代码,然后重新运行即可: console.log("@@@@http=" 阅读全文
posted @ 2024-09-01 08:39 emanlee 阅读(150) 评论(0) 推荐(0)
摘要: nginx出现403错误的解决方法 2024/08/31 17:06:52 [error] 26005#26005: *11 "/root//frontend/dist/index.html" is forbidden (13: Permission denied), client: 220.196 阅读全文
posted @ 2024-08-31 23:07 emanlee 阅读(4758) 评论(0) 推荐(0)
摘要: (venv) [root@VM-8-12-centos backend]# uwsgi --ini uwsig_scripts/uwsgi.ini[uWSGI] getting INI configuration from uwsig_scripts/uwsgi.ini*** WARNING: Ca 阅读全文
posted @ 2024-08-31 15:09 emanlee 阅读(177) 评论(0) 推荐(0)
摘要: django 内置server 外网不能访问, 报连接超时 python manage.py runserver 不能外网访问 1 确保开启了服务 python manage.py runserver 0.0.0.0:80 2 确保开启了防火墙 (1)查看防火墙端口# 查看开放的端口 firewal 阅读全文
posted @ 2024-08-31 13:03 emanlee 阅读(67) 评论(0) 推荐(0)
摘要: CentOS 7 如何修改history命令保存的最大数在内存中,历史命令仅能够存储3000条历史命令,该数量是由环境变量 HISTSIZE 进行控制。使用 echo $HISTSIZE echo $HISTFILESIZE 可以查看历史命令最多条数。可以重新设置最大条数,#1、找到 /etc/pr 阅读全文
posted @ 2024-08-31 10:40 emanlee 阅读(435) 评论(0) 推荐(0)
摘要: 没解决此问题(venv) [root@VM-8-12-centos MYPROJECT-django20240830]# python3 manage.py runserver 0.0.0.0:8080Exception in thread django-main-thread:Traceback 阅读全文
posted @ 2024-08-31 08:32 emanlee 阅读(175) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 338 下一页