上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: 1、问题 gitlab下载项目的时候出现 Permission denied, please try again 报错 2、场景 在使用 git 克隆或上传项目的时候出现 git@xxx password: 让你输入密码,输入什么都会出现 Permission denied, please try 阅读全文
posted @ 2022-06-20 20:56 Code7Rain 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 问题 使用电脑已存在的 ssh-key 直接添加到版本仓库,这是新手配置时候很容易犯的错误。 相关报错:OpenSSL SSL_read: Connection was reset, errno 10054 Bug0015 场景 在一台电脑上登录 git,但是要操作多个版本仓库如 GitLab 和 阅读全文
posted @ 2022-06-20 20:44 Code7Rain 阅读(766) 评论(0) 推荐(0) 编辑
摘要: 1、前期准备 拆机工具:小型的十字螺丝刀(购买电池时可以考虑咨询店家是否附赠) 新电池: 注意购买前注意查看自己电脑型号 如何查看电脑型号? 方法一,在搜索栏里输入dxdiag,点击确定,页面中所显示的系统型号即为电脑型号。 方法二,使用快捷键Windows+R,在搜索栏输入cmd,点击确定,直接在 阅读全文
posted @ 2022-06-18 21:36 Code7Rain 阅读(3078) 评论(0) 推荐(0) 编辑
摘要: 1、问题 SQL 错误 [08S01]: Communications link failure The last packet successfully received from the server was 665,722 milliseconds ago. The last packet s 阅读全文
posted @ 2022-06-18 20:14 Code7Rain 阅读(2599) 评论(0) 推荐(0) 编辑
摘要: 1、问题 新增了接口,swagger展示的仍然是之前的接口文档。 2、场景 新增了接口,swagger展示的仍然是之前的接口文档。 3、原因 待补充 4、解决方案 maven 里双击 clean ,然后双击 install ,重新启动项目即可。 其他方案 阅读全文
posted @ 2022-06-18 20:05 Code7Rain 阅读(2707) 评论(0) 推荐(0) 编辑
摘要: 1、问题 测试报错 { "msg": "com.ruoyi.xxxx.domain.User cannot be cast to java.lang.String", "code": 500 } 2、场景 swagger 中测试接口 3、原因 返回值的类型错误,应该返回一个 User 对象,代码中返 阅读全文
posted @ 2022-06-18 20:05 Code7Rain 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1、问题 Unable to resolve table xxx 2、场景 Idea 切换 MySQL 数据源时报错,Mapper.xml文件显示红色,提示 Unable to resolve table xxx 3、原因 ==待梳理 4、解决方案 如图 Idea 提示,点击选择 Go to sql 阅读全文
posted @ 2022-06-10 18:58 Code7Rain 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: 1、问题 fatal: unable to access 'https://github.com/xxxxx/xxxxx.github.io.git/': OpenSSL SSL_read: Connection was reset, errno 10054 2、场景 Hexo+Github 搭建博 阅读全文
posted @ 2022-06-10 18:54 Code7Rain 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1、问题 fatal: refusing to merge unrelated histories 2、场景 合并其他分支到主分支 3、原因 两个分支是两个不同的版本,具有不同的提交历史,所以报错。 4、解决方案 允许不相关历史提交,强制合并,代码如下: git pull origin master 阅读全文
posted @ 2022-06-10 18:54 Code7Rain 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1、问题: remote: Support for password authentication was removed on August 13, 202x. Please use a personal access token instead. remote: Please see https 阅读全文
posted @ 2022-06-10 18:52 Code7Rain 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页