加载中...

该文被密码保护。 阅读全文
posted @ 2022-01-15 20:28 HelloMagicWorld 阅读(137) 评论(0) 推荐(0)
摘要: 安装环境:Win10 64位 软件版本:MySQL 5.7.24 解压版 一、下载 点开下面的链接: https://downloads.mysql.com/archives/community/ 选择选择和自己系统位数相对应的版本点击右边的Download,此时会进到另一个页面,同样在接近页面底部 阅读全文
posted @ 2021-12-24 11:07 HelloMagicWorld 阅读(260) 评论(0) 推荐(0)
摘要: 问题描述: IDEA使用过程中出现卡顿现象,甚至未响应现象。此时打开任务管理器可以看到IDEA进程占用CPU过高甚至满载。 可能原因 可能与系统非正常关闭有关,导致IDEA的缓存和索引文件出现错误。 解决方法 手动删除idea的缓存与索引文件。 操作步骤 首先打开至如下目录C:\Users\yxc_ 阅读全文
posted @ 2020-09-10 17:24 HelloMagicWorld 阅读(6964) 评论(0) 推荐(0)
摘要: 为什么无法同步? 解决方法: 将 [remote "origin"] url=https://github.com/用户名/仓库名.git 修改为: [remote "origin"] url=https://用户名:密码@github.com/用户名/仓库名.git 阅读全文
posted @ 2020-09-07 22:30 HelloMagicWorld 阅读(149) 评论(0) 推荐(0)
摘要: 在执行git push命令的过程中,可能会遇到如下错误: ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/WinStarry/javaSE.git' 阅读全文
posted @ 2020-09-05 22:30 HelloMagicWorld 阅读(1550) 评论(0) 推荐(0)