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

xsync同步脚本的使用

1.简介 在集群机器配置时,经常需要将一个文件或目录copy到同样的多台集群上,如果一个一个机器去复制,比较麻烦。如果有一个办法,通过一条命令就可以实现这个目的,就简单多了。xsync就是这样一个同步脚本。xsync其实是对rsync脚本的二次封装,脚本内容可以根据自己需要进行修改。 2.配置集群h...

单点登录详细设计 V1.0.0

单点登录详细设计 V1.0.0 变更历史 版本 内容 修改人 日期 1.0.0 单点登录详细设计 甲蛙 2099-01-01 1 需求描述 这里可以简要描述需求,或放入需求文档的链接*,方便随时查看详细设计对应的需求* 2 功能拆分 根据需求拆分成一个一个的功能点,功能点可以是界面,接口,集成某个技...

Linux终端环境配置

很多同学私信问教程中的终端环境是怎么配置的, 因为后续的各种教程中我们也会经常使用到终端环境, 所以这里就手把手带着大家一起来配置一下。 1. 创建虚拟机 首先你需要有一台Linux系统的服务器, 可以是本地的虚拟机,也可以是云上的虚拟机, 本地虚拟机的话可以使用VirtualBox或者VMware...

大量找书网站

Zlibrary zlibrary-east.se 世界上最大的免费在线图书馆 搜书网 soushu.vip 一个提供搜索和下载国内外精品书源的搜书平台 熊猫搜书 xmsoushu.com 一站式读书学习导航站 读秀 shudan.vip 图书查询系统 备胎书屋 beitai.cc 一个电子书存档网...

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