차장님이 Maven 설정하는것도 다 AA가 한다고 해서 AA가 뭐냐고 물어보는데 대답못해서 적는다. DBA (Database Administrator) DA (Data Administrator) TA (Technical Architect) - 시스템 구조 설계 및 구축 AA(Application Architect) - SW 구조 설계 및 구축 https://lovedb.tistory.com/116 [DAP] DA vs DBA 데이터 관리자(DA, Data Administrator)와 데이터베이스 관리자(DBA, Database Administrator)는 다음과 같이 역할이 구분된다. 구 분 데이터 관리자(DA) 데이터베이스 관리자(DBA) 관리 대상 데이터 요구 사항을 lovedb.tistory.com..
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..
- Total
- Today
- Yesterday
- IntelliJ
- sqld
- ASCII
- 이모지 추천
- 노랭이 정오표
- String 대문자
- 정오표
- tns:프로토콜 어댑터 오류
- sql 노랭이 정오표
- intellij 프로젝트 생성 방법
- oracle
- intellij 무료 버전 설치 방법
- 콘솔 한글 깨짐
- tns:protocol adaptor error
- 클래스 대문자
- oracle xe
- dell 윈도우
- windows-949
- dell 윈도우 재설치
- intellij 다운로드 소스 코드 실행 방법
- 이기적 sql 개발자 이론서+기출문제 정오표
- PCCE
- 웹에서 sql 테스트 사이트
- codepen 연동
- intellij 무료 버전 설치
- sql 자격검정 실전문제 정오표
- intellij 설치 방법
- dell 윈도우 복구
- sql 테스트 사이트
- codepen 티스토리 연동
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |