Recent Posts
Recent Comments
Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 카카오맵
- 유스케이스 다이어그램
- SQL Developer
- 10fastfingers.com
- MySQL
- Usecase Diagram
- typing test
- Python
- Set
- tuple
- The Network Adapter could not establish the connection
- 데이터베이스 접속
- oracle 11g
- Kakao 지도 API
- SQL
- oracle
- SEQUENCE
- database
- python 기초
- Oracle 18c
- ORA-1017
- 매일 타자연습
- 카카오 오븐
- Oracle 오류
- Java
- 자바
- Jupyter Notebook
- 카카오맵 API
- Kakao Oven
- CSV
Archives
- Today
- Total
목록Coding (1)
Another Brain
CodeUp [기초-출력] 1001~1008
1001 public class Main { public static void main(String[] args) { System.out.print("Hello"); } } 1002 public class Main { public static void main(String[] args) { System.out.print("Hello World"); } } class이름은 반드시 대문자로 시작할 것! 1003 public class Main { public static void main(String[] args) { System.out.print("Hello\nWorld"); } } 세미콜론(;) 잊지않기 1004 // 1) public class Main { public static void main(S..
Coding
2022. 3. 31. 00:04