会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
加载中...
HelloMagicWorld
用代码实现财务自由
管理
2022年1月15日
Maven自动化的构建工具
该文被密码保护。
阅读全文
posted @ 2022-01-15 20:28 HelloMagicWorld
阅读(137)
评论(0)
推荐(0)
2021年12月24日
MySQL安装与卸载
摘要: 安装环境:Win10 64位 软件版本:MySQL 5.7.24 解压版 一、下载 点开下面的链接: https://downloads.mysql.com/archives/community/ 选择选择和自己系统位数相对应的版本点击右边的Download,此时会进到另一个页面,同样在接近页面底部
阅读全文
posted @ 2021-12-24 11:07 HelloMagicWorld
阅读(260)
评论(0)
推荐(0)
2020年9月10日
解决IDEA使用过程中卡顿未响应问题
摘要: 问题描述: IDEA使用过程中出现卡顿现象,甚至未响应现象。此时打开任务管理器可以看到IDEA进程占用CPU过高甚至满载。 可能原因 可能与系统非正常关闭有关,导致IDEA的缓存和索引文件出现错误。 解决方法 手动删除idea的缓存与索引文件。 操作步骤 首先打开至如下目录C:\Users\yxc_
阅读全文
posted @ 2020-09-10 17:24 HelloMagicWorld
阅读(6964)
评论(0)
推荐(0)
2020年9月7日
解决git push错误
摘要: 为什么无法同步? 解决方法: 将 [remote "origin"] url=https://github.com/用户名/仓库名.git 修改为: [remote "origin"] url=https://用户名:密码@github.com/用户名/仓库名.git
阅读全文
posted @ 2020-09-07 22:30 HelloMagicWorld
阅读(149)
评论(0)
推荐(0)
2020年9月5日
解决错误:error: failed to push some refs to
摘要: 在执行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)
公告