일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- git
- nvmrc
- gitlab
- iam사용자
- java
- db
- ChatGPT
- GPT3.5
- chatGPTAPI
- aiapi
- Database
- 클래스
- gptapi
- openaiapi
- Github
- 자바
- Express
- 웹소켓재시작
- 웹소켓연결
- gpt3.5turbo
- javascript
- 버킷생성
- 클라우드
- 웹소켓연결끊김
- 패키지설치에러
- aws
- nodejs
- class
- 호스팅영역
- 노드버전
Archives
- Today
- Total
목록for문 (1)
IT's Jenna
섹션 1. 클래스와 데이터
목차 1. 클래스가 필요한 이유 2. 클래스 도입 3. 배열 도입 4. 리펙토링 1. 클래스가 필요한 이유 package class1; public class ClassStart1 { public static void main(String[] args) { String student1Name = "학생1"; int student1Age = 15; int student1Grade = 90; String student2Name = "학생2"; int student2Age = 16; int student2Grade = 80; System.out.println("이름:" + student1Name + " 나이:" + student1Age + " 성적:" + student1Grade); System.out.pri..
Study/김영한의 실전 자바 - 기본편
2024. 1. 15. 21:07