설치 메뉴얼 14

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

JAVA -> MySQL 연결을 위한 MySQL Connector설치

mysql --version 입력해주면 지금 쓰고 있는 버전을 확인 할 수 있다https://www.mysql.com/ MySQLOver 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More »www.mysql.comDOWNLOADS에 들어가서여길 클릭해서설치하고 압축해제하기! lib 파일 만들어주고 넣으면 끝!

설치 메뉴얼 2024.07.01