摘要: 报错 endpoint is blank create config service error!properties=NacosConfigProperties{serverAddr='null' 没读到配置,注册中心和配置中心都要配置 阅读全文
posted @ 2024-02-29 17:58 VCCICCV 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 新建的微服务模块不识别 项目结构 导入模块 阅读全文
posted @ 2023-12-22 20:44 VCCICCV 阅读(68) 评论(0) 推荐(0) 编辑
摘要: * 初学SpringBootCloud启动遇到以下报错 ```java *************************** APPLICATION FAILED TO START *************************** Description: Web application c 阅读全文
posted @ 2023-06-11 16:18 VCCICCV 阅读(2070) 评论(0) 推荐(0) 编辑
摘要: 1. 在 Linux 系统中,你可以使用以下命令停止 MySQL 服务: ``` sudo systemctl stop mysql ``` 1. 启动 MySQL 服务,并跳过权限验证: ``` sudo mysqld_safe --skip-grant-tables & ``` 在这个命令中,` 阅读全文
posted @ 2023-06-09 20:16 VCCICCV 阅读(148) 评论(0) 推荐(0) 编辑
摘要: ​效果: 硬件要求:台式和笔记本均需要网卡,显卡驱动要新一点的 准备工作:两台设备操作相同,同时进行,需安装图形工具,以下为操作步骤: 点击左下角​编辑 => 设置​编辑 =>应用 ​编辑 => 可选功能​编辑 => 添加功能 ​编辑 => 选择图形工具点击安装​编辑 => 重启电脑 => 右击蓝牙 阅读全文
posted @ 2023-03-24 11:34 VCCICCV 阅读(508) 评论(0) 推荐(0) 编辑
摘要: Fyne默认不支持中文 解决:先安装go-findfont 地址https://github.com/flopp/go-findfont.git,控制台执行 go get -u github.com/flopp/go-findfont 粘贴这段代码 func init() { fontPath, e 阅读全文
posted @ 2022-10-31 01:00 VCCICCV 阅读(3999) 评论(1) 推荐(0) 编辑
摘要: 用go fyne写程序 win.Resize(fyne.NewSize(600, 500))// 设置窗口大小 报错 too many arguments in conversion to "fyne.io/fyne/v2".Size goland不显示错误VScode显示错误 goland运行报错 阅读全文
posted @ 2022-10-30 22:52 VCCICCV 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 执行 pacman -Syu报错-bash: $'\302\226pacman': command not found可能是粘贴了空格 成功 阅读全文
posted @ 2022-10-29 19:28 VCCICCV 阅读(37) 评论(0) 推荐(0) 编辑
摘要: choco : 无法将“choco”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正 确,然后再试一次。 原因:没有安装chocolatey :chocolatey.org/install 复制到cmd 按enter进行安装: Set-Execu 阅读全文
posted @ 2022-10-29 17:02 VCCICCV 阅读(315) 评论(0) 推荐(0) 编辑