설치 메뉴얼 15

ANACONDA 설치하기 및 환경 설정하기

Download Now | AnacondaAnaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.www.anaconda.comnext 누르고 just me 선택 후 설치를 받으면 된다. 설치가 완료 되면 이렇게 화면이 뜬다.가상환경 설정 아나콘다에서는 여러 개의 가상 환경을 만들어서 사용자가 개발 환경을 선택하면서 사용할 수 있다.아나콘다를 설치하면 base라는 이름의 가상 환경만 만들어진다. > conda activate deep위의 명령이 실행되고 나면 base가 deep으로 변경된다.이제 직접 개발도구와..

설치 메뉴얼 2025.03.08

Flutter 설치

Flutter - Build apps for any screenFlutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.flutter.dev주의 사항!!Flutter 설치 경로상에 한글 있으면 안됨 C:\Program Files\ 밑에는 설치 금지OneDrive 폴더 밑에 설치 금지 (탐색기에서 주소창 클릭시 OneDrive라고 적혀있으면 안됩니다.)환경 변수 설정설치 확인명령 프롬프트에서 flutter --version 명령어 입력

설치 메뉴얼 2024.11.19

인텔리 다운 및 사용법 & spring initializr 사용하기

JetBrains: Essential tools for software developers and teamsJetBrains is a cutting-edge software vendor specializing in the creation of intelligent development tools, including IntelliJ IDEA – the leading Java IDE, and the Kotlin programming language.www.jetbrains.com➡️다운로드https://start.spring.io/➡️spring initializr버전 확인 후 사용하는 버전에 맞게 수정 해주면 되다 (21버전 쓰다가 17버전으로 바꿔서 변경해줌)*이 과정은 패스 해도 됨* spring in..

설치 메뉴얼 2024.10.07

[POST 방식] 포스트맨(postman) & talend api 설치 및 사용 방법

Download Postman | Get Started for FreeTry Postman for free! Join 30 million developers who rely on Postman, the collaboration platform for API development. Create better APIs—faster.www.postman.com  Talend API Tester - Free Edition - Chrome 웹 스토어Visually interact with REST, SOAP and HTTP APIs.chromewebstore.google.compostman과 talend api을 사용해서 post 방식으로 던질 수 있다포스트맨 화면 포스트맨 사용해 보기 talend api 화면 p..

설치 메뉴얼 2024.09.26

Window에 Flutter 설치 방법

플러터란단일 코드베이스에서 아름답고 네이티브 컴파일된 다중 플랫폼 애플리케이션을 구축하기 위한 Google의 오픈 소스 프레임워크입니다.빠르다생산성이 좋다유연하다 UI-> 프레임 워크 -> Flutter -> Dart  => 특화된 언어는 c/fhttps://flutter.dev/ Flutter - Build apps for any screenFlutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.flutter.dev(홈페이지)⚠️ Flutter SDK 설치 경로 주의사항▶️ Flutter ..

설치 메뉴얼 2024.09.02