설치 3

react 설치/react기본개념/ 개발 환경설정하기/프로젝트 만들어보기

자바스크립트를 브라우저 없이 실행하기 위해서 필요한 자바스크립트 런타임 환경 제공 프로그램인 node.js를 다운로드한다. https://nodejs.org/ko/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org IDE는 vscode를 사용합니다. 다운로드하여주세요 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud ..

React 2023.08.10

anaconda3설치

https://www.anaconda.com/products/individual-d Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 위처럼 설정해서 설치가 완료되면 아나콘다 프롬프트를 켜셔서 아래와 같은 명령어 입력 conda install -c r r-essentials 이렇게 하면 파이썬 배포판인 아나콘다 3을 설치할 수 있다. 위와 같이 세개의 트랜젝션이 done이 되면 설치가 완료 된것인데 만약에 위와같이 되지 않고 오류가..

R 2021.09.14

open jdk주소와 환경변수에 대해서

https://jdk.java.net/archive/ Archived OpenJDK GA Releases Archived OpenJDK General-Availability Releases This page is an archive of previously released builds of the JDK licensed under the GNU General Public License, version 2, with Classpath Exception. WARNING: These older versions of the JDK are provided to he jdk.java.net 오픈 jdk와 유료 jdk가 다른 점은 유료는 라이선스비를 내기 때문에 어떠한 치명적인 오류가 생기거나 문제가 생겼을 시에 지..

cs 2021.07.21