Operating system and software installation

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/xz58000/article/details/95651882

operating system

win10 Enterprise Edition installation and activation:
Administrator privileges Open a command prompt
execute the code below

slmgr.vbs /upk
slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
slmgr /skms zh.us.to
slmgr /ato

jdk installation, Tomcat installation

Baidu jdk1.8, Tomcat8.0 installation
configure the environment variables
JAVA_HOME jdk installation directory
the CLASSPATH;.% The JAVA_HOME% / Dt.jar; the JAVA_HOME%% / lib / the tools.jar
the Path% the JAVA_HOME% / bin
CATALINA_HOME Tomcat installation directory

eclipse—>download—>Download Packages—>Eclipse IDE for Eclipse Committers

Oracle11g database and download navicat

Unzip installed directly check the desktop version

Guess you like

Origin blog.csdn.net/xz58000/article/details/95651882