文章类别:首页>编程开发

环境软件安装

2026-04

浏览量:75

本文字数:666

读完约 3 分钟

WSL2

 

powershell管理员模式

启用 Windows 子系统(WSL)功能

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

启用虚拟机平台功能

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

将 WSL 默认版本设置为 WSL2

wsl --set-default-version 2

重启电脑

 

 

Ubuntu

https://apps.microsoft.com/detail/9pdxgncfsczv?hl=zh-CN&gl=CN

image.png

 

Docker Desktop

https://www.docker.com/

image.png

app.asar 汉化

image.png

 

JDK25

https://www.oracle.com/cn/java/technologies/downloads/#jdk25-windows

image.png

Maven

https://zhuanlan.zhihu.com/p/9186990454

 

https://maven.apache.org/download.cgi

image.png

 

image.png

image.png

image.png

 

Go

https://golang.google.cn/dl/

image.png

GOROOT = C:\Go126
GOPATH = C:\App\Code\Go_work

PATH 里加:
C:\Go126\bin
C:\App\Code\Go_work\bin

 

DBeaver

https://github.com/dbeaver/dbeaver/releases

image.png

 

 

 

 

^