分类:工具

29 篇文章

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...

2023 好用的磁力和BT工具推荐

下面几个磁力下载软件都可以完美替代迅雷下载。 Motrix 一款高颜值的下载工具 官方网站:https://motrix.app/ 系统:Windows、macOS、linux 支持:HTTP, FTP, BitTorrent, Magnet, etc. FDM – Free Download Ma...

IDEA启动时报端口被占用错误

IDEA启动时因端口被占用报错: Internal error. Please refer to https://jb.gg/ide/critical-startup-errors java.net.BindException: Address already in use: bind a...

Trilium Notes 服务端 中文版

Trilium Notes 服务端汉化版docker镜像 项目地址 https://github.com/Nriver/trilium-translation 注意!请尽量不要使用加速镜像,加速镜像容易下载到老旧的版本。使用官方docker源能保证是最新版的服务端,可以避免服务器版本不正确导致无法启...