https://code-lab1.tistory.com/category/Computer%20Science
학습목표 : 1. 자바가 무엇인지 2. 자바가 어디에 쓰이는지 3. 자바의 역사 4. 자바의 특징 1. 자바(Java)란? 1) 프로그래밍 언어 - 객체지향 프로그래밍 언어 - 자바는 컴퓨터 프로그래밍 언어이므로 컴퓨터 프로그램(애플리케이션)을 만드는데 사용 2) 단순히 프로그래밍 언어가 아니라 실행환경(JRE) + 개발도구(JDK) + 자바 클래스 라이브러리(Java API)를 제공 * 라이브러리란? 프로그램을 개발하는데 필요한 기능들을 미리 만들어 놓은것을 말한다. 프로그램을 만드는데 자주 쓰일만한 것들을 남들이 미리 만들어 놓은것을 제공함 -> 자바는 풍부한 클래스 라이브러리(Java API)를 통해 프로그래밍에 필요한 요소들을 기본적으로 제공하기 때문에 자바에서 제공하는 라이브러리를 잘 활용하면 ..
문제 2557 : Hello World!를 출력하시오. https://www.acmicpc.net/problem/2557 풀어낸 답 public class test { public static void main(String args[]) { System.out.println("Hello World!"); } } 채점 결과 error: class test is public, should be declared in a file named test.java 틀린 이유 error: class test(클래스명) is public, should be declared in a file named test(클래스명).java 클래스명이 public으로 선언되었는 데 파일명과 다를 경우 * 백준 문제 자바로 풀 때 유..
유효성체크 넘 어렵다. 글 작성 예정
show tables; select created_at, course_title, payment_method, email from orders; select created_at, course_title, payment_method, email from orders; select * from orders where course_title != "웹개발 종합반"; select * from orders where created_at between "2020-07-13" and "2020-07-15"; select * from checkins where week in (1, 3); select * from users where email like '%daum.net'; select name, count(*) f..
논리 삭제는 컬럼을 따로 두어 삭제표시를 하는것 물리삭제는 테이블에서 DELETE 하는 것
- Total
- Today
- Yesterday
- codepen 연동
- intellij 프로젝트 생성 방법
- sqld
- 웹에서 sql 테스트 사이트
- android studio 구 버전
- sql 테스트 사이트
- sql 노랭이 정오표
- 노랭이 정오표
- intellij 무료 버전 설치
- 로직 연습
- release period
- IntelliJ
- tns:protocol adaptor error
- dell 윈도우 복구
- dell 윈도우
- oracle
- 이기적 sql 개발자 이론서+기출문제 정오표
- android studio download
- intellij 다운로드 소스 코드 실행 방법
- PCCE
- oracle xe
- sql 자격검정 실전문제 정오표
- tns:프로토콜 어댑터 오류
- ASCII
- codepen 티스토리 연동
- intellij 설치 방법
- intellij 무료 버전 설치 방법
- android studio 구버전
- dell 윈도우 재설치
- 정오표
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |