上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页

2022年8月25日

摘要: 版本:3.8.0,将其改为本地登录 问题 后台登录接口尚未开发,为了不影响系统其他接口的开发和测试工作,将vue admin template改为本地登录。 解决方案:手动配置token,将登录相关的接口改为静态数据不请求后台接口 将\src\store\modules\user.js中的Login 阅读全文
posted @ 2022-08-25 21:37 scrutiny-span 阅读(636) 评论(10) 推荐(0)
 
摘要: 问题 解决方案 更新源 sudo sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* sudo sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http:/ 阅读全文
posted @ 2022-08-25 21:33 scrutiny-span 阅读(97) 评论(0) 推荐(0)
 
摘要: 1.问题描述 2.解决方案 vim /etc/mysql/mysql.conf.d/mysqld.cnf 注释掉bind-address=127.0.0.1 重启MySQL服务器,使用Navicat重新连接。 阅读全文
posted @ 2022-08-25 21:32 scrutiny-span 阅读(221) 评论(0) 推荐(1)
 
摘要: 1.问题描述 2.解决方案 如下 systemctl unmask mysql.service 重新启动MySQL服务成功 service mysql start 阅读全文
posted @ 2022-08-25 21:31 scrutiny-span 阅读(868) 评论(0) 推荐(0)
 
摘要: 1.问题描述:执行sudo apt update命令报错如下 2.解决 获取 gpg 公钥 sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29 导出公钥,加入到 apt 信任密钥 sudo gpg --expo 阅读全文
posted @ 2022-08-25 21:30 scrutiny-span 阅读(603) 评论(0) 推荐(0)
 
摘要: 1.问题描述 2.解决方案 更改项目下的vue.config.js配置文件:添加lintOnSave:false, const { defineConfig } = require("@vue/cli-service"); module.exports = defineConfig({ transp 阅读全文
posted @ 2022-08-25 21:29 scrutiny-span 阅读(898) 评论(0) 推荐(0)
 
摘要: 1.安装typings包 安装命令 // 使用cnpm,前提配置好淘宝镜像 cnpm i typings -g 测试是否安装成功 typings --version 2.在项目开发目录下打开终端依次执行如下命令 typings的配置文件 # 执行完该命令会在项目目录下新建typings.json文件 阅读全文
posted @ 2022-08-25 21:29 scrutiny-span 阅读(801) 评论(0) 推荐(0)
 
摘要: 问题描述 解决方案:打开心跳机制 ###consul服务端口号 server: port: 8006 spring: application: name: consul-provider-payment ####consul注册中心地址 cloud: consul: host: 120.55.87. 阅读全文
posted @ 2022-08-25 21:28 scrutiny-span 阅读(221) 评论(0) 推荐(0)
 
摘要: 进入hosts文件目录 选择以管理员身份打开Windows PowerShell 输入cmd进入管理员界面,输入notepad hosts编辑hosts文件 阅读全文
posted @ 2022-08-25 21:24 scrutiny-span 阅读(140) 评论(0) 推荐(0)
 
摘要: IDEA中导入Maven模块 1.一个模块一个模块添加,添加pom文件 2.批量添加模块:批量添加pom文件 阅读全文
posted @ 2022-08-25 21:23 scrutiny-span 阅读(131) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页