I need to write this alone for Mao Have to sayhyperclickYes, it’s a great plug-in. It provides a series of […]
Category: Development Tool
Webstorm uploads its own code to GitHub and invites others to cooperate
First, configure GIT and GitHub in IntelliJ idea.https://www.jianshu.com/p/ea1… If the password cannot be logged in, log in with token. See […]
Nail robot automatically associated GitHub to send approval PRS
Abstract: using technology to solve the boring approval PR work of PM, this paper describes how to automatically obtain the […]
Young people’s first vscode expansion
preface Into the pitVS CodeBefore, I was already a well tested teacherEmacsOld users, so began to useVS CodeAfter that, I […]
VIM command, operation and shortcut key
Official account: MarkerHub, website:https://markerhub.com Read by little hub: Know that you use VIM less, many commands easy to forget, so […]
Spring Club 03 ribbon load balancing and retrying
1、 Ribbon serves consumers Ribbon provides the functions of load balancing and retrying. Its bottom layer is to use resttemplate […]
Solutions to git ignore rules and. Gitignore rules
Git ignore rule: In git, if you want to ignore a file and prevent it from being submitted to the […]
Translation of atom Flight Manual: 1.4 summary
Summary You should have a basic understanding of what atom is and what you want to do with it. You […]
IntelliJ idea + spring boot + thymleaf for hot deployment
Maven settings <!– hot swapping, disable cache for template, enable live reload –> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> Spring settings […]