diff --git a/repos/categories/fragments/2022/03/25.合并两个Git仓库的历史提交记录.md b/repos/categories/fragments/2022/03/25.合并两个Git仓库的历史提交记录.md index e66cf013a..6adae5ba6 100644 --- a/repos/categories/fragments/2022/03/25.合并两个Git仓库的历史提交记录.md +++ b/repos/categories/fragments/2022/03/25.合并两个Git仓库的历史提交记录.md @@ -45,7 +45,7 @@ tags: cd eladminx ``` - ![202203252252923](../../../public/img/2022/03/202203252252923.png) + ![202203252252923](../../../../public/img/2022/03/202203252252923.png) 2. 将前端仓库作为后端仓库的远程仓库,起别名为 frontend(这个随便起) @@ -53,7 +53,7 @@ tags: git remote add -f frontend https://gitee.com/Charles7c/eladminx-web.git ``` - ![202203252252926](../../../public/img/2022/03/202203252252926.png) + ![202203252252926](../../../../public/img/2022/03/202203252252926.png) 3. 将前端仓库的 master 分支(自己选择哪个分支)合并到后端仓库 @@ -61,7 +61,7 @@ tags: git merge --strategy ours --no-commit frontend/master ``` - ![202203252252929](../../../public/img/2022/03/202203252252929.png) + ![202203252252929](../../../../public/img/2022/03/202203252252929.png) 想法很美,但是报错了: @@ -75,7 +75,7 @@ tags: git merge --strategy ours --allow-unrelated-histories --no-commit frontend/master ``` - ![202203252252931](../../../public/img/2022/03/202203252252931.png) + ![202203252252931](../../../../public/img/2022/03/202203252252931.png) 4. 将前端仓库的 master 分支内容放到在后端仓库内刚建好的 eladminx-web 文件夹中 diff --git a/repos/categories/issues/2021/12/01.F盘上的回收站已损坏。是否清空该驱动器上的回收站.md b/repos/categories/issues/2021/12/01.F盘上的回收站已损坏。是否清空该驱动器上的回收站.md index c49447148..39ca8ded3 100644 --- a/repos/categories/issues/2021/12/01.F盘上的回收站已损坏。是否清空该驱动器上的回收站.md +++ b/repos/categories/issues/2021/12/01.F盘上的回收站已损坏。是否清空该驱动器上的回收站.md @@ -14,7 +14,7 @@ tags: 近期打开移动硬盘时,经常弹出一个提示框,提示内容是:**F:\ 上的"回收站"已损坏。是否清空该驱动器上的"回收站"?** -![202112012236800](../../../public/img/2021/12/202112012236800.png) +![202112012236800](../../../../public/img/2021/12/202112012236800.png) 这个提示框出现过好多回了,除了第一次见到时担心数据丢失,所以比较重视,后来次数多了,点过 “是”,也点过 “否”,只要当下不再影响我就先忽略了。 @@ -38,7 +38,7 @@ tags: 我又考虑是不是电脑本次出了点故障,于是我重启了电脑。 -![202112012236805](../../../public/img/2021/12/202112012236805.jpeg) +![202112012236805](../../../../public/img/2021/12/202112012236805.jpeg) 果然,问题还是没解决了。 @@ -66,6 +66,6 @@ tags: rd /s f:\$RECYCLE.BIN ``` -![202112012236810](../../../public/img/2021/12/202112012236810.png) +![202112012236810](../../../../public/img/2021/12/202112012236810.png) 问题解决了。 diff --git a/repos/categories/issues/2021/12/10.Command line is too long. Shorten command line for XXX or also for Spring Boot default configuration.md b/repos/categories/issues/2021/12/10.Command line is too long. Shorten command line for XXX or also for Spring Boot default configuration.md index f5f698657..326af9bb9 100644 --- a/repos/categories/issues/2021/12/10.Command line is too long. Shorten command line for XXX or also for Spring Boot default configuration.md +++ b/repos/categories/issues/2021/12/10.Command line is too long. Shorten command line for XXX or also for Spring Boot default configuration.md @@ -17,7 +17,7 @@ tags: 结果,刚握住水杯,就看到 IntelliJ IDEA 在左下角弹出了一个错误提示框,如下: -![202112102211700](../../../public/img/2021/12/202112102211700.jpg) +![202112102211700](../../../../public/img/2021/12/202112102211700.jpg) 看提示的意思是命令行太长了,让缩短一下命令行。又点了两下【Debug】运行按钮,依然不依不饶的弹出这个提示,那就放下水杯解决吧。 @@ -46,7 +46,7 @@ tags: 双击打开项目根目录下的 `.idea` 目录,这个目录下都是 IntelliJ IDEA 自动保存的项目配置内容,一般情况下我们不需要关注它,但这次我们需要找到其中的 `workspace.xml` 配置文件,手动修改一下配置。 -![202112102211705](../../../public/img/2021/12/202112102211705.png) +![202112102211705](../../../../public/img/2021/12/202112102211705.png) 按下 【Ctrl + F】,在弹出的搜索框中,输入【PropertiesComponent】回车,定位到该项配置后,在其所在的 `` 标签内最后部分添加一条属性配置,如下: @@ -54,6 +54,6 @@ tags: ``` -![202112102211710](../../../public/img/2021/12/202112102211710.png) +![202112102211710](../../../../public/img/2021/12/202112102211710.png) 添加完后,关闭该配置文件即可,再次点击【Debug】运行按钮,项目正常启动了,笔者也该去接水了。 \ No newline at end of file diff --git a/repos/categories/issues/2021/12/13.无法访问F盘。文件或目录损坏且无法读取.md b/repos/categories/issues/2021/12/13.无法访问F盘。文件或目录损坏且无法读取.md index 1be851d1a..5684dd902 100644 --- a/repos/categories/issues/2021/12/13.无法访问F盘。文件或目录损坏且无法读取.md +++ b/repos/categories/issues/2021/12/13.无法访问F盘。文件或目录损坏且无法读取.md @@ -18,7 +18,7 @@ tags: 不过好在最后问题解决了,跟笔者来一起看看解决方法吧。 -![202112132257200](../../../public/img/2021/12/202112132257200.png) +![202112132257200](../../../../public/img/2021/12/202112132257200.png) ## 解决方案 @@ -26,15 +26,15 @@ tags: 首先,在出现问题的磁盘上【右键】单击,然后选择【属性】。 -![202112132257205](../../../public/img/2021/12/202112132257205.png) +![202112132257205](../../../../public/img/2021/12/202112132257205.png) 在弹出的【属性】对话框中,选择【工具】选项卡,然后点击【检查】按钮。这个功能是用来检查磁盘文件系统错误的,检查完还会有个错误修复的环节。 -![202112132257210](../../../public/img/2021/12/202112132257210.png) +![202112132257210](../../../../public/img/2021/12/202112132257210.png) 可惜的是,不知道是笔者这台电脑登录的账号权限问题,还是系统错误,这项修复手段,笔者用不了。 -![202112132257215](../../../public/img/2021/12/202112132257215.png) +![202112132257215](../../../../public/img/2021/12/202112132257215.png) ### 尝试2:命令行修复 @@ -42,7 +42,7 @@ tags: 按下【Windows】键,弹出【开始】菜单,直接输入【cmd】来在菜单中搜索。搜索出来后,在【cmd.exe/命令行】上【右键】单击,选择【以管理员身份运行】。 -![202112132257220](../../../public/img/2021/12/202112132257220.png) +![202112132257220](../../../../public/img/2021/12/202112132257220.png) 在弹出的 CMD 命令行窗口中,输入以下命令: @@ -51,10 +51,10 @@ tags: chkdsk f: /f ``` -![202112132257225](../../../public/img/2021/12/202112132257225.png) +![202112132257225](../../../../public/img/2021/12/202112132257225.png) -![202112132257230](../../../public/img/2021/12/202112132257230.png) +![202112132257230](../../../../public/img/2021/12/202112132257230.png) 等待检查修复结束,笔者的 F 盘又回来了。 -![202112132257235](../../../public/img/2021/12/202112132257235.png) \ No newline at end of file +![202112132257235](../../../../public/img/2021/12/202112132257235.png) \ No newline at end of file diff --git a/repos/categories/issues/2022/01/26.JavaScript 无法存储 Java Long 类型数据问题.md b/repos/categories/issues/2022/01/26.JavaScript 无法存储 Java Long 类型数据问题.md index c1d7491f6..8c0f920a9 100644 --- a/repos/categories/issues/2022/01/26.JavaScript 无法存储 Java Long 类型数据问题.md +++ b/repos/categories/issues/2022/01/26.JavaScript 无法存储 Java Long 类型数据问题.md @@ -66,7 +66,7 @@ tags: 在前端表单中的展示效果大概如下: -![202201260941889](../../../public/img/2022/01/202201260941889.png) +![202201260941889](../../../../public/img/2022/01/202201260941889.png) ## 原因分析 @@ -78,7 +78,7 @@ tags: 最终,配合前端开发定位这个问题的原因是因为: JavaScript 中无法存储 Java 中的 Long 类型数据,当位数超过 JavaScript 整数存储的范围,就会以0来代替了。 -![202201260942561](../../../public/img/2022/01/202201260942561.png) +![202201260942561](../../../../public/img/2022/01/202201260942561.png) ## 解决方案 diff --git a/repos/index.md b/repos/index.md index e3f12e4af..861735faf 100644 --- a/repos/index.md +++ b/repos/index.md @@ -14,7 +14,7 @@ hero: actions: - theme: brand text: Get Started - link: /issues/ + link: /categories/issues/ - theme: alt text: View on GitHub link: https://github.com/Charles7c/charles7c.github.io