diff --git "a/docs/Windows\347\263\273\347\273\237/Office\345\220\257\345\212\250\346\227\266\345\200\231\350\256\277\351\227\256\346\211\223\345\215\260\346\234\272\345\215\241\351\241\277\350\247\243\345\206\263.md" "b/docs/Windows\347\263\273\347\273\237/Office\345\220\257\345\212\250\346\227\266\345\200\231\350\256\277\351\227\256\346\211\223\345\215\260\346\234\272\345\215\241\351\241\277\350\247\243\345\206\263.md" new file mode 100644 index 0000000000..e49391d75c --- /dev/null +++ "b/docs/Windows\347\263\273\347\273\237/Office\345\220\257\345\212\250\346\227\266\345\200\231\350\256\277\351\227\256\346\211\223\345\215\260\346\234\272\345\215\241\351\241\277\350\247\243\345\206\263.md" @@ -0,0 +1,5 @@ +# Office启动时候访问打印机卡顿解决 + +## 如何操作 + +控制面板->设备和打印机-> 右键"Microsoft Print to PDF"设置为默认打印机即可解决。 \ No newline at end of file diff --git "a/docs/Windows\347\263\273\347\273\237/index.md" "b/docs/Windows\347\263\273\347\273\237/index.md" index 2a9476bbef..0ffae2ca8d 100644 --- "a/docs/Windows\347\263\273\347\273\237/index.md" +++ "b/docs/Windows\347\263\273\347\273\237/index.md" @@ -1,15 +1,18 @@ # Windows系统 - [Hyper-V端口占用解决](./Hyper-V端口占用解决.md) +- [Office启动时候访问打印机卡顿解决](./Office启动时候访问打印机卡顿解决.md) - [Win10关闭更新](./Win10关闭更新.md) - [Windows 关闭内核隔离 (解决VMware启动不了)](./Windows-关闭内核隔离(解决VMware启动不了).md) - [Windows 批量版 激活](./Windows-批量版-激活.md) - [Windows10 IDEA卡顿修复,虚拟内存过大](./Windows10-IDEA卡顿修复-虚拟内存过大.md) - [Windows常用路径](./Windows常用路径.md) - [windows搜索界面出现白屏](./windows搜索界面出现白屏.md) +- [使用命令行控制foobar2000播放音乐](./使用命令行控制foobar2000播放音乐.md) - [可执行文件安装成windows服务](./可执行文件安装成windows服务.md) - [如何排查和解决windows关机和重启慢的问题](./如何排查和解决windows关机和重启慢的问题.md) - [开启windows的虚拟化功能](./开启windows的虚拟化功能.md) - [快速关闭windows](./快速关闭windows.md) +- [手动启用WINRE恢复系统](./手动启用WINRE恢复系统.md) - [远程连接必备-虚拟显示器](./远程连接必备-虚拟显示器.md) - [修复win10开始菜单图标显示不正常](./修复win10开始菜单图标显示不正常/修复win10开始菜单图标显示不正常.md) - [实用的bat脚本](./实用的bat脚本/) diff --git "a/docs/Windows\347\263\273\347\273\237/\344\275\277\347\224\250\345\221\275\344\273\244\350\241\214\346\216\247\345\210\266foobar2000\346\222\255\346\224\276\351\237\263\344\271\220.md" "b/docs/Windows\347\263\273\347\273\237/\344\275\277\347\224\250\345\221\275\344\273\244\350\241\214\346\216\247\345\210\266foobar2000\346\222\255\346\224\276\351\237\263\344\271\220.md" new file mode 100644 index 0000000000..ef0e183c75 --- /dev/null +++ "b/docs/Windows\347\263\273\347\273\237/\344\275\277\347\224\250\345\221\275\344\273\244\350\241\214\346\216\247\345\210\266foobar2000\346\222\255\346\224\276\351\237\263\344\271\220.md" @@ -0,0 +1,13 @@ +# 使用命令行控制foobar2000播放音乐 + +## 播放.bat + +```bat +start /b foobar2000.exe /play +``` + +## 暂停.bat + +```bat +start /b foobar2000.exe /pause +``` \ No newline at end of file diff --git "a/docs/Windows\347\263\273\347\273\237/\346\211\213\345\212\250\345\220\257\347\224\250WINRE\346\201\242\345\244\215\347\263\273\347\273\237.md" "b/docs/Windows\347\263\273\347\273\237/\346\211\213\345\212\250\345\220\257\347\224\250WINRE\346\201\242\345\244\215\347\263\273\347\273\237.md" new file mode 100644 index 0000000000..187f62cfc9 --- /dev/null +++ "b/docs/Windows\347\263\273\347\273\237/\346\211\213\345\212\250\345\220\257\347\224\250WINRE\346\201\242\345\244\215\347\263\273\347\273\237.md" @@ -0,0 +1,121 @@ +# 手动启用WINRE恢复系统 + +本文参考 https://blog.xen.lol/2020/04/26/windows-recovery/ + + +## 步骤 + +1. 压缩C盘2G并新建NTFS分区 + +使用Windows磁盘管理工具 + +压缩C盘 2048M + +在空闲分区新建磁盘并格式化,这里盘符是G盘 + + +2. 复制恢复镜像并注册 + +使用 如下的操作 +```cmd +Microsoft Windows [版本 10.0.19045.4123] +(c) Microsoft Corporation。保留所有权利。 + +C:\Windows\system32>mkdir G:\Recovery\WindowsRE + +C:\Windows\system32>xcopy /h C:\Recovery\WindowsRE\winre.wim G:\Recovery\WindowsRE +C:\Recovery\WindowsRE\winre.wim +复制了 1 个文件 + +C:\Windows\system32>C:\Windows\System32\Reagentc /setreimage /path G:\Recovery\WindowsRE +目录设置为: \\?\GLOBALROOT\device\harddisk2\partition5\Recovery\WindowsRE + +REAGENTC.EXE: 操作成功。 + +``` + +3. 取消挂载2G的恢复分区并启用winre + +```powershell +PS C:\Windows\system32> reagentc /info +Windows Recovery Environment (Windows RE) and system reset configuration +Information: + + Windows RE status: Disabled + Windows RE location: + Boot Configuration Data (BCD) identifier: 3b8d20ae-532c-11ec-974d-da6acdd4c584 + Recovery image location: + Recovery image index: 0 + Custom image location: + Custom image index: 0 + +REAGENTC.EXE: Operation Successful. + +PS C:\Windows\system32> diskpart + +Microsoft DiskPart version 10.0.19041.3636 + +Copyright (C) Microsoft Corporation. +On computer: ABCX-PC + +DISKPART> select disk 2 + +Disk 2 is now the selected disk. + +DISKPART> list disk + + Disk ### Status Size Free Dyn Gpt + -------- ------------- ------- ------- --- --- + Disk 0 Online 1863 GB 0 B * + Disk 1 Online 1863 GB 0 B * +* Disk 2 Online 953 GB 2048 KB * + +DISKPART> list partition + + Partition ### Type Size Offset + ------------- ---------------- ------- ------- + Partition 1 Reserved 16 MB 1024 KB + Partition 2 System 350 MB 17 MB + Partition 3 Primary 253 GB 367 MB + Partition 5 Primary 2047 MB 254 GB + Partition 4 Primary 697 GB 256 GB + +DISKPART> select partition 5 + +Partition 5 is now the selected partition. + +DISKPART> remove + +DiskPart successfully removed the drive letter or mount point. + +DISKPART> set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac + +DiskPart successfully set the partition ID. + +DISKPART> gpt attributes=0x8000000000000001 + +DiskPart successfully assigned the attributes to the selected GPT partition. + +DISKPART> exit + +Leaving DiskPart... +PS C:\Windows\system32> C:\Windows\System32\Reagentc /info +Windows Recovery Environment (Windows RE) and system reset configuration +Information: + + Windows RE status: Disabled + Windows RE location: + Boot Configuration Data (BCD) identifier: 3b8d20ae-532c-11ec-974d-da6acdd4c584 + Recovery image location: + Recovery image index: 0 + Custom image location: + Custom image index: 0 + +REAGENTC.EXE: Operation Successful. + +PS C:\Windows\system32> +PS C:\Windows\system32> C:\Windows\System32\Reagentc /enable +REAGENTC.EXE: Operation Successful. + +PS C:\Windows\system32> +``` \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 90e4ce0099..311a492440 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,6 +15,7 @@ - [博客](./博客/) - [安卓](./安卓/) - [容器](./容器/) +- [开发工具技巧](./开发工具技巧/) - [政治](./政治/) - [数据库](./数据库/) - [架构师知识](./架构师知识/) diff --git "a/docs/\345\205\264\350\266\243/index.md" "b/docs/\345\205\264\350\266\243/index.md" index cc363e6812..bc06d718e2 100644 --- "a/docs/\345\205\264\350\266\243/index.md" +++ "b/docs/\345\205\264\350\266\243/index.md" @@ -6,6 +6,7 @@ - [Vmware虚拟机的复制粘贴问题解决](./Vmware虚拟机的复制粘贴问题解决.md) - [Windows使用cygwin编译运行haproxy](./Windows使用cygwin编译运行haproxy.md) - [办公室双屏幕建议](./办公室双屏幕建议.md) +- [多邻国使用口语的功能](./多邻国使用口语的功能.md) - [网站推荐](./网站推荐.md) - [计算机行业就业分析报告](./计算机行业就业分析报告.md) - [软件推荐](./软件推荐.md) diff --git "a/docs/\345\205\264\350\266\243/\345\244\232\351\202\273\345\233\275\344\275\277\347\224\250\345\217\243\350\257\255\347\232\204\345\212\237\350\203\275.md" "b/docs/\345\205\264\350\266\243/\345\244\232\351\202\273\345\233\275\344\275\277\347\224\250\345\217\243\350\257\255\347\232\204\345\212\237\350\203\275.md" new file mode 100644 index 0000000000..2e8ea852fb --- /dev/null +++ "b/docs/\345\205\264\350\266\243/\345\244\232\351\202\273\345\233\275\344\275\277\347\224\250\345\217\243\350\257\255\347\232\204\345\212\237\350\203\275.md" @@ -0,0 +1,9 @@ +# 多邻国使用口语的功能 + +在中国地区不知为何手机多邻国app无法使用口语功能。 + +于是我试了一下多邻国电脑网页版是可以使用的,使用一个插件可以跳过红心限制。 + + +https://greasyfork.org/zh-CN/scripts/473310-duolingo-pro-beta + diff --git "a/docs/\345\274\200\345\217\221\345\267\245\345\205\267\346\212\200\345\267\247/IDEA\345\246\202\344\275\225\347\256\241\347\220\206\345\211\215\345\220\216\347\253\257\345\271\266\346\263\250\345\206\214\344\270\272\346\226\271\344\276\277\345\220\257\345\201\234\346\234\215\345\212\241.md" "b/docs/\345\274\200\345\217\221\345\267\245\345\205\267\346\212\200\345\267\247/IDEA\345\246\202\344\275\225\347\256\241\347\220\206\345\211\215\345\220\216\347\253\257\345\271\266\346\263\250\345\206\214\344\270\272\346\226\271\344\276\277\345\220\257\345\201\234\346\234\215\345\212\241.md" new file mode 100644 index 0000000000..82638d9720 --- /dev/null +++ "b/docs/\345\274\200\345\217\221\345\267\245\345\205\267\346\212\200\345\267\247/IDEA\345\246\202\344\275\225\347\256\241\347\220\206\345\211\215\345\220\216\347\253\257\345\271\266\346\263\250\345\206\214\344\270\272\346\226\271\344\276\277\345\220\257\345\201\234\346\234\215\345\212\241.md" @@ -0,0 +1,11 @@ +# IDEA如何管理前后端并注册为方便启停服务 + +## 前言 + +有的项目是前后端分离的,通常java项目使用idea的调试按钮启动。 +前端却需要使用控制台输入命令启动。这样很不方便。 + +## 解决方案 + +IDEA有一个叫"服务"的侧栏按钮。点击一下这个按钮可以把java程序和前端都添加进来。 +这样就可以很方便的管理前后端的启停并查看前后端项目的日志情况了。 diff --git "a/docs/\345\274\200\345\217\221\345\267\245\345\205\267\346\212\200\345\267\247/index.md" "b/docs/\345\274\200\345\217\221\345\267\245\345\205\267\346\212\200\345\267\247/index.md" new file mode 100644 index 0000000000..a0cba0f7da --- /dev/null +++ "b/docs/\345\274\200\345\217\221\345\267\245\345\205\267\346\212\200\345\267\247/index.md" @@ -0,0 +1,2 @@ +# 开发工具技巧 +- [IDEA如何管理前后端并注册为方便启停服务](./IDEA如何管理前后端并注册为方便启停服务.md)