CSDN cloud service experience - cloud IDE

Cloud IDE

Click to experience cloud IDE for free

 The first experience has a free quota of 10,000, click to create a new workspace

 

Enter the workspace name and select the preset environment

environment contains

  1. JAVA environment JDK1.8 Maven3.8.6
  2. python environment python3.8 pip3
  3. ALL IN ONE includes all environment configurations in the preset environment
  4. springboot JDK1.8 Maven3.8.6 springBoot2.7
  5. NodeJS 16.16
  6. CNOCR python3.8 cnocr2.2 (python OCR, official website https://github.com/breezedeus/cnocr)

Specification configuration only standard 2CPU 4GB

 

code source

There are 3 options for the source, the address of the Git warehouse, the warehouse needs to be public, make sure that the SSH public key has been added, if not, please refer to the following article

Add public key to gitee

 

 

 Here we use the code cloud code of this rookie to test, the code is a simple blog blog website, click OK to create

 

 complete creation

 Click to start,

You can use an interface similar to VS code, and the file is being cloned in the lower right corner

 

Cloning complete

 

Remember to delete when you stop

 

 

 

 

Guess you like

Origin blog.csdn.net/qq_45179904/article/details/127650707