自己用过的好用的Windows软件
- Postman
- NotePad++
- Typora
- BandZip
- FinalShell
- Snipaste
- EarTrumpet
- TranslucentTB
- PotPlayer
- Cmake
- Nodejs
- Xhell
- Git
- Termux
-
Visual Studio Code
-
Visual Studio
-
InteliJ IDEA
-
Pycharm
-
Docker
-
Android Studio
-
FFmpeg
@Controller
public class HelloController {
@GetMapping("/login")
public String hello() {
return "index";
}