标签:工具

34 篇文章

Free Download Manager和Net Download Manager之间的区别

名称和品牌: Free Download Manager(简称FDM)是一款广受欢迎的免费下载管理器。 Net Download Manager(简称NDM)是另一款下载管理工具。 功能范围: FDM:功能非常全面,支持各种类型的下载,包括HTTP、HTTPS、FTP,甚至支持BitTorrent和...

AMD集显安装显卡驱动之后出现黑屏,建议这样解决

Set the AMD pixel format https://www.amd.com/en/support/kb/faq/dh-007, set the pixel format respectively, and see which one works better, and it takes...

升级MrDoc版本

1 停止MrDoc容器运行 docker stop mrdoc 2 删除MrDoc容器 docker rm -f mrdoc 3 进入MrDoc源码目录 cd /opt/MrDoc/ 4 更新源码 git fetch --all && git reset --hard origin/maste...

How to upgrade winget itself

First, open the Release Page of microsoft/winget-cli GitHub Repository, grab the latest download link with “.msixbundle” extension, and copy it to you...

2.5 million Java developers on Visual Studio Code! Roadmap for the next 6 months

A big big thank you to the community! Hi everyone, we are thrilled to share that Visual Studio Code now has a community of over 2.5 million Java devel...

解决Java HotSpot™ 64-Bit Server VM warning: Sharing is only supported for boot loader classes because

解决Java HotSpot™ 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 翻译过来就是: Java...

git-repo-updater

gitup (the git-repo-updater) gitup is a tool for updating multiple git repositories at once. It is smart enough to handle several remotes, dirty worki...

Git 批量拉取(git pull)多个仓库 bat脚本实现

运行前注意 你使用的是 Windows 系统 你需要批量拉取代码的git仓库都在 同一个文件夹下 ,bat脚本也在此文件夹下。 此脚本递归遍历当前路径下的文件夹,直到找到存在 .git 文件的文件夹,然后执行 git pull,然后继续遍历… git_pull.bat @echo off setlo...

vs code 更改终端

vs code的setting.json { "terminal.integrated.profiles.windows": { "Git-Bash": { "path": "C:\\Program Files\\Git\\bin\\bash.exe", "args": [], ...

在Windows安装Oh My Posh

安装Oh My Posh winget install JanDeDobbeleer.OhMyPosh 编辑配置文件 notepad $PROFILE 更改主题,输入如下内容 oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/robbyruss...